@hopper-ui/components 1.3.8 → 1.3.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 (203) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/dist/Avatar/src/AnonymousAvatar.css +237 -10
  3. package/dist/Avatar/src/AnonymousAvatar.js +2 -2
  4. package/dist/Avatar/src/Avatar.css +184 -37
  5. package/dist/Avatar/src/Avatar.js +3 -3
  6. package/dist/Avatar/src/DeletedAvatar.css +237 -10
  7. package/dist/Avatar/src/DeletedAvatar.js +2 -2
  8. package/dist/Avatar/src/RichIconAvatarImage.css +237 -10
  9. package/dist/Avatar/src/RichIconAvatarImage.js +1 -1
  10. package/dist/Avatar/src/index.css +184 -37
  11. package/dist/Avatar/src/index.js +5 -5
  12. package/dist/Badge/src/Badge.css +205 -21
  13. package/dist/Badge/src/Badge.js +2 -2
  14. package/dist/Badge/src/FloatingBadge.css +237 -10
  15. package/dist/Badge/src/FloatingBadge.js +1 -1
  16. package/dist/Badge/src/index.css +215 -31
  17. package/dist/Badge/src/index.js +3 -3
  18. package/dist/ComboBox/src/ComboBox.css +5135 -0
  19. package/dist/ComboBox/src/ComboBox.d.ts +90 -0
  20. package/dist/ComboBox/src/ComboBox.js +124 -0
  21. package/dist/ComboBox/src/ComboBoxContext.d.ts +16 -0
  22. package/dist/ComboBox/src/ComboBoxContext.js +2 -0
  23. package/dist/ComboBox/src/index.css +5135 -0
  24. package/dist/ComboBox/src/index.d.ts +12 -0
  25. package/dist/ComboBox/src/index.js +124 -0
  26. package/dist/Divider/src/Divider.css +229 -2
  27. package/dist/Divider/src/Divider.js +1 -1
  28. package/dist/Divider/src/index.css +229 -2
  29. package/dist/Divider/src/index.js +1 -1
  30. package/dist/ErrorMessage/src/ErrorMessage.css +158 -11
  31. package/dist/ErrorMessage/src/ErrorMessage.js +2 -2
  32. package/dist/ErrorMessage/src/index.css +158 -11
  33. package/dist/ErrorMessage/src/index.js +2 -2
  34. package/dist/Form/src/Form.css +836 -825
  35. package/dist/Form/src/Form.js +68 -67
  36. package/dist/Form/src/index.css +836 -825
  37. package/dist/Form/src/index.js +68 -67
  38. package/dist/HelperMessage/src/HelperMessage.css +158 -11
  39. package/dist/HelperMessage/src/HelperMessage.js +2 -2
  40. package/dist/HelperMessage/src/index.css +158 -11
  41. package/dist/HelperMessage/src/index.js +2 -2
  42. package/dist/IconList/src/IconList.css +228 -1
  43. package/dist/IconList/src/IconList.js +1 -1
  44. package/dist/IconList/src/index.css +228 -1
  45. package/dist/IconList/src/index.js +1 -1
  46. package/dist/Link/src/Link.css +184 -37
  47. package/dist/Link/src/Link.js +3 -3
  48. package/dist/Link/src/index.css +184 -37
  49. package/dist/Link/src/index.js +3 -3
  50. package/dist/ListBox/src/ListBox.css +398 -346
  51. package/dist/ListBox/src/ListBox.js +7 -8
  52. package/dist/ListBox/src/ListBoxItem.css +391 -306
  53. package/dist/ListBox/src/ListBoxItem.js +5 -5
  54. package/dist/ListBox/src/ListBoxItemSkeleton.css +234 -7
  55. package/dist/ListBox/src/ListBoxItemSkeleton.js +1 -1
  56. package/dist/ListBox/src/index.css +398 -346
  57. package/dist/ListBox/src/index.js +7 -8
  58. package/dist/Select/src/Select.css +901 -890
  59. package/dist/Select/src/Select.js +68 -67
  60. package/dist/Select/src/SelectValue.css +197 -191
  61. package/dist/Select/src/SelectValue.js +5 -5
  62. package/dist/Select/src/index.css +901 -890
  63. package/dist/Select/src/index.js +68 -67
  64. package/dist/Spinner/src/Spinner.css +166 -19
  65. package/dist/Spinner/src/Spinner.js +2 -2
  66. package/dist/Spinner/src/index.css +166 -19
  67. package/dist/Spinner/src/index.js +2 -2
  68. package/dist/buttons/src/Button.css +247 -100
  69. package/dist/buttons/src/Button.js +4 -4
  70. package/dist/buttons/src/ButtonGroup.css +238 -11
  71. package/dist/buttons/src/ButtonGroup.js +2 -2
  72. package/dist/buttons/src/ClearButton.css +298 -71
  73. package/dist/buttons/src/ClearButton.js +2 -2
  74. package/dist/buttons/src/EmbeddedButton.css +298 -71
  75. package/dist/buttons/src/EmbeddedButton.js +1 -1
  76. package/dist/buttons/src/index.css +329 -182
  77. package/dist/buttons/src/index.js +8 -8
  78. package/dist/checkbox/src/Checkbox.css +181 -34
  79. package/dist/checkbox/src/Checkbox.js +2 -2
  80. package/dist/checkbox/src/CheckboxField.css +162 -15
  81. package/dist/checkbox/src/CheckboxField.js +1 -1
  82. package/dist/checkbox/src/CheckboxGroup.css +233 -105
  83. package/dist/checkbox/src/CheckboxGroup.js +2 -2
  84. package/dist/checkbox/src/DecorativeCheckbox.css +189 -42
  85. package/dist/checkbox/src/DecorativeCheckbox.js +2 -2
  86. package/dist/checkbox/src/index.css +233 -105
  87. package/dist/checkbox/src/index.js +8 -8
  88. package/dist/{chunk-KQ735GKE.js → chunk-2GYC6ADT.js} +5 -5
  89. package/dist/{chunk-TQZKBOSP.js → chunk-2SF7BBJT.js} +1 -1
  90. package/dist/{chunk-XJAHZJVO.js → chunk-2WK465I4.js} +1 -1
  91. package/dist/{chunk-BFVCZF4H.js → chunk-2ZXF62AA.js} +2 -2
  92. package/dist/{chunk-THMKXCNG.js → chunk-3O74ORYF.js} +3 -3
  93. package/dist/{chunk-PEB7PBUB.js → chunk-4EUVVRTY.js} +1 -1
  94. package/dist/{chunk-E4PIETAY.js → chunk-4FVIH73F.js} +2 -2
  95. package/dist/{chunk-AJMHHWRN.js → chunk-4PBFVO5S.js} +1 -1
  96. package/dist/chunk-4XHTP4GX.js +7 -0
  97. package/dist/{chunk-RR6N2GZX.js → chunk-54U727IV.js} +2 -2
  98. package/dist/{chunk-YHH5TXPG.js → chunk-5TH7VHRH.js} +3 -3
  99. package/dist/{chunk-JNDKNURH.js → chunk-6KHTQTRF.js} +1 -1
  100. package/dist/{chunk-J2OCA4O2.js → chunk-6U6JI3L3.js} +1 -1
  101. package/dist/{chunk-AC6JVAVX.js → chunk-7LTA4KPO.js} +3 -3
  102. package/dist/chunk-A3E76SDY.js +9 -0
  103. package/dist/{chunk-4ARX267G.js → chunk-ANO4F3LJ.js} +2 -2
  104. package/dist/{chunk-FIJ3CLQB.js → chunk-B2O3ZCYC.js} +1 -1
  105. package/dist/{chunk-VMCZQTOI.js → chunk-BGOYDN4M.js} +2 -2
  106. package/dist/{chunk-PWOFOTJR.js → chunk-CZRCXQFS.js} +1 -1
  107. package/dist/{chunk-6FDLX77I.js → chunk-E4JB7I3F.js} +2 -2
  108. package/dist/{chunk-MVBXZQAH.js → chunk-ENHK4K3U.js} +2 -2
  109. package/dist/{chunk-DRG2376D.js → chunk-FBABNQTM.js} +3 -3
  110. package/dist/{chunk-MBFMR455.js → chunk-GDVP2QEZ.js} +1 -1
  111. package/dist/{chunk-KZWQ57ZJ.js → chunk-GIMOHY5C.js} +2 -2
  112. package/dist/{chunk-7H4MZKSZ.js → chunk-HCJLAF2O.js} +4 -4
  113. package/dist/{chunk-NLQW4MJR.js → chunk-HI2SHIGG.js} +1 -1
  114. package/dist/{chunk-GMMQYERH.js → chunk-I55EPFTM.js} +2 -2
  115. package/dist/{chunk-JVDDMMRS.js → chunk-JX5YYFB3.js} +2 -2
  116. package/dist/{chunk-7CIKPH4J.js → chunk-KOT3ULJY.js} +2 -2
  117. package/dist/{chunk-2J5HM77N.js → chunk-KQQCELPA.js} +1 -1
  118. package/dist/chunk-KSKIQSYM.js +260 -0
  119. package/dist/{chunk-UR26A74E.js → chunk-MLHAFFJQ.js} +1 -1
  120. package/dist/{chunk-XEZVEXWO.js → chunk-N66DZLL6.js} +2 -2
  121. package/dist/{chunk-AGRLOZWN.js → chunk-NQD2OQEG.js} +1 -1
  122. package/dist/{chunk-R4LPKOSF.js → chunk-PAW7CB3K.js} +2 -2
  123. package/dist/{chunk-CTTRBWBT.js → chunk-Q6SYCTJD.js} +2 -2
  124. package/dist/{chunk-IP4N5EBH.js → chunk-RDLI353P.js} +1 -1
  125. package/dist/{chunk-XHMXUELC.js → chunk-S6AH3YTH.js} +6 -6
  126. package/dist/{chunk-BPFMTXRF.js → chunk-TMGUYWTR.js} +2 -2
  127. package/dist/{chunk-Z54LX6IU.js → chunk-TRDXTYZD.js} +3 -3
  128. package/dist/{chunk-H2L3SQIO.js → chunk-UJXKUNEW.js} +42 -33
  129. package/dist/{chunk-KXUA2JOW.js → chunk-UR3NK3LV.js} +1 -1
  130. package/dist/{chunk-Z2VOM3C3.js → chunk-VC3HSOGC.js} +3 -3
  131. package/dist/{chunk-3LUQ6A2L.js → chunk-VQKJXEPU.js} +2 -2
  132. package/dist/{chunk-JURJ6BXP.js → chunk-XHW2Z6AX.js} +1 -1
  133. package/dist/{chunk-CURG4YI3.js → chunk-XQFICAVB.js} +4 -8
  134. package/dist/{chunk-QLLCRVCV.js → chunk-YQDRT547.js} +3 -3
  135. package/dist/index.css +836 -825
  136. package/dist/index.d.ts +8 -7
  137. package/dist/index.js +68 -67
  138. package/dist/inputs/src/InputGroup.css +344 -197
  139. package/dist/inputs/src/InputGroup.js +1 -1
  140. package/dist/inputs/src/NumberField.css +336 -336
  141. package/dist/inputs/src/NumberField.js +6 -6
  142. package/dist/inputs/src/PasswordField.css +354 -354
  143. package/dist/inputs/src/PasswordField.js +7 -7
  144. package/dist/inputs/src/RemainingCharacterCount.css +30 -30
  145. package/dist/inputs/src/RemainingCharacterCount.js +5 -5
  146. package/dist/inputs/src/SearchField.css +360 -360
  147. package/dist/inputs/src/SearchField.js +8 -8
  148. package/dist/inputs/src/TextArea.css +331 -331
  149. package/dist/inputs/src/TextArea.js +7 -7
  150. package/dist/inputs/src/TextField.css +358 -358
  151. package/dist/inputs/src/TextField.js +10 -10
  152. package/dist/inputs/src/index.css +404 -404
  153. package/dist/inputs/src/index.js +17 -17
  154. package/dist/overlays/Popover/src/Popover.css +836 -825
  155. package/dist/overlays/Popover/src/Popover.js +68 -67
  156. package/dist/overlays/Popover/src/index.css +836 -825
  157. package/dist/overlays/Popover/src/index.js +68 -67
  158. package/dist/radio/src/DecorativeRadio.css +189 -42
  159. package/dist/radio/src/DecorativeRadio.js +2 -2
  160. package/dist/radio/src/Radio.css +181 -34
  161. package/dist/radio/src/Radio.js +2 -2
  162. package/dist/radio/src/RadioField.css +162 -15
  163. package/dist/radio/src/RadioField.js +1 -1
  164. package/dist/radio/src/RadioGroup.css +227 -99
  165. package/dist/radio/src/RadioGroup.js +2 -2
  166. package/dist/radio/src/index.css +233 -105
  167. package/dist/radio/src/index.js +8 -8
  168. package/dist/switch/src/Switch.css +178 -31
  169. package/dist/switch/src/Switch.js +2 -2
  170. package/dist/switch/src/SwitchField.css +162 -15
  171. package/dist/switch/src/SwitchField.js +2 -2
  172. package/dist/switch/src/index.css +184 -37
  173. package/dist/switch/src/index.js +4 -4
  174. package/dist/tag/src/Tag.css +464 -360
  175. package/dist/tag/src/Tag.js +5 -5
  176. package/dist/tag/src/TagGroup.css +166 -38
  177. package/dist/tag/src/TagGroup.js +2 -2
  178. package/dist/tag/src/TagList.css +226 -0
  179. package/dist/tag/src/index.css +474 -389
  180. package/dist/tag/src/index.js +9 -9
  181. package/dist/typography/Heading/src/Heading.css +151 -9
  182. package/dist/typography/Heading/src/Heading.js +1 -1
  183. package/dist/typography/Heading/src/index.css +151 -9
  184. package/dist/typography/Heading/src/index.js +1 -1
  185. package/dist/typography/Label/src/Label.css +211 -3
  186. package/dist/typography/Label/src/Label.js +1 -1
  187. package/dist/typography/Label/src/index.css +211 -3
  188. package/dist/typography/Label/src/index.js +1 -1
  189. package/dist/typography/OverlineText/src/OverlineText.css +190 -6
  190. package/dist/typography/OverlineText/src/OverlineText.js +1 -1
  191. package/dist/typography/OverlineText/src/index.css +190 -6
  192. package/dist/typography/OverlineText/src/index.js +1 -1
  193. package/dist/typography/Text/src/Text.css +156 -9
  194. package/dist/typography/Text/src/Text.js +1 -1
  195. package/dist/typography/Text/src/index.css +156 -9
  196. package/dist/typography/Text/src/index.js +1 -1
  197. package/dist/utils/src/EnsureTextWrapper.css +226 -0
  198. package/dist/utils/src/EnsureTextWrapper.d.ts +9 -0
  199. package/dist/utils/src/EnsureTextWrapper.js +16 -0
  200. package/dist/utils/src/index.css +226 -0
  201. package/dist/utils/src/index.d.ts +11 -10
  202. package/dist/utils/src/index.js +14 -3
  203. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @hopper-ui/components
