@hopper-ui/components 1.3.17 → 1.3.19

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 (217) hide show
  1. package/CHANGELOG.md +12 -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 +3 -3
  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/{ClearButton-DTR1qTbm.d.ts → ClearButton-_NnHqYE1.d.ts} +3 -1
  19. package/dist/ComboBox/src/ComboBox.css +715 -715
  20. package/dist/ComboBox/src/ComboBox.js +8 -8
  21. package/dist/ComboBox/src/ComboBoxOptions.css +715 -715
  22. package/dist/ComboBox/src/ComboBoxOptions.js +52 -52
  23. package/dist/ComboBox/src/index.css +715 -715
  24. package/dist/ComboBox/src/index.js +52 -52
  25. package/dist/Divider/src/Divider.css +29 -29
  26. package/dist/Divider/src/Divider.js +1 -1
  27. package/dist/Divider/src/index.css +29 -29
  28. package/dist/Divider/src/index.js +1 -1
  29. package/dist/ErrorMessage/src/ErrorMessage.css +29 -29
  30. package/dist/ErrorMessage/src/ErrorMessage.js +3 -3
  31. package/dist/ErrorMessage/src/index.css +29 -29
  32. package/dist/ErrorMessage/src/index.js +3 -3
  33. package/dist/Form/src/Form.css +715 -715
  34. package/dist/Form/src/Form.js +52 -52
  35. package/dist/Form/src/index.css +715 -715
  36. package/dist/Form/src/index.js +52 -52
  37. package/dist/HelperMessage/src/HelperMessage.css +29 -29
  38. package/dist/HelperMessage/src/HelperMessage.js +2 -2
  39. package/dist/HelperMessage/src/index.css +29 -29
  40. package/dist/HelperMessage/src/index.js +2 -2
  41. package/dist/IconList/src/IconList.css +28 -28
  42. package/dist/IconList/src/IconList.js +1 -1
  43. package/dist/IconList/src/index.css +28 -28
  44. package/dist/IconList/src/index.js +1 -1
  45. package/dist/Link/src/Link.css +49 -49
  46. package/dist/Link/src/Link.js +7 -7
  47. package/dist/Link/src/index.css +49 -49
  48. package/dist/Link/src/index.js +7 -7
  49. package/dist/ListBox/src/ListBox.css +274 -274
  50. package/dist/ListBox/src/ListBox.js +12 -12
  51. package/dist/ListBox/src/ListBoxItem.css +262 -262
  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 +274 -274
  56. package/dist/ListBox/src/index.js +12 -12
  57. package/dist/Select/src/Select.css +296 -296
  58. package/dist/Select/src/Select.js +8 -8
  59. package/dist/Select/src/SelectOptions.css +715 -715
  60. package/dist/Select/src/SelectOptions.js +52 -52
  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 +715 -715
  64. package/dist/Select/src/index.js +52 -52
  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 +112 -112
  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.d.ts +1 -1
  75. package/dist/buttons/src/ClearButton.js +3 -3
  76. package/dist/buttons/src/ClearButtonContext.d.ts +1 -1
  77. package/dist/buttons/src/EmbeddedButton.css +98 -98
  78. package/dist/buttons/src/EmbeddedButton.d.ts +1 -1
  79. package/dist/buttons/src/EmbeddedButton.js +2 -2
  80. package/dist/buttons/src/EmbeddedButtonContext.d.ts +1 -1
  81. package/dist/buttons/src/index.css +194 -194
  82. package/dist/buttons/src/index.d.ts +1 -1
  83. package/dist/buttons/src/index.js +11 -11
  84. package/dist/checkbox/src/Checkbox.css +46 -46
  85. package/dist/checkbox/src/Checkbox.js +7 -7
  86. package/dist/checkbox/src/CheckboxField.css +33 -33
  87. package/dist/checkbox/src/CheckboxField.js +2 -2
  88. package/dist/checkbox/src/CheckboxGroup.css +98 -98
  89. package/dist/checkbox/src/CheckboxGroup.js +2 -2
  90. package/dist/checkbox/src/DecorativeCheckbox.css +54 -54
  91. package/dist/checkbox/src/DecorativeCheckbox.js +7 -7
  92. package/dist/checkbox/src/index.css +98 -98
  93. package/dist/checkbox/src/index.js +10 -10
  94. package/dist/{chunk-EMQFLPCD.js → chunk-2GICZNLE.js} +2 -2
  95. package/dist/{chunk-P2LXRVM2.js → chunk-2GJNPGAM.js} +4 -4
  96. package/dist/{chunk-FLLGE3ES.js → chunk-2REEY4WL.js} +13 -4
  97. package/dist/{chunk-32EM3PKP.js → chunk-32NTVJGG.js} +3 -3
  98. package/dist/{chunk-5JTQK4N6.js → chunk-3UDYVVZU.js} +3 -3
  99. package/dist/{chunk-GQOH47EH.js → chunk-64KJ34CI.js} +2 -2
  100. package/dist/{chunk-77FWDWLW.js → chunk-AZZPA2LW.js} +1 -1
  101. package/dist/{chunk-NI2WTR2F.js → chunk-C2NLOFTM.js} +2 -2
  102. package/dist/{chunk-KV4GILRK.js → chunk-CH737ZX3.js} +6 -6
  103. package/dist/{chunk-L6CLR42U.js → chunk-DZKGGMUX.js} +3 -3
  104. package/dist/{chunk-DFH27VCT.js → chunk-ESN3V5U5.js} +4 -4
  105. package/dist/{chunk-MH2ITVPT.js → chunk-FGW443T2.js} +4 -4
  106. package/dist/{chunk-46F22R6P.js → chunk-GL7VLPBW.js} +4 -4
  107. package/dist/{chunk-VDEENHJH.js → chunk-GNRP6XEK.js} +4 -4
  108. package/dist/{chunk-EEEMR2R3.js → chunk-GPEHOZZZ.js} +1 -1
  109. package/dist/{chunk-XIFYV5FB.js → chunk-HAANV3KV.js} +2 -2
  110. package/dist/{chunk-UPE2QDRV.js → chunk-I3L55E7N.js} +1 -1
  111. package/dist/{chunk-32OQI72G.js → chunk-IRCC3UPO.js} +2 -2
  112. package/dist/{chunk-5DKHVW5F.js → chunk-IS2BGYLY.js} +3 -3
  113. package/dist/{chunk-JISMKFNZ.js → chunk-JCIL76AS.js} +1 -1
  114. package/dist/{chunk-J3PSP5BB.js → chunk-LSNF44NV.js} +1 -1
  115. package/dist/{chunk-JIUQVPKZ.js → chunk-M5W6ERG2.js} +2 -2
  116. package/dist/{chunk-6ACKXIMZ.js → chunk-MU3JYORH.js} +4 -4
  117. package/dist/{chunk-ECCNLKOA.js → chunk-O3ZEY7CW.js} +2 -2
  118. package/dist/{chunk-54PR6T3F.js → chunk-O5LG53HF.js} +3 -3
  119. package/dist/{chunk-FHTV5GSM.js → chunk-PBYJNOG2.js} +2 -2
  120. package/dist/{chunk-CUXQ6GU5.js → chunk-PG6KV5GW.js} +1 -1
  121. package/dist/{chunk-O4BMADXB.js → chunk-PPLVWRK2.js} +1 -1
  122. package/dist/{chunk-C6ECNNTN.js → chunk-PRRWXAH6.js} +2 -2
  123. package/dist/{chunk-MKQEZWWO.js → chunk-PS7WUB3A.js} +1 -1
  124. package/dist/{chunk-CRJLEZQN.js → chunk-Q6BAJIO5.js} +2 -2
  125. package/dist/{chunk-5Z5BPX63.js → chunk-RG6K6GEC.js} +3 -3
  126. package/dist/{chunk-4GBIZJ3R.js → chunk-RX6A4PRX.js} +1 -1
  127. package/dist/{chunk-OCVKN5AO.js → chunk-S2ZLZ5GK.js} +4 -4
  128. package/dist/{chunk-CENRFUBQ.js → chunk-SFCKVMYU.js} +3 -3
  129. package/dist/{chunk-S2WS33QE.js → chunk-SP77UBAZ.js} +3 -3
  130. package/dist/{chunk-CN462QLK.js → chunk-TOGZZNBR.js} +8 -7
  131. package/dist/{chunk-QV6P736B.js → chunk-TWW7CCA5.js} +2 -2
  132. package/dist/{chunk-BKBLBV3T.js → chunk-UBFL654S.js} +6 -6
  133. package/dist/{chunk-PVNIJYBP.js → chunk-VJKLOE2J.js} +1 -1
  134. package/dist/{chunk-2Z23W7ZB.js → chunk-W3BZV5E6.js} +2 -2
  135. package/dist/{chunk-UOT4YN2U.js → chunk-WNSRRKT4.js} +2 -2
  136. package/dist/{chunk-RZPJV4US.js → chunk-XZHYEQHC.js} +7 -7
  137. package/dist/{chunk-S3IPCHSB.js → chunk-YJI422TC.js} +3 -3
  138. package/dist/{chunk-IBQ62LWK.js → chunk-Z3FPJEJF.js} +1 -1
  139. package/dist/{chunk-T2XCLPZE.js → chunk-ZC6L6YVM.js} +1 -1
  140. package/dist/{chunk-3K4FVAI2.js → chunk-ZSX65Q2Z.js} +1 -1
  141. package/dist/index.css +715 -715
  142. package/dist/index.d.ts +1 -1
  143. package/dist/index.js +52 -52
  144. package/dist/inputs/src/InputGroup.css +209 -209
  145. package/dist/inputs/src/InputGroup.js +2 -2
  146. package/dist/inputs/src/NumberField.css +231 -231
  147. package/dist/inputs/src/NumberField.js +8 -8
  148. package/dist/inputs/src/PasswordField.css +219 -219
  149. package/dist/inputs/src/PasswordField.d.ts +1 -1
  150. package/dist/inputs/src/PasswordField.js +8 -8
  151. package/dist/inputs/src/PasswordFieldContext.d.ts +1 -1
  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 +225 -225
  155. package/dist/inputs/src/SearchField.d.ts +1 -1
  156. package/dist/inputs/src/SearchField.js +9 -9
  157. package/dist/inputs/src/SearchFieldContext.d.ts +1 -1
  158. package/dist/inputs/src/TextArea.css +226 -226
  159. package/dist/inputs/src/TextArea.js +8 -8
  160. package/dist/inputs/src/TextField.css +223 -223
  161. package/dist/inputs/src/TextField.js +11 -11
  162. package/dist/inputs/src/index.css +269 -269
  163. package/dist/inputs/src/index.d.ts +1 -1
  164. package/dist/inputs/src/index.js +15 -15
  165. package/dist/overlays/Popover/src/Popover.css +715 -715
  166. package/dist/overlays/Popover/src/Popover.js +52 -52
  167. package/dist/overlays/Popover/src/index.css +715 -715
  168. package/dist/overlays/Popover/src/index.js +52 -52
  169. package/dist/radio/src/DecorativeRadio.css +54 -54
  170. package/dist/radio/src/DecorativeRadio.js +7 -7
  171. package/dist/radio/src/Radio.css +46 -46
  172. package/dist/radio/src/Radio.js +7 -7
  173. package/dist/radio/src/RadioField.css +33 -33
  174. package/dist/radio/src/RadioField.js +2 -2
  175. package/dist/radio/src/RadioGroup.css +98 -98
  176. package/dist/radio/src/RadioGroup.js +2 -2
  177. package/dist/radio/src/index.css +98 -98
  178. package/dist/radio/src/index.js +10 -10
  179. package/dist/switch/src/Switch.css +43 -43
  180. package/dist/switch/src/Switch.js +7 -7
  181. package/dist/switch/src/SwitchField.css +33 -33
  182. package/dist/switch/src/SwitchField.js +2 -2
  183. package/dist/switch/src/index.css +49 -49
  184. package/dist/switch/src/index.js +8 -8
  185. package/dist/tag/src/Tag.css +335 -335
  186. package/dist/tag/src/Tag.d.ts +1 -1
  187. package/dist/tag/src/Tag.js +11 -11
  188. package/dist/tag/src/TagContext.d.ts +1 -1
  189. package/dist/tag/src/TagGroup.css +37 -37
  190. package/dist/tag/src/TagGroup.d.ts +1 -1
  191. package/dist/tag/src/TagGroup.js +1 -1
  192. package/dist/tag/src/TagGroupContext.d.ts +1 -1
  193. package/dist/tag/src/TagList.css +27 -27
  194. package/dist/tag/src/index.css +345 -345
  195. package/dist/tag/src/index.d.ts +1 -1
  196. package/dist/tag/src/index.js +12 -12
  197. package/dist/typography/Heading/src/Heading.css +27 -27
  198. package/dist/typography/Heading/src/Heading.js +1 -1
  199. package/dist/typography/Heading/src/index.css +27 -27
  200. package/dist/typography/Heading/src/index.js +1 -1
  201. package/dist/typography/Label/src/Label.css +27 -27
  202. package/dist/typography/Label/src/Label.js +1 -1
  203. package/dist/typography/Label/src/index.css +27 -27
  204. package/dist/typography/Label/src/index.js +1 -1
  205. package/dist/typography/OverlineText/src/OverlineText.css +27 -27
  206. package/dist/typography/OverlineText/src/OverlineText.js +1 -1
  207. package/dist/typography/OverlineText/src/index.css +27 -27
  208. package/dist/typography/OverlineText/src/index.js +1 -1
  209. package/dist/typography/Text/src/Text.css +27 -27
  210. package/dist/typography/Text/src/Text.js +1 -1
  211. package/dist/typography/Text/src/index.css +27 -27
  212. package/dist/typography/Text/src/index.js +1 -1
  213. package/dist/utils/src/EnsureTextWrapper.css +27 -27
  214. package/dist/utils/src/EnsureTextWrapper.js +5 -5
  215. package/dist/utils/src/index.css +27 -27
  216. package/dist/utils/src/index.js +6 -6
  217. package/package.json +1 -1
@@ -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___BdLR7 {
2
+ .Heading-module__hop-Heading___u8eMc {
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___BdLR7) {
36
+ :where(.Heading-module__hop-Heading___u8eMc) {
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___WyXi8) {
43
+ :where(.Heading-module__hop-Heading--xs___MeRHO) {
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___7BkZ-) {
49
+ :where(.Heading-module__hop-Heading--sm___yN0zg) {
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___Yb-wf) {
55
+ :where(.Heading-module__hop-Heading--md___riIH-) {
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___Iajp0) {
61
+ :where(.Heading-module__hop-Heading--lg___-Nbml) {
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___7gcoD) {
67
+ :where(.Heading-module__hop-Heading--xl___ksoya) {
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___SBxPs) {
73
+ :where(.Heading-module__hop-Heading--2xl___Qh6U3) {
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___PK0X3) {
79
+ :where(.Heading-module__hop-Heading--3xl___gJFdJ) {
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___fcjW1 {
87
+ .Text-module__hop-Text___nz5MS {
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___fcjW1) {
117
+ :where(.Text-module__hop-Text___nz5MS) {
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___ZI6iJ) {
123
+ :where(.Text-module__hop-Text--xs___Go8-r) {
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___J-tGA) {
129
+ :where(.Text-module__hop-Text--sm___HQ3zz) {
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___cPML6) {
135
+ :where(.Text-module__hop-Text--md___ClBUN) {
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___Sy28t) {
141
+ :where(.Text-module__hop-Text--lg___X2zzc) {
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___lvVhm) {
147
+ :where(.Text-module__hop-Text--xl___PQwpP) {
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___SRkHL) {
153
+ :where(.Text-module__hop-Text--2xl___YQvD7) {
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___Z8PjI) {
159
+ :where(.Text-module__hop-Text--inherit___Mtn3G) {
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___PxKbH) {
167
+ :where(.OverlineText-module__hop-OverlineText___D2EFn) {
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,45 +188,45 @@
188
188
  text-transform: uppercase;
189
189
  letter-spacing: var(--letter-spacing);
190
190
  }
191
- .OverlineText-module__hop-OverlineText__text___fn4KK {
191
+ .OverlineText-module__hop-OverlineText__text___vCV9h {
192
192
  box-sizing: border-box;
193
193
  }
194
- .OverlineText-module__hop-OverlineText__text___fn4KK::before,
195
- .OverlineText-module__hop-OverlineText__text___fn4KK::after {
194
+ .OverlineText-module__hop-OverlineText__text___vCV9h::before,
195
+ .OverlineText-module__hop-OverlineText__text___vCV9h::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___fn4KK::before {
202
+ .OverlineText-module__hop-OverlineText__text___vCV9h::before {
203
203
  margin-block-end: var(--bottom-offset);
204
204
  }
205
- .OverlineText-module__hop-OverlineText__text___fn4KK::after {
205
+ .OverlineText-module__hop-OverlineText__text___vCV9h::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___ORxUQ {
210
+ .Label-module__hop-Label___69Dkt {
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___ORxUQ) {
217
+ :where(.Label-module__hop-Label___69Dkt) {
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___ORHUL) {
224
+ :where(.Label-module__hop-Label__indicator___6c8hx) {
225
225
  padding-inline-start: var(--hop-space-20);
226
226
  }
227
227
 
228
228
  /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/Badge/src/FloatingBadge.module.css/#css-module-data */
229
- .FloatingBadge-module__hop-FloatingBadge___jy7P2 {
229
+ .FloatingBadge-module__hop-FloatingBadge___wi5HT {
230
230
  --hop-FloatingBadge-badge-x: calc(0% + var(--hop-FloatingBadge-offset-x));
231
231
  --hop-FloatingBadge-badge-circular-x: calc(10% + var(--hop-FloatingBadge-offset-x));
232
232
  --hop-FloatingBadge-badge-y: calc(0% + var(--hop-FloatingBadge-offset-y));
@@ -267,7 +267,7 @@
267
267
  box-sizing: border-box;
268
268
  inline-size: max-content;
269
269
  }
270
- .FloatingBadge-module__hop-FloatingBadge___jy7P2[data-placement="top right"] {
270
+ .FloatingBadge-module__hop-FloatingBadge___wi5HT[data-placement="top right"] {
271
271
  --badge-top: var(--hop-FloatingBadge-badge-topright-top);
272
272
  --badge-right: var(--hop-FloatingBadge-badge-topright-right);
273
273
  --badge-bottom: var(--hop-FloatingBadge-badge-topright-bottom);
@@ -275,11 +275,11 @@
275
275
  --badge-transform: var(--hop-FloatingBadge-badge-topright-transform);
276
276
  --badge-transform-origin: var(--hop-FloatingBadge-badge-topright-transform-origin);
277
277
  }
278
- .FloatingBadge-module__hop-FloatingBadge___jy7P2[data-placement="top right"][data-overlap=circular] {
278
+ .FloatingBadge-module__hop-FloatingBadge___wi5HT[data-placement="top right"][data-overlap=circular] {
279
279
  --badge-top: var(--hop-FloatingBadge-badge-topright-circular-top);
280
280
  --badge-right: var(--hop-FloatingBadge-badge-topright-circular-right);
281
281
  }
282
- .FloatingBadge-module__hop-FloatingBadge___jy7P2[data-placement="top left"] {
282
+ .FloatingBadge-module__hop-FloatingBadge___wi5HT[data-placement="top left"] {
283
283
  --badge-top: var(--hop-FloatingBadge-badge-topleft-top);
284
284
  --badge-right: var(--hop-FloatingBadge-badge-topleft-right);
285
285
  --badge-bottom: var(--hop-FloatingBadge-badge-topleft-bottom);
@@ -287,11 +287,11 @@
287
287
  --badge-transform: var(--hop-FloatingBadge-badge-topleft-transform);
288
288
  --badge-transform-origin: var(--hop-FloatingBadge-badge-topleft-transform-origin);
289
289
  }
290
- .FloatingBadge-module__hop-FloatingBadge___jy7P2[data-placement="top left"][data-overlap=circular] {
290
+ .FloatingBadge-module__hop-FloatingBadge___wi5HT[data-placement="top left"][data-overlap=circular] {
291
291
  --badge-top: var(--hop-FloatingBadge-badge-topleft-circular-top);
292
292
  --badge-left: var(--hop-FloatingBadge-badge-topleft-circular-left);
293
293
  }
294
- .FloatingBadge-module__hop-FloatingBadge___jy7P2[data-placement="bottom right"] {
294
+ .FloatingBadge-module__hop-FloatingBadge___wi5HT[data-placement="bottom right"] {
295
295
  --badge-top: var(--hop-FloatingBadge-badge-bottomright-top);
296
296
  --badge-right: var(--hop-FloatingBadge-badge-bottomright-right);
297
297
  --badge-bottom: var(--hop-FloatingBadge-badge-bottomright-bottom);
@@ -299,11 +299,11 @@
299
299
  --badge-transform: var(--hop-FloatingBadge-badge-bottomright-transform);
300
300
  --badge-transform-origin: var(--hop-FloatingBadge-badge-bottomright-transform-origin);
301
301
  }
302
- .FloatingBadge-module__hop-FloatingBadge___jy7P2[data-placement="bottom right"][data-overlap=circular] {
302
+ .FloatingBadge-module__hop-FloatingBadge___wi5HT[data-placement="bottom right"][data-overlap=circular] {
303
303
  --badge-right: var(--hop-FloatingBadge-badge-bottomright-circular-right);
304
304
  --badge-bottom: var(--hop-FloatingBadge-badge-bottomright-circular-bottom);
305
305
  }
306
- .FloatingBadge-module__hop-FloatingBadge___jy7P2[data-placement="bottom left"] {
306
+ .FloatingBadge-module__hop-FloatingBadge___wi5HT[data-placement="bottom left"] {
307
307
  --badge-top: var(--hop-FloatingBadge-badge-bottomleft-top);
308
308
  --badge-right: var(--hop-FloatingBadge-badge-bottomleft-right);
309
309
  --badge-bottom: var(--hop-FloatingBadge-badge-bottomleft-bottom);
@@ -311,11 +311,11 @@
311
311
  --badge-transform: var(--hop-FloatingBadge-badge-bottomleft-transform);
312
312
  --badge-transform-origin: var(--hop-FloatingBadge-badge-bottomleft-transform-origin);
313
313
  }
314
- .FloatingBadge-module__hop-FloatingBadge___jy7P2[data-placement="bottom left"][data-overlap=circular] {
314
+ .FloatingBadge-module__hop-FloatingBadge___wi5HT[data-placement="bottom left"][data-overlap=circular] {
315
315
  --badge-bottom: var(--hop-FloatingBadge-badge-bottomleft-circular-bottom);
316
316
  --badge-left: var(--hop-FloatingBadge-badge-bottomleft-circular-left);
317
317
  }
318
- .FloatingBadge-module__hop-FloatingBadge__badge___-igKk {
318
+ .FloatingBadge-module__hop-FloatingBadge__badge___KpwH6 {
319
319
  position: absolute;
320
320
  inset: var(--badge-top) var(--badge-right) var(--badge-bottom) var(--badge-left);
321
321
  transform-origin: var(--badge-transform-origin);
@@ -1,6 +1,6 @@
1
- export { _FloatingBadge as FloatingBadge, GlobalFloatingBadgeCssSelector } from '../../chunk-32OQI72G.js';
2
- import '../../chunk-CQDLZ42T.js';
1
+ export { _FloatingBadge as FloatingBadge, GlobalFloatingBadgeCssSelector } from '../../chunk-IRCC3UPO.js';
3
2
  import '../../chunk-CIGS4QGT.js';
3
+ import '../../chunk-CQDLZ42T.js';
4
4
  import '../../chunk-HXI3MEEK.js';
5
5
  import '../../chunk-M36KANKC.js';
6
6
  import '../../chunk-KVDXQMWI.js';
@@ -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___BdLR7 {
2
+ .Heading-module__hop-Heading___u8eMc {
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___BdLR7) {
36
+ :where(.Heading-module__hop-Heading___u8eMc) {
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___WyXi8) {
43
+ :where(.Heading-module__hop-Heading--xs___MeRHO) {
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___7BkZ-) {
49
+ :where(.Heading-module__hop-Heading--sm___yN0zg) {
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___Yb-wf) {
55
+ :where(.Heading-module__hop-Heading--md___riIH-) {
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___Iajp0) {
61
+ :where(.Heading-module__hop-Heading--lg___-Nbml) {
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___7gcoD) {
67
+ :where(.Heading-module__hop-Heading--xl___ksoya) {
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___SBxPs) {
73
+ :where(.Heading-module__hop-Heading--2xl___Qh6U3) {
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___PK0X3) {
79
+ :where(.Heading-module__hop-Heading--3xl___gJFdJ) {
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___fcjW1 {
87
+ .Text-module__hop-Text___nz5MS {
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___fcjW1) {
117
+ :where(.Text-module__hop-Text___nz5MS) {
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___ZI6iJ) {
123
+ :where(.Text-module__hop-Text--xs___Go8-r) {
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___J-tGA) {
129
+ :where(.Text-module__hop-Text--sm___HQ3zz) {
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___cPML6) {
135
+ :where(.Text-module__hop-Text--md___ClBUN) {
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___Sy28t) {
141
+ :where(.Text-module__hop-Text--lg___X2zzc) {
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___lvVhm) {
147
+ :where(.Text-module__hop-Text--xl___PQwpP) {
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___SRkHL) {
153
+ :where(.Text-module__hop-Text--2xl___YQvD7) {
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___Z8PjI) {
159
+ :where(.Text-module__hop-Text--inherit___Mtn3G) {
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,26 +164,26 @@
164
164
  }
165
165
 
166
166
  /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/Label/src/Label.module.css/#css-module-data */
167
- .Label-module__hop-Label___ORxUQ {
167
+ .Label-module__hop-Label___69Dkt {
168
168
  --hop-Label-font-size: var(--hop-heading-xs-font-size);
169
169
  --hop-Label-font-family: var(--hop-heading-xs-font-family);
170
170
  --hop-Label-font-weight: var(--hop-heading-xs-font-weight);
171
171
  --hop-Label-line-height: var(--hop-heading-xs-line-height);
172
172
  --hop-Label-color: var(--hop-neutral-text-weak);
173
173
  }
174
- :where(.Label-module__hop-Label___ORxUQ) {
174
+ :where(.Label-module__hop-Label___69Dkt) {
175
175
  font-family: var(--hop-Label-font-family);
176
176
  font-size: var(--hop-Label-font-size);
177
177
  font-weight: var(--hop-Label-font-weight);
178
178
  line-height: var(--hop-Label-line-height);
179
179
  color: var(--hop-Label-color);
180
180
  }
181
- :where(.Label-module__hop-Label__indicator___ORHUL) {
181
+ :where(.Label-module__hop-Label__indicator___6c8hx) {
182
182
  padding-inline-start: var(--hop-space-20);
183
183
  }
184
184
 
185
185
  /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/OverlineText/src/OverlineText.module.css/#css-module-data */
186
- :where(.OverlineText-module__hop-OverlineText___PxKbH) {
186
+ :where(.OverlineText-module__hop-OverlineText___D2EFn) {
187
187
  --hop-OverlineText-font-family: var(--hop-overline-font-family);
188
188
  --hop-OverlineText-font-size: var(--hop-overline-font-size);
189
189
  --hop-OverlineText-font-weight: var(--hop-overline-font-weight);
@@ -207,26 +207,26 @@
207
207
  text-transform: uppercase;
208
208
  letter-spacing: var(--letter-spacing);
209
209
  }
210
- .OverlineText-module__hop-OverlineText__text___fn4KK {
210
+ .OverlineText-module__hop-OverlineText__text___vCV9h {
211
211
  box-sizing: border-box;
212
212
  }
213
- .OverlineText-module__hop-OverlineText__text___fn4KK::before,
214
- .OverlineText-module__hop-OverlineText__text___fn4KK::after {
213
+ .OverlineText-module__hop-OverlineText__text___vCV9h::before,
214
+ .OverlineText-module__hop-OverlineText__text___vCV9h::after {
215
215
  content: "";
216
216
  display: block;
217
217
  box-sizing: border-box;
218
218
  inline-size: 0;
219
219
  block-size: 0;
220
220
  }
221
- .OverlineText-module__hop-OverlineText__text___fn4KK::before {
221
+ .OverlineText-module__hop-OverlineText__text___vCV9h::before {
222
222
  margin-block-end: var(--bottom-offset);
223
223
  }
224
- .OverlineText-module__hop-OverlineText__text___fn4KK::after {
224
+ .OverlineText-module__hop-OverlineText__text___vCV9h::after {
225
225
  margin-block-start: var(--top-offset);
226
226
  }
227
227
 
228
228
  /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/Badge/src/Badge.module.css/#css-module-data */
229
- .Badge-module__hop-Badge___ggBRV {
229
+ .Badge-module__hop-Badge___iWO-- {
230
230
  --hop-Badge-height: 1.5rem;
231
231
  --hop-Badge-width: max-content;
232
232
  --hop-Badge-padding-inline: var(--hop-space-inset-sm);
@@ -276,67 +276,67 @@
276
276
  background-color: var(--background-color, var(--hop-Badge-primary-background-color));
277
277
  border-radius: var(--border-radius);
278
278
  }
279
- .Badge-module__hop-Badge___ggBRV[data-variant=primary] {
279
+ .Badge-module__hop-Badge___iWO--[data-variant=primary] {
280
280
  --background-color: var(--hop-Badge-primary-background-color);
281
281
  --text-color: var(--hop-Badge-primary-text-color);
282
282
  }
283
- .Badge-module__hop-Badge___ggBRV[data-hovered][data-variant=primary] {
283
+ .Badge-module__hop-Badge___iWO--[data-hovered][data-variant=primary] {
284
284
  --background-color: var(--hop-Badge-primary-background-color-hovered);
285
285
  --text-color: var(--hop-Badge-primary-text-color-hovered);
286
286
  }
287
- .Badge-module__hop-Badge___ggBRV[data-pressed][data-variant=primary] {
287
+ .Badge-module__hop-Badge___iWO--[data-pressed][data-variant=primary] {
288
288
  --background-color: var(--hop-Badge-primary-background-color-pressed);
289
289
  --text-color: var(--hop-Badge-primary-text-color-pressed);
290
290
  }
291
- .Badge-module__hop-Badge___ggBRV[data-selected][data-variant=primary] {
291
+ .Badge-module__hop-Badge___iWO--[data-selected][data-variant=primary] {
292
292
  --background-color: var(--hop-Badge-primary-background-color-selected);
293
293
  --text-color: var(--hop-Badge-primary-text-color-selected);
294
294
  }
295
- .Badge-module__hop-Badge___ggBRV[data-variant=secondary] {
295
+ .Badge-module__hop-Badge___iWO--[data-variant=secondary] {
296
296
  --background-color: var(--hop-Badge-secondary-background-color);
297
297
  --text-color: var(--hop-Badge-secondary-text-color);
298
298
  }
299
- .Badge-module__hop-Badge___ggBRV[data-hovered][data-variant=secondary] {
299
+ .Badge-module__hop-Badge___iWO--[data-hovered][data-variant=secondary] {
300
300
  --background-color: var(--hop-Badge-secondary-background-color-hovered);
301
301
  --text-color: var(--hop-Badge-secondary-text-color-hovered);
302
302
  }
303
- .Badge-module__hop-Badge___ggBRV[data-pressed][data-variant=secondary] {
303
+ .Badge-module__hop-Badge___iWO--[data-pressed][data-variant=secondary] {
304
304
  --background-color: var(--hop-Badge-secondary-background-color-pressed);
305
305
  --text-color: var(--hop-Badge-secondary-text-color-pressed);
306
306
  }
307
- .Badge-module__hop-Badge___ggBRV[data-selected][data-variant=secondary] {
307
+ .Badge-module__hop-Badge___iWO--[data-selected][data-variant=secondary] {
308
308
  --background-color: var(--hop-Badge-secondary-background-color-selected);
309
309
  --text-color: var(--hop-Badge-secondary-text-color-selected);
310
310
  }
311
- .Badge-module__hop-Badge___ggBRV[data-variant=subdued] {
311
+ .Badge-module__hop-Badge___iWO--[data-variant=subdued] {
312
312
  --background-color: var(--hop-Badge-subdued-background-color);
313
313
  --text-color: var(--hop-Badge-subdued-text-color);
314
314
  }
315
- .Badge-module__hop-Badge___ggBRV[data-hovered][data-variant=subdued] {
315
+ .Badge-module__hop-Badge___iWO--[data-hovered][data-variant=subdued] {
316
316
  --background-color: var(--hop-Badge-subdued-background-color-hovered);
317
317
  --text-color: var(--hop-Badge-subdued-text-color-hovered);
318
318
  }
319
- .Badge-module__hop-Badge___ggBRV[data-pressed][data-variant=subdued] {
319
+ .Badge-module__hop-Badge___iWO--[data-pressed][data-variant=subdued] {
320
320
  --background-color: var(--hop-Badge-subdued-background-color-pressed);
321
321
  --text-color: var(--hop-Badge-subdued-text-color-pressed);
322
322
  }
323
- .Badge-module__hop-Badge___ggBRV[data-selected][data-variant=subdued] {
323
+ .Badge-module__hop-Badge___iWO--[data-selected][data-variant=subdued] {
324
324
  --background-color: var(--hop-Badge-subdued-background-color-selected);
325
325
  --text-color: var(--hop-Badge-subdued-text-color-selected);
326
326
  }
327
- .Badge-module__hop-Badge___ggBRV[data-indeterminate] {
327
+ .Badge-module__hop-Badge___iWO--[data-indeterminate] {
328
328
  --border-radius: var(--hop-Badge-indeterminate-border-radius);
329
329
  --height: var(--hop-Badge-indeterminate-height);
330
330
  --width: var(--hop-Badge-indeterminate-width);
331
331
  --padding-inline: var(--hop-Badge-indeterminate-padding-inline);
332
332
  }
333
- .Badge-module__hop-Badge___ggBRV[data-disabled] {
333
+ .Badge-module__hop-Badge___iWO--[data-disabled] {
334
334
  --background-color: var(--hop-Badge-background-color-disabled);
335
335
  --text-color: var(--hop-Badge-text-color-disabled);
336
336
  }
337
337
 
338
338
  /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/Badge/src/FloatingBadge.module.css/#css-module-data */
339
- .FloatingBadge-module__hop-FloatingBadge___jy7P2 {
339
+ .FloatingBadge-module__hop-FloatingBadge___wi5HT {
340
340
  --hop-FloatingBadge-badge-x: calc(0% + var(--hop-FloatingBadge-offset-x));
341
341
  --hop-FloatingBadge-badge-circular-x: calc(10% + var(--hop-FloatingBadge-offset-x));
342
342
  --hop-FloatingBadge-badge-y: calc(0% + var(--hop-FloatingBadge-offset-y));
@@ -377,7 +377,7 @@
377
377
  box-sizing: border-box;
378
378
  inline-size: max-content;
379
379
  }
380
- .FloatingBadge-module__hop-FloatingBadge___jy7P2[data-placement="top right"] {
380
+ .FloatingBadge-module__hop-FloatingBadge___wi5HT[data-placement="top right"] {
381
381
  --badge-top: var(--hop-FloatingBadge-badge-topright-top);
382
382
  --badge-right: var(--hop-FloatingBadge-badge-topright-right);
383
383
  --badge-bottom: var(--hop-FloatingBadge-badge-topright-bottom);
@@ -385,11 +385,11 @@
385
385
  --badge-transform: var(--hop-FloatingBadge-badge-topright-transform);
386
386
  --badge-transform-origin: var(--hop-FloatingBadge-badge-topright-transform-origin);
387
387
  }
388
- .FloatingBadge-module__hop-FloatingBadge___jy7P2[data-placement="top right"][data-overlap=circular] {
388
+ .FloatingBadge-module__hop-FloatingBadge___wi5HT[data-placement="top right"][data-overlap=circular] {
389
389
  --badge-top: var(--hop-FloatingBadge-badge-topright-circular-top);
390
390
  --badge-right: var(--hop-FloatingBadge-badge-topright-circular-right);
391
391
  }
392
- .FloatingBadge-module__hop-FloatingBadge___jy7P2[data-placement="top left"] {
392
+ .FloatingBadge-module__hop-FloatingBadge___wi5HT[data-placement="top left"] {
393
393
  --badge-top: var(--hop-FloatingBadge-badge-topleft-top);
394
394
  --badge-right: var(--hop-FloatingBadge-badge-topleft-right);
395
395
  --badge-bottom: var(--hop-FloatingBadge-badge-topleft-bottom);
@@ -397,11 +397,11 @@
397
397
  --badge-transform: var(--hop-FloatingBadge-badge-topleft-transform);
398
398
  --badge-transform-origin: var(--hop-FloatingBadge-badge-topleft-transform-origin);
399
399
  }
400
- .FloatingBadge-module__hop-FloatingBadge___jy7P2[data-placement="top left"][data-overlap=circular] {
400
+ .FloatingBadge-module__hop-FloatingBadge___wi5HT[data-placement="top left"][data-overlap=circular] {
401
401
  --badge-top: var(--hop-FloatingBadge-badge-topleft-circular-top);
402
402
  --badge-left: var(--hop-FloatingBadge-badge-topleft-circular-left);
403
403
  }
404
- .FloatingBadge-module__hop-FloatingBadge___jy7P2[data-placement="bottom right"] {
404
+ .FloatingBadge-module__hop-FloatingBadge___wi5HT[data-placement="bottom right"] {
405
405
  --badge-top: var(--hop-FloatingBadge-badge-bottomright-top);
406
406
  --badge-right: var(--hop-FloatingBadge-badge-bottomright-right);
407
407
  --badge-bottom: var(--hop-FloatingBadge-badge-bottomright-bottom);
@@ -409,11 +409,11 @@
409
409
  --badge-transform: var(--hop-FloatingBadge-badge-bottomright-transform);
410
410
  --badge-transform-origin: var(--hop-FloatingBadge-badge-bottomright-transform-origin);
411
411
  }
412
- .FloatingBadge-module__hop-FloatingBadge___jy7P2[data-placement="bottom right"][data-overlap=circular] {
412
+ .FloatingBadge-module__hop-FloatingBadge___wi5HT[data-placement="bottom right"][data-overlap=circular] {
413
413
  --badge-right: var(--hop-FloatingBadge-badge-bottomright-circular-right);
414
414
  --badge-bottom: var(--hop-FloatingBadge-badge-bottomright-circular-bottom);
415
415
  }
416
- .FloatingBadge-module__hop-FloatingBadge___jy7P2[data-placement="bottom left"] {
416
+ .FloatingBadge-module__hop-FloatingBadge___wi5HT[data-placement="bottom left"] {
417
417
  --badge-top: var(--hop-FloatingBadge-badge-bottomleft-top);
418
418
  --badge-right: var(--hop-FloatingBadge-badge-bottomleft-right);
419
419
  --badge-bottom: var(--hop-FloatingBadge-badge-bottomleft-bottom);
@@ -421,11 +421,11 @@
421
421
  --badge-transform: var(--hop-FloatingBadge-badge-bottomleft-transform);
422
422
  --badge-transform-origin: var(--hop-FloatingBadge-badge-bottomleft-transform-origin);
423
423
  }
424
- .FloatingBadge-module__hop-FloatingBadge___jy7P2[data-placement="bottom left"][data-overlap=circular] {
424
+ .FloatingBadge-module__hop-FloatingBadge___wi5HT[data-placement="bottom left"][data-overlap=circular] {
425
425
  --badge-bottom: var(--hop-FloatingBadge-badge-bottomleft-circular-bottom);
426
426
  --badge-left: var(--hop-FloatingBadge-badge-bottomleft-circular-left);
427
427
  }
428
- .FloatingBadge-module__hop-FloatingBadge__badge___-igKk {
428
+ .FloatingBadge-module__hop-FloatingBadge__badge___KpwH6 {
429
429
  position: absolute;
430
430
  inset: var(--badge-top) var(--badge-right) var(--badge-bottom) var(--badge-left);
431
431
  transform-origin: var(--badge-transform-origin);
@@ -1,12 +1,12 @@
1
- export { _Badge as Badge, GlobalBadgeCssSelector } from '../../chunk-UOT4YN2U.js';
2
- export { _FloatingBadge as FloatingBadge, GlobalFloatingBadgeCssSelector } from '../../chunk-32OQI72G.js';
3
- export { BadgeContext } from '../../chunk-CQDLZ42T.js';
1
+ export { _FloatingBadge as FloatingBadge, GlobalFloatingBadgeCssSelector } from '../../chunk-IRCC3UPO.js';
4
2
  export { FloatingBadgeContext } from '../../chunk-CIGS4QGT.js';
5
- import '../../chunk-J3PSP5BB.js';
3
+ export { _Badge as Badge, GlobalBadgeCssSelector } from '../../chunk-WNSRRKT4.js';
4
+ import '../../chunk-LSNF44NV.js';
6
5
  import '../../chunk-WPNVVGFW.js';
6
+ export { BadgeContext } from '../../chunk-CQDLZ42T.js';
7
7
  import '../../chunk-HXI3MEEK.js';
8
+ import '../../chunk-M36KANKC.js';
8
9
  import '../../chunk-NH3IVMXB.js';
9
10
  import '../../chunk-65JPI4FL.js';
10
- import '../../chunk-M36KANKC.js';
11
11
  import '../../chunk-KVDXQMWI.js';
12
12
  import '../../chunk-JSBRDJBE.js';
@@ -44,6 +44,8 @@ declare const _Tag: react.ForwardRefExoticComponent<TagProps & react.RefAttribut
44
44
  declare const GlobalEmbeddedButtonCssSelector = "hop-EmbeddedButton";
45
45
  type EmbeddedButtonSize = "md" | "lg";
46
46
  type EmbeddedButtonVariant = TagVariant;
47
+ type OrbiterVariants = "informative" | "warning";
48
+ declare function mapOrbiterToHopperVariants(variant: TagVariant | OrbiterVariants): TagVariant;
47
49
  interface EmbeddedButtonProps extends StyledComponentProps<ButtonProps> {
48
50
  /**
49
51
  * Whether the EmbeddedButton should show a selected state.
@@ -81,4 +83,4 @@ interface ClearButtonProps extends EmbeddedButtonProps {
81
83
  */
82
84
  declare const _ClearButton: react.ForwardRefExoticComponent<ClearButtonProps & react.RefAttributes<HTMLButtonElement>>;
83
85
 
84
- export { type ClearButtonProps as C, type EmbeddedButtonSize as E, GlobalClearButtonCssSelector as G, type TagSize as T, _ClearButton as _, _EmbeddedButton as a, GlobalEmbeddedButtonCssSelector as b, type EmbeddedButtonVariant as c, type EmbeddedButtonProps as d, _Tag as e, GlobalTagCssSelector as f, type TagVariant as g, type TagProps as h };
86
+ export { type ClearButtonProps as C, type EmbeddedButtonSize as E, GlobalClearButtonCssSelector as G, type TagSize as T, _ClearButton as _, _EmbeddedButton as a, GlobalEmbeddedButtonCssSelector as b, type EmbeddedButtonVariant as c, type EmbeddedButtonProps as d, _Tag as e, GlobalTagCssSelector as f, type TagVariant as g, type TagProps as h, mapOrbiterToHopperVariants as m };