2
2
 
3
+ ## 1.3.9
4
+
5
+ ### Patch Changes
6
+
7
+ - 396605b: Added the ComboBox single select component.
8
+
3
9
  ## 1.3.8
4
10
 
5
11
  ### Patch Changes
@@ -1,5 +1,232 @@
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___qL-Ga {
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___qL-Ga) {
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___emC4g) {
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___0rHcs) {
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___lrBIc) {
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___9cuPI) {
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___WkYun) {
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___RaYLz) {
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___e1oE9) {
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___aPHsZ {
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___aPHsZ) {
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___Q-dLx) {
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___FPZs6) {
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___wwFGu) {
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___eP1l5) {
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___MX4B5) {
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___jSUoQ) {
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___rWFT-) {
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___XDVrN) {
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___nGtRo {
192
+ box-sizing: border-box;
193
+ }
194
+ .OverlineText-module__hop-OverlineText__text___nGtRo::before,
195
+ .OverlineText-module__hop-OverlineText__text___nGtRo::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___nGtRo::before {
203
+ margin-block-end: var(--bottom-offset);
204
+ }
205
+ .OverlineText-module__hop-OverlineText__text___nGtRo::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___1zcVv {
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___1zcVv) {
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___ZX47s) {
225
+ padding-inline-start: var(--hop-space-20);
226
+ }
227
+
1
228
  /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/Avatar/src/RichIconAvatarImage.module.css/#css-module-data */
2
- .RichIconAvatarImage-module__hop-RichIconAvatarImage___LUQBB {
229
+ .RichIconAvatarImage-module__hop-RichIconAvatarImage___K-Aq7 {
3
230
  --hop-RichIconAvatarImage-background-color: var(--hop-decorative-option7-surface);
4
231
  --hop-RichIconAvatarImage-border-radius: var(--hop-shape-circle);
5
232
  --hop-RichIconAvatarImage-icon-color: var(--hop-decorative-option7-icon);
@@ -30,40 +257,40 @@
30
257
  background-color: var(--background-color);
31
258
  border-radius: var(--hop-RichIconAvatarImage-border-radius);
32
259
  }
33
- .RichIconAvatarImage-module__hop-RichIconAvatarImage--xs___JX-qZ {
260
+ .RichIconAvatarImage-module__hop-RichIconAvatarImage--xs___ymeLk {
34
261
  --size: var(--hop-RichIconAvatarImage-xs-size);
35
262
  --icon-size: var(--hop-RichIconAvatarImage-icon-xs-size);
36
263
  }
37
- .RichIconAvatarImage-module__hop-RichIconAvatarImage--sm___8x5eO {
264
+ .RichIconAvatarImage-module__hop-RichIconAvatarImage--sm___VLxFX {
38
265
  --size: var(--hop-RichIconAvatarImage-sm-size);
39
266
  --icon-size: var(--hop-RichIconAvatarImage-icon-sm-size);
40
267
  }
41
- .RichIconAvatarImage-module__hop-RichIconAvatarImage--md___5T6HL {
268
+ .RichIconAvatarImage-module__hop-RichIconAvatarImage--md___wu-FC {
42
269
  --size: var(--hop-RichIconAvatarImage-md-size);
43
270
  --icon-size: var(--hop-RichIconAvatarImage-icon-md-size);
44
271
  }
45
- .RichIconAvatarImage-module__hop-RichIconAvatarImage--lg___G2t-L {
272
+ .RichIconAvatarImage-module__hop-RichIconAvatarImage--lg___mRfIY {
46
273
  --size: var(--hop-RichIconAvatarImage-lg-size);
47
274
  --icon-size: var(--hop-RichIconAvatarImage-icon-lg-size);
48
275
  }
49
- .RichIconAvatarImage-module__hop-RichIconAvatarImage--xl___9fJ-1 {
276
+ .RichIconAvatarImage-module__hop-RichIconAvatarImage--xl___KfoE8 {
50
277
  --size: var(--hop-RichIconAvatarImage-xl-size);
51
278
  --icon-size: var(--hop-RichIconAvatarImage-icon-xl-size);
52
279
  }
53
- .RichIconAvatarImage-module__hop-RichIconAvatarImage--2xl___gh42c {
280
+ .RichIconAvatarImage-module__hop-RichIconAvatarImage--2xl___2t0GA {
54
281
  --size: var(--hop-RichIconAvatarImage-2xl-size);
55
282
  --icon-size: var(--hop-RichIconAvatarImage-icon-2xl-size);
56
283
  }
57
- .RichIconAvatarImage-module__hop-RichIconAvatarImage___LUQBB[data-disabled] {
284
+ .RichIconAvatarImage-module__hop-RichIconAvatarImage___K-Aq7[data-disabled] {
58
285
  --background-color: var(--hop-RichIconAvatarImage-background-color-disabled);
59
286
  }
60
- .RichIconAvatarImage-module__hop-RichIconAvatarImage__icon___Te0ID {
287
+ .RichIconAvatarImage-module__hop-RichIconAvatarImage__icon___bCbWd {
61
288
  position: relative;
62
289
  display: block;
63
290
  inline-size: var(--icon-size, var(--hop-RichIconAvatarImage-icon-md-size));
64
291
  block-size: var(--icon-size, var(--hop-RichIconAvatarImage-icon-md-size));
65
292
  }
66
- .RichIconAvatarImage-module__hop-RichIconAvatarImage___LUQBB[data-disabled] .RichIconAvatarImage-module__hop-RichIconAvatarImage__icon___Te0ID {
293
+ .RichIconAvatarImage-module__hop-RichIconAvatarImage___K-Aq7[data-disabled] .RichIconAvatarImage-module__hop-RichIconAvatarImage__icon___bCbWd {
67
294
  --hop-RichIcon-placeholder-background: var(--hop-RichIconAvatarImage-background-color-disabled);
68
295
  --hop-RichIcon-placeholder-shadow: var(--hop-RichIconAvatarImage-icon-color-disabled);
69
296
  }
@@ -1,6 +1,6 @@
1
- export { _AnonymousAvatar as AnonymousAvatar, GlobalAnonymousAvatarCssSelector } from '../../chunk-JNDKNURH.js';
1
+ export { _AnonymousAvatar as AnonymousAvatar, GlobalAnonymousAvatarCssSelector } from '../../chunk-6KHTQTRF.js';
2
2
  import '../../chunk-AES7QBQE.js';
3
- import '../../chunk-XJAHZJVO.js';
3
+ import '../../chunk-2WK465I4.js';
4
4
  import '../../chunk-NH3IVMXB.js';
5
5
  import '../../chunk-65JPI4FL.js';
6
6
  import '../../chunk-M36KANKC.js';
@@ -1,5 +1,152 @@
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___qL-Ga {
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___qL-Ga) {
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___emC4g) {
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___0rHcs) {
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___lrBIc) {
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___9cuPI) {
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___WkYun) {
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___RaYLz) {
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___e1oE9) {
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/OverlineText/src/OverlineText.module.css/#css-module-data */
87
+ :where(.OverlineText-module__hop-OverlineText___XDVrN) {
88
+ --hop-OverlineText-font-family: var(--hop-overline-font-family);
89
+ --hop-OverlineText-font-size: var(--hop-overline-font-size);
90
+ --hop-OverlineText-font-weight: var(--hop-overline-font-weight);
91
+ --hop-OverlineText-letter-spacing: 0.015rem;
92
+ --hop-OverlineText-line-height: var(--hop-overline-line-height);
93
+ --hop-OverlineText-top-offset: var(--hop-overline-top-offset);
94
+ --hop-OverlineText-bottom-offset: var(--hop-overline-bottom-offset);
95
+ --font-family: var(--hop-OverlineText-font-family);
96
+ --font-size: var(--hop-OverlineText-font-size);
97
+ --font-weight: var(--hop-OverlineText-font-weight);
98
+ --letter-spacing: var(--hop-OverlineText-letter-spacing);
99
+ --line-height: var(--hop-OverlineText-line-height);
100
+ --top-offset: var(--hop-OverlineText-top-offset);
101
+ --bottom-offset: var(--hop-OverlineText-bottom-offset);
102
+ box-sizing: border-box;
103
+ font-family: var(--font-family);
104
+ font-size: var(--font-size);
105
+ font-feature-settings: "case";
106
+ font-weight: var(--font-weight);
107
+ line-height: var(--line-height);
108
+ text-transform: uppercase;
109
+ letter-spacing: var(--letter-spacing);
110
+ }
111
+ .OverlineText-module__hop-OverlineText__text___nGtRo {
112
+ box-sizing: border-box;
113
+ }
114
+ .OverlineText-module__hop-OverlineText__text___nGtRo::before,
115
+ .OverlineText-module__hop-OverlineText__text___nGtRo::after {
116
+ content: "";
117
+ display: block;
118
+ box-sizing: border-box;
119
+ inline-size: 0;
120
+ block-size: 0;
121
+ }
122
+ .OverlineText-module__hop-OverlineText__text___nGtRo::before {
123
+ margin-block-end: var(--bottom-offset);
124
+ }
125
+ .OverlineText-module__hop-OverlineText__text___nGtRo::after {
126
+ margin-block-start: var(--top-offset);
127
+ }
128
+
129
+ /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/Label/src/Label.module.css/#css-module-data */
130
+ .Label-module__hop-Label___1zcVv {
131
+ --hop-Label-font-size: var(--hop-heading-xs-font-size);
132
+ --hop-Label-font-family: var(--hop-heading-xs-font-family);
133
+ --hop-Label-font-weight: var(--hop-heading-xs-font-weight);
134
+ --hop-Label-line-height: var(--hop-heading-xs-line-height);
135
+ --hop-Label-color: var(--hop-neutral-text-weak);
136
+ }
137
+ :where(.Label-module__hop-Label___1zcVv) {
138
+ font-family: var(--hop-Label-font-family);
139
+ font-size: var(--hop-Label-font-size);
140
+ font-weight: var(--hop-Label-font-weight);
141
+ line-height: var(--hop-Label-line-height);
142
+ color: var(--hop-Label-color);
143
+ }
144
+ :where(.Label-module__hop-Label__indicator___ZX47s) {
145
+ padding-inline-start: var(--hop-space-20);
146
+ }
147
+
1
148
  /* 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___jadPy {
149
+ .Text-module__hop-Text___aPHsZ {
3
150
  --hop-Text-xs-font-size: var(--hop-body-xs-font-size);
4
151
  --hop-Text-xs-font-family: var(--hop-body-xs-font-family);
5
152
  --hop-Text-xs-font-weight: var(--hop-body-xs-font-weight);
@@ -29,49 +176,49 @@
29
176
  --hop-Text-inherit-size-font-weight: inherit;
30
177
  --hop-Text-inherit-size-line-height: inherit;
31
178
  }
32
- :where(.Text-module__hop-Text___jadPy) {
179
+ :where(.Text-module__hop-Text___aPHsZ) {
33
180
  font-family: var(--font-family);
34
181
  font-size: var(--font-size);
35
182
  font-weight: var(--font-weight);
36
183
  line-height: var(--line-height);
37
184
  }
38
- :where(.Text-module__hop-Text--xs___253D0) {
185
+ :where(.Text-module__hop-Text--xs___Q-dLx) {
39
186
  --font-size: var(--hop-Text-xs-font-size);
40
187
  --font-family: var(--hop-Text-xs-font-family);
41
188
  --font-weight: var(--hop-Text-xs-font-weight);
42
189
  --line-height: var(--hop-Text-xs-line-height);
43
190
  }
44
- :where(.Text-module__hop-Text--sm___8aHpz) {
191
+ :where(.Text-module__hop-Text--sm___FPZs6) {
45
192
  --font-size: var(--hop-Text-sm-font-size);
46
193
  --font-family: var(--hop-Text-sm-font-family);
47
194
  --font-weight: var(--hop-Text-sm-font-weight);
48
195
  --line-height: var(--hop-Text-sm-line-height);
49
196
  }
50
- :where(.Text-module__hop-Text--md___qNltd) {
197
+ :where(.Text-module__hop-Text--md___wwFGu) {
51
198
  --font-size: var(--hop-Text-md-font-size);
52
199
  --font-family: var(--hop-Text-md-font-family);
53
200
  --font-weight: var(--hop-Text-md-font-weight);
54
201
  --line-height: var(--hop-Text-md-line-height);
55
202
  }
56
- :where(.Text-module__hop-Text--lg___1A-Db) {
203
+ :where(.Text-module__hop-Text--lg___eP1l5) {
57
204
  --font-size: var(--hop-Text-lg-font-size);
58
205
  --font-family: var(--hop-Text-lg-font-family);
59
206
  --font-weight: var(--hop-Text-lg-font-weight);
60
207
  --line-height: var(--hop-Text-lg-line-height);
61
208
  }
62
- :where(.Text-module__hop-Text--xl___DBJXl) {
209
+ :where(.Text-module__hop-Text--xl___MX4B5) {
63
210
  --font-size: var(--hop-Text-xl-font-size);
64
211
  --font-family: var(--hop-Text-xl-font-family);
65
212
  --font-weight: var(--hop-Text-xl-font-weight);
66
213
  --line-height: var(--hop-Text-xl-line-height);
67
214
  }
68
- :where(.Text-module__hop-Text--2xl___9vwXN) {
215
+ :where(.Text-module__hop-Text--2xl___jSUoQ) {
69
216
  --font-size: var(--hop-Text-2xl-font-size);
70
217
  --font-family: var(--hop-Text-2xl-font-family);
71
218
  --font-weight: var(--hop-Text-2xl-font-weight);
72
219
  --line-height: var(--hop-Text-2xl-line-height);
73
220
  }
74
- :where(.Text-module__hop-Text--inherit___PWsD3) {
221
+ :where(.Text-module__hop-Text--inherit___rWFT-) {
75
222
  --font-size: var(--hop-Text-inherit-size-font-size);
76
223
  --font-family: var(--hop-Text-inherit-size-font-family);
77
224
  --font-weight: var(--hop-Text-inherit-size-font-weight);
@@ -79,7 +226,7 @@
79
226
  }
80
227
 
81
228
  /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/Avatar/src/RichIconAvatarImage.module.css/#css-module-data */
82
- .RichIconAvatarImage-module__hop-RichIconAvatarImage___LUQBB {
229
+ .RichIconAvatarImage-module__hop-RichIconAvatarImage___K-Aq7 {
83
230
  --hop-RichIconAvatarImage-background-color: var(--hop-decorative-option7-surface);
84
231
  --hop-RichIconAvatarImage-border-radius: var(--hop-shape-circle);
85
232
  --hop-RichIconAvatarImage-icon-color: var(--hop-decorative-option7-icon);
@@ -110,46 +257,46 @@
110
257
  background-color: var(--background-color);
111
258
  border-radius: var(--hop-RichIconAvatarImage-border-radius);
112
259
  }
113
- .RichIconAvatarImage-module__hop-RichIconAvatarImage--xs___JX-qZ {
260
+ .RichIconAvatarImage-module__hop-RichIconAvatarImage--xs___ymeLk {
114
261
  --size: var(--hop-RichIconAvatarImage-xs-size);
115
262
  --icon-size: var(--hop-RichIconAvatarImage-icon-xs-size);
116
263
  }
117
- .RichIconAvatarImage-module__hop-RichIconAvatarImage--sm___8x5eO {
264
+ .RichIconAvatarImage-module__hop-RichIconAvatarImage--sm___VLxFX {
118
265
  --size: var(--hop-RichIconAvatarImage-sm-size);
119
266
  --icon-size: var(--hop-RichIconAvatarImage-icon-sm-size);
120
267
  }
121
- .RichIconAvatarImage-module__hop-RichIconAvatarImage--md___5T6HL {
268
+ .RichIconAvatarImage-module__hop-RichIconAvatarImage--md___wu-FC {
122
269
  --size: var(--hop-RichIconAvatarImage-md-size);
123
270
  --icon-size: var(--hop-RichIconAvatarImage-icon-md-size);
124
271
  }
125
- .RichIconAvatarImage-module__hop-RichIconAvatarImage--lg___G2t-L {
272
+ .RichIconAvatarImage-module__hop-RichIconAvatarImage--lg___mRfIY {
126
273
  --size: var(--hop-RichIconAvatarImage-lg-size);
127
274
  --icon-size: var(--hop-RichIconAvatarImage-icon-lg-size);
128
275
  }
129
- .RichIconAvatarImage-module__hop-RichIconAvatarImage--xl___9fJ-1 {
276
+ .RichIconAvatarImage-module__hop-RichIconAvatarImage--xl___KfoE8 {
130
277
  --size: var(--hop-RichIconAvatarImage-xl-size);
131
278
  --icon-size: var(--hop-RichIconAvatarImage-icon-xl-size);
132
279
  }
133
- .RichIconAvatarImage-module__hop-RichIconAvatarImage--2xl___gh42c {
280
+ .RichIconAvatarImage-module__hop-RichIconAvatarImage--2xl___2t0GA {
134
281
  --size: var(--hop-RichIconAvatarImage-2xl-size);
135
282
  --icon-size: var(--hop-RichIconAvatarImage-icon-2xl-size);
136
283
  }
137
- .RichIconAvatarImage-module__hop-RichIconAvatarImage___LUQBB[data-disabled] {
284
+ .RichIconAvatarImage-module__hop-RichIconAvatarImage___K-Aq7[data-disabled] {
138
285
  --background-color: var(--hop-RichIconAvatarImage-background-color-disabled);
139
286
  }
140
- .RichIconAvatarImage-module__hop-RichIconAvatarImage__icon___Te0ID {
287
+ .RichIconAvatarImage-module__hop-RichIconAvatarImage__icon___bCbWd {
141
288
  position: relative;
142
289
  display: block;
143
290
  inline-size: var(--icon-size, var(--hop-RichIconAvatarImage-icon-md-size));
144
291
  block-size: var(--icon-size, var(--hop-RichIconAvatarImage-icon-md-size));
145
292
  }
146
- .RichIconAvatarImage-module__hop-RichIconAvatarImage___LUQBB[data-disabled] .RichIconAvatarImage-module__hop-RichIconAvatarImage__icon___Te0ID {
293
+ .RichIconAvatarImage-module__hop-RichIconAvatarImage___K-Aq7[data-disabled] .RichIconAvatarImage-module__hop-RichIconAvatarImage__icon___bCbWd {
147
294
  --hop-RichIcon-placeholder-background: var(--hop-RichIconAvatarImage-background-color-disabled);
148
295
  --hop-RichIcon-placeholder-shadow: var(--hop-RichIconAvatarImage-icon-color-disabled);
149
296
  }
150
297
 
151
298
  /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/Avatar/src/Avatar.module.css/#css-module-data */
152
- .Avatar-module__hop-Avatar___9Hi70 {
299
+ .Avatar-module__hop-Avatar___5sKQo {
153
300
  --hop-Avatar-border-radius: var(--hop-shape-circle);
154
301
  --hop-Avatar-mix-blend-mode: normal;
155
302
  --hop-Avatar-decorative-1-background-color: var(--hop-decorative-option1-surface-strong);
@@ -194,67 +341,67 @@
194
341
  background-color: var(--background-color, transparent);
195
342
  border-radius: var(--hop-Avatar-border-radius);
196
343
  }
197
- .Avatar-module__hop-Avatar--xs___ezEoM {
344
+ .Avatar-module__hop-Avatar--xs___Ady66 {
198
345
  --size: var(--hop-Avatar-xs-size);
199
346
  }
200
- .Avatar-module__hop-Avatar--sm___980Uh {
347
+ .Avatar-module__hop-Avatar--sm___FeU7R {
201
348
  --size: var(--hop-Avatar-sm-size);
202
349
  }
203
- .Avatar-module__hop-Avatar--md___wMa-k {
350
+ .Avatar-module__hop-Avatar--md___ZKXaB {
204
351
  --size: var(--hop-Avatar-md-size);
205
352
  }
206
- .Avatar-module__hop-Avatar--lg___yGqTp {
353
+ .Avatar-module__hop-Avatar--lg___1aVAg {
207
354
  --size: var(--hop-Avatar-lg-size);
208
355
  }
209
- .Avatar-module__hop-Avatar--xl___AXLnM {
356
+ .Avatar-module__hop-Avatar--xl___OGORu {
210
357
  --size: var(--hop-Avatar-xl-size);
211
358
  }
212
- .Avatar-module__hop-Avatar--2xl___aERCF {
359
+ .Avatar-module__hop-Avatar--2xl___IihrO {
213
360
  --size: var(--hop-Avatar-2xl-size);
214
361
  }
215
- .Avatar-module__hop-Avatar--decorative-option1___f7v8W {
362
+ .Avatar-module__hop-Avatar--decorative-option1___r8yYu {
216
363
  --background-color: var(--hop-Avatar-decorative-1-background-color);
217
364
  --text-color: var(--hop-Avatar-decorative-1-text-color);
218
365
  }
219
- .Avatar-module__hop-Avatar--decorative-option2___1jb39 {
366
+ .Avatar-module__hop-Avatar--decorative-option2___QeM5w {
220
367
  --background-color: var(--hop-Avatar-decorative-2-background-color);
221
368
  --text-color: var(--hop-Avatar-decorative-2-text-color);
222
369
  }
223
- .Avatar-module__hop-Avatar--decorative-option3___cJs0U {
370
+ .Avatar-module__hop-Avatar--decorative-option3___nsycG {
224
371
  --background-color: var(--hop-Avatar-decorative-3-background-color);
225
372
  --text-color: var(--hop-Avatar-decorative-3-text-color);
226
373
  }
227
- .Avatar-module__hop-Avatar--decorative-option4___ll-5h {
374
+ .Avatar-module__hop-Avatar--decorative-option4___uBdkS {
228
375
  --background-color: var(--hop-Avatar-decorative-4-background-color);
229
376
  --text-color: var(--hop-Avatar-decorative-4-text-color);
230
377
  }
231
- .Avatar-module__hop-Avatar--decorative-option5___lyS7v {
378
+ .Avatar-module__hop-Avatar--decorative-option5___VYfAD {
232
379
  --background-color: var(--hop-Avatar-decorative-5-background-color);
233
380
  --text-color: var(--hop-Avatar-decorative-5-text-color);
234
381
  }
235
- .Avatar-module__hop-Avatar--decorative-option6___nXt6p {
382
+ .Avatar-module__hop-Avatar--decorative-option6___hSbrh {
236
383
  --background-color: var(--hop-Avatar-decorative-6-background-color);
237
384
  --text-color: var(--hop-Avatar-decorative-6-text-color);
238
385
  }
239
- .Avatar-module__hop-Avatar--decorative-option7___gDoKx {
386
+ .Avatar-module__hop-Avatar--decorative-option7___yTTZQ {
240
387
  --background-color: var(--hop-Avatar-decorative-7-background-color);
241
388
  --text-color: var(--hop-Avatar-decorative-7-text-color);
242
389
  }
243
- .Avatar-module__hop-Avatar--decorative-option8___RmnZd {
390
+ .Avatar-module__hop-Avatar--decorative-option8___Ye64F {
244
391
  --background-color: var(--hop-Avatar-decorative-8-background-color);
245
392
  --text-color: var(--hop-Avatar-decorative-8-text-color);
246
393
  }
247
- .Avatar-module__hop-Avatar--decorative-option9___Tpf7q {
394
+ .Avatar-module__hop-Avatar--decorative-option9___U63SX {
248
395
  --background-color: var(--hop-Avatar-decorative-9-background-color);
249
396
  --text-color: var(--hop-Avatar-decorative-9-text-color);
250
397
  }
251
- .Avatar-module__hop-Avatar___9Hi70[data-disabled] {
398
+ .Avatar-module__hop-Avatar___5sKQo[data-disabled] {
252
399
  --background-color: var(--hop-Avatar-background-color-disabled);
253
400
  --text-color: var(--hop-Avatar-text-color-disabled);
254
401
  --mix-blend-mode: var(--hop-Avatar-mix-blend-mode-disabled);
255
402
  isolation: isolate;
256
403
  }
257
- .Avatar-module__hop-Avatar__image___oh7hq {
404
+ .Avatar-module__hop-Avatar__image___wmX-V {
258
405
  position: relative;
259
406
  display: block;
260
407
  box-sizing: border-box;