@hopper-ui/components 1.0.2 → 1.0.3

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 (268) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/dist/HopperProvider/src/HopperProvider.js +1 -1
  3. package/dist/HopperProvider/src/index.js +1 -1
  4. package/dist/IconList/src/IconList.css +1 -1
  5. package/dist/IconList/src/IconList.js +2 -2
  6. package/dist/IconList/src/IconListContext.js +1 -1
  7. package/dist/IconList/src/index.css +1 -1
  8. package/dist/IconList/src/index.js +2 -2
  9. package/dist/Link/src/Link.css +32 -32
  10. package/dist/Link/src/Link.js +7 -7
  11. package/dist/Link/src/LinkContext.js +1 -1
  12. package/dist/Link/src/index.css +32 -32
  13. package/dist/Link/src/index.js +7 -7
  14. package/dist/Spinner/src/Spinner.css +29 -29
  15. package/dist/Spinner/src/Spinner.js +5 -5
  16. package/dist/Spinner/src/SpinnerContext.js +1 -1
  17. package/dist/Spinner/src/index.css +29 -29
  18. package/dist/Spinner/src/index.js +5 -5
  19. package/dist/badge/src/Badge.css +80 -0
  20. package/dist/badge/src/Badge.d.ts +26 -0
  21. package/dist/badge/src/Badge.js +6 -0
  22. package/dist/badge/src/BadgeContext.d.ts +10 -0
  23. package/dist/badge/src/BadgeContext.js +2 -0
  24. package/dist/badge/src/index.css +80 -0
  25. package/dist/badge/src/index.d.ts +7 -0
  26. package/dist/badge/src/index.js +6 -0
  27. package/dist/buttons/src/Button.css +120 -120
  28. package/dist/buttons/src/Button.d.ts +1 -1
  29. package/dist/buttons/src/Button.js +11 -11
  30. package/dist/buttons/src/ButtonContext.js +1 -1
  31. package/dist/buttons/src/ButtonGroup.css +11 -11
  32. package/dist/buttons/src/ButtonGroup.d.ts +1 -1
  33. package/dist/buttons/src/ButtonGroup.js +6 -83
  34. package/dist/buttons/src/ButtonGroupContext.js +1 -1
  35. package/dist/buttons/src/ClearButton.css +76 -40
  36. package/dist/buttons/src/ClearButton.d.ts +4 -3
  37. package/dist/buttons/src/ClearButton.js +6 -3
  38. package/dist/buttons/src/ClearButtonContext.d.ts +1 -0
  39. package/dist/buttons/src/ClearButtonContext.js +1 -1
  40. package/dist/buttons/src/EmbeddedButton.css +102 -0
  41. package/dist/buttons/src/EmbeddedButton.d.ts +20 -0
  42. package/dist/buttons/src/EmbeddedButton.js +6 -0
  43. package/dist/buttons/src/EmbeddedButtonContext.d.ts +8 -0
  44. package/dist/buttons/src/EmbeddedButtonContext.js +2 -0
  45. package/dist/buttons/src/index.css +236 -161
  46. package/dist/buttons/src/index.d.ts +5 -0
  47. package/dist/buttons/src/index.js +17 -13
  48. package/dist/checkbox/src/Checkbox.css +39 -35
  49. package/dist/checkbox/src/Checkbox.js +6 -6
  50. package/dist/checkbox/src/CheckboxContext.js +1 -1
  51. package/dist/checkbox/src/CheckboxField.css +16 -16
  52. package/dist/checkbox/src/CheckboxField.js +5 -5
  53. package/dist/checkbox/src/CheckboxFieldContext.js +1 -1
  54. package/dist/checkbox/src/CheckboxGroup.css +79 -75
  55. package/dist/checkbox/src/CheckboxGroup.js +5 -5
  56. package/dist/checkbox/src/CheckboxGroupContext.js +1 -1
  57. package/dist/checkbox/src/CheckboxList.js +1 -1
  58. package/dist/checkbox/src/CheckboxListContext.js +1 -1
  59. package/dist/checkbox/src/index.css +79 -75
  60. package/dist/checkbox/src/index.js +10 -10
  61. package/dist/chip/src/Chip.css +34 -34
  62. package/dist/chip/src/Chip.js +5 -5
  63. package/dist/chip/src/ChipContext.js +1 -1
  64. package/dist/chip/src/index.css +34 -34
  65. package/dist/chip/src/index.js +5 -5
  66. package/dist/{chunk-YSQDPG26.js → chunk-2P3A4VVY.js} +6 -1
  67. package/dist/{chunk-FJ4WILCG.js → chunk-2VBOJKEP.js} +2 -2
  68. package/dist/{chunk-N2QZWPQF.js → chunk-3DWVMCIV.js} +2 -2
  69. package/dist/chunk-3NKF5TPD.js +7 -0
  70. package/dist/{chunk-IYQZFIWZ.js → chunk-3XFTRBIC.js} +4 -4
  71. package/dist/{chunk-2NABNL6G.js → chunk-4RIAVSLK.js} +3 -3
  72. package/dist/chunk-5EPNXRCT.js +44 -0
  73. package/dist/chunk-6BFSSZCY.js +7 -0
  74. package/dist/{chunk-LKE4VXIP.js → chunk-7NT6M6KM.js} +5 -5
  75. package/dist/chunk-AQITZWYM.js +43 -0
  76. package/dist/chunk-BAKCRZAG.js +82 -0
  77. package/dist/{chunk-NUUG5PFN.js → chunk-CTK5YVBZ.js} +2 -2
  78. package/dist/chunk-CTOL6AVF.js +156 -0
  79. package/dist/chunk-D6UTDI2K.js +28 -0
  80. package/dist/{chunk-GYK77A5U.js → chunk-DJU2DUTQ.js} +5 -4
  81. package/dist/{chunk-S67EVV3J.js → chunk-DLTYFRKN.js} +5 -5
  82. package/dist/{chunk-6JSCWDLJ.js → chunk-EE75ND6V.js} +4 -4
  83. package/dist/chunk-EWMWQ2MC.js +7 -0
  84. package/dist/chunk-GF2U6E4D.js +56 -0
  85. package/dist/chunk-GXBVNCVP.js +43 -0
  86. package/dist/{chunk-LL2FMAAO.js → chunk-H6CDFWVR.js} +9 -3
  87. package/dist/chunk-I67NHYK4.js +7 -0
  88. package/dist/{chunk-FAXZNX63.js → chunk-IOLNBXZM.js} +6 -5
  89. package/dist/chunk-IXB2WK56.js +7 -0
  90. package/dist/{chunk-TOCGJB3X.js → chunk-JLF7DSUY.js} +5 -5
  91. package/dist/{chunk-XTRE6FPK.js → chunk-JLFHTZUA.js} +5 -5
  92. package/dist/chunk-LCAS3YQV.js +7 -0
  93. package/dist/chunk-LJXTJRSB.js +1 -0
  94. package/dist/chunk-LYV2D5RZ.js +69 -0
  95. package/dist/chunk-O4XPUINW.js +7 -0
  96. package/dist/chunk-O7IJYNVQ.js +7 -0
  97. package/dist/chunk-OGMLQRES.js +91 -0
  98. package/dist/chunk-OQW6BT6B.js +373 -0
  99. package/dist/{chunk-O2WSE3EM.js → chunk-OUN5KSHD.js} +4 -4
  100. package/dist/{chunk-HVKOIMMW.js → chunk-QCA3ZR56.js} +1 -1
  101. package/dist/chunk-QW45G6K4.js +7 -0
  102. package/dist/chunk-RXBKOHT2.js +83 -0
  103. package/dist/chunk-SC6ZK5ON.js +7 -0
  104. package/dist/chunk-TIPN4VYD.js +46 -0
  105. package/dist/chunk-TXZ6BMFR.js +7 -0
  106. package/dist/chunk-UARL5M2W.js +32 -0
  107. package/dist/{chunk-M67A5LAA.js → chunk-UY7WQ7TC.js} +9 -9
  108. package/dist/{chunk-RLIG2IHH.js → chunk-WLSLSMK7.js} +3 -3
  109. package/dist/chunk-WPNVVGFW.js +7 -0
  110. package/dist/chunk-WWRB4K4M.js +44 -0
  111. package/dist/{chunk-OE5BLFZI.js → chunk-X6SER3TZ.js} +1 -1
  112. package/dist/{chunk-CK42RJLK.js → chunk-XFKAXBB5.js} +5 -5
  113. package/dist/{chunk-MICIYADH.js → chunk-XIOIAME2.js} +1 -1
  114. package/dist/chunk-XLKYXKWE.js +7 -0
  115. package/dist/chunk-Y7HUXUHX.js +30 -0
  116. package/dist/chunk-YQHNOQ3N.js +96 -0
  117. package/dist/chunk-Z3ID4UEE.js +55 -0
  118. package/dist/chunk-ZSFJVMJN.js +7 -0
  119. package/dist/errorMessage/src/ErrorMessage.css +12 -12
  120. package/dist/errorMessage/src/ErrorMessage.d.ts +1 -1
  121. package/dist/errorMessage/src/ErrorMessage.js +5 -5
  122. package/dist/errorMessage/src/ErrorMessageContext.d.ts +1 -1
  123. package/dist/errorMessage/src/ErrorMessageContext.js +1 -1
  124. package/dist/errorMessage/src/index.css +12 -12
  125. package/dist/errorMessage/src/index.d.ts +1 -1
  126. package/dist/errorMessage/src/index.js +5 -5
  127. package/dist/helperMessage/src/HelperMessage.css +12 -12
  128. package/dist/helperMessage/src/HelperMessage.d.ts +1 -1
  129. package/dist/helperMessage/src/HelperMessage.js +5 -5
  130. package/dist/helperMessage/src/HelperMessageContext.d.ts +1 -1
  131. package/dist/helperMessage/src/HelperMessageContext.js +1 -1
  132. package/dist/helperMessage/src/index.css +12 -12
  133. package/dist/helperMessage/src/index.d.ts +1 -1
  134. package/dist/helperMessage/src/index.js +5 -5
  135. package/dist/i18n/src/index.js +2 -2
  136. package/dist/i18n/src/useLocalizedString.js +2 -2
  137. package/dist/inputs/src/InputGroup.css +111 -0
  138. package/dist/inputs/src/InputGroup.d.ts +24 -0
  139. package/dist/inputs/src/InputGroup.js +6 -0
  140. package/dist/inputs/src/InputGroupContext.d.ts +8 -0
  141. package/dist/inputs/src/InputGroupContext.js +2 -0
  142. package/dist/inputs/src/PasswordField.css +2527 -0
  143. package/dist/inputs/src/PasswordField.d.ts +33 -0
  144. package/dist/inputs/src/PasswordField.js +186 -0
  145. package/dist/inputs/src/PasswordFieldContext.d.ts +8 -0
  146. package/dist/inputs/src/PasswordFieldContext.js +2 -0
  147. package/dist/inputs/src/SearchField.css +2548 -0
  148. package/dist/inputs/src/SearchField.d.ts +42 -0
  149. package/dist/inputs/src/SearchField.js +186 -0
  150. package/dist/inputs/src/SearchFieldContext.d.ts +8 -0
  151. package/dist/inputs/src/SearchFieldContext.js +2 -0
  152. package/dist/inputs/src/TextField.css +2531 -0
  153. package/dist/inputs/src/TextField.d.ts +49 -0
  154. package/dist/inputs/src/TextField.js +79 -0
  155. package/dist/inputs/src/TextFieldContext.d.ts +8 -0
  156. package/dist/inputs/src/TextFieldContext.js +2 -0
  157. package/dist/inputs/src/index.css +2531 -0
  158. package/dist/inputs/src/index.d.ts +7 -0
  159. package/dist/inputs/src/index.js +79 -0
  160. package/dist/layout/src/Content.d.ts +17 -0
  161. package/dist/layout/src/Content.js +3 -0
  162. package/dist/layout/src/ContentContext.d.ts +10 -0
  163. package/dist/layout/src/ContentContext.js +2 -0
  164. package/dist/layout/src/Flex.js +1 -1
  165. package/dist/layout/src/Footer.d.ts +17 -0
  166. package/dist/layout/src/Footer.js +3 -0
  167. package/dist/layout/src/FooterContext.d.ts +10 -0
  168. package/dist/layout/src/FooterContext.js +2 -0
  169. package/dist/layout/src/Grid.js +2 -55
  170. package/dist/layout/src/Inline.js +3 -31
  171. package/dist/layout/src/Stack.js +3 -29
  172. package/dist/overlays/Popover/src/Popover.css +2456 -0
  173. package/dist/overlays/Popover/src/Popover.d.ts +20 -0
  174. package/dist/overlays/Popover/src/Popover.js +76 -0
  175. package/dist/overlays/Popover/src/PopoverContext.d.ts +9 -0
  176. package/dist/overlays/Popover/src/PopoverContext.js +2 -0
  177. package/dist/overlays/Popover/src/index.css +2456 -0
  178. package/dist/overlays/Popover/src/index.d.ts +6 -0
  179. package/dist/overlays/Popover/src/index.js +76 -0
  180. package/dist/radio/src/Radio.css +31 -31
  181. package/dist/radio/src/Radio.js +6 -6
  182. package/dist/radio/src/RadioContext.js +1 -1
  183. package/dist/radio/src/RadioField.css +16 -16
  184. package/dist/radio/src/RadioField.js +5 -4
  185. package/dist/radio/src/RadioFieldContext.js +1 -1
  186. package/dist/radio/src/RadioGroup.css +137 -137
  187. package/dist/radio/src/RadioGroup.js +6 -6
  188. package/dist/radio/src/RadioGroupContext.js +1 -1
  189. package/dist/radio/src/RadioList.js +1 -1
  190. package/dist/radio/src/RadioListContext.js +1 -1
  191. package/dist/radio/src/index.css +71 -71
  192. package/dist/radio/src/index.js +11 -11
  193. package/dist/switch/src/Switch.css +26 -26
  194. package/dist/switch/src/Switch.js +6 -6
  195. package/dist/switch/src/SwitchContext.js +1 -1
  196. package/dist/switch/src/SwitchField.css +16 -16
  197. package/dist/switch/src/SwitchField.js +5 -5
  198. package/dist/switch/src/SwitchFieldContext.js +1 -1
  199. package/dist/switch/src/index.css +32 -32
  200. package/dist/switch/src/index.js +8 -8
  201. package/dist/tag/src/Tag.css +2380 -0
  202. package/dist/tag/src/Tag.d.ts +28 -0
  203. package/dist/tag/src/Tag.js +74 -0
  204. package/dist/tag/src/TagContext.d.ts +8 -0
  205. package/dist/tag/src/TagContext.js +2 -0
  206. package/dist/tag/src/TagGroup.css +239 -0
  207. package/dist/tag/src/TagGroup.d.ts +24 -0
  208. package/dist/tag/src/TagGroup.js +10 -0
  209. package/dist/tag/src/TagGroupContext.d.ts +8 -0
  210. package/dist/tag/src/TagGroupContext.js +2 -0
  211. package/dist/tag/src/TagList.d.ts +15 -0
  212. package/dist/tag/src/TagList.js +4 -0
  213. package/dist/tag/src/TagListContext.d.ts +8 -0
  214. package/dist/tag/src/TagListContext.js +2 -0
  215. package/dist/tag/src/index.css +2380 -0
  216. package/dist/tag/src/index.d.ts +9 -0
  217. package/dist/tag/src/index.js +74 -0
  218. package/dist/typography/Heading/src/Heading.css +2380 -0
  219. package/dist/typography/Heading/src/Heading.d.ts +57 -0
  220. package/dist/typography/Heading/src/Heading.js +74 -0
  221. package/dist/typography/Heading/src/HeadingContext.d.ts +8 -0
  222. package/dist/typography/Heading/src/HeadingContext.js +2 -0
  223. package/dist/typography/Heading/src/index.css +2380 -0
  224. package/dist/typography/Heading/src/index.d.ts +5 -0
  225. package/dist/typography/Heading/src/index.js +74 -0
  226. package/dist/{Label → typography/Label}/src/Label.css +14 -14
  227. package/dist/{Label → typography/Label}/src/Label.d.ts +2 -3
  228. package/dist/typography/Label/src/Label.js +4 -0
  229. package/dist/typography/Label/src/LabelContext.js +2 -0
  230. package/dist/{Label → typography/Label}/src/index.css +14 -14
  231. package/dist/{Label → typography/Label}/src/index.d.ts +1 -1
  232. package/dist/typography/Label/src/index.js +4 -0
  233. package/dist/typography/OverlineText/src/OverlineText.css +42 -0
  234. package/dist/typography/OverlineText/src/OverlineText.d.ts +15 -0
  235. package/dist/typography/OverlineText/src/OverlineText.js +4 -0
  236. package/dist/typography/OverlineText/src/OverlineTextContext.d.ts +8 -0
  237. package/dist/typography/OverlineText/src/OverlineTextContext.js +2 -0
  238. package/dist/typography/OverlineText/src/index.css +42 -0
  239. package/dist/typography/OverlineText/src/index.d.ts +5 -0
  240. package/dist/typography/OverlineText/src/index.js +4 -0
  241. package/dist/{Text → typography/Text}/src/Text.css +10 -10
  242. package/dist/typography/Text/src/Text.js +6 -0
  243. package/dist/typography/Text/src/TextContext.js +2 -0
  244. package/dist/{Text → typography/Text}/src/index.css +10 -10
  245. package/dist/typography/Text/src/index.js +6 -0
  246. package/dist/utils/src/ClearSlots.js +1 -1
  247. package/dist/utils/src/SlotProvider.js +1 -1
  248. package/dist/utils/src/assertion.d.ts +15 -0
  249. package/dist/utils/src/assertion.js +2 -0
  250. package/dist/utils/src/composeClassnameRenderProps.js +1 -1
  251. package/dist/utils/src/cssModule.js +1 -1
  252. package/dist/utils/src/index.d.ts +1 -0
  253. package/dist/utils/src/index.js +4 -3
  254. package/dist/utils/src/isTextOnlyChildren.js +1 -1
  255. package/dist/utils/src/useRenderProps.js +1 -1
  256. package/dist/utils/src/useSlot.js +1 -1
  257. package/package.json +13 -12
  258. package/dist/Label/src/Label.js +0 -4
  259. package/dist/Label/src/LabelContext.js +0 -2
  260. package/dist/Label/src/index.js +0 -4
  261. package/dist/Text/src/Text.js +0 -6
  262. package/dist/Text/src/TextContext.js +0 -2
  263. package/dist/Text/src/index.js +0 -6
  264. package/dist/chunk-DBTHMTO4.js +0 -56
  265. /package/dist/{Label → typography/Label}/src/LabelContext.d.ts +0 -0
  266. /package/dist/{Text → typography/Text}/src/Text.d.ts +0 -0
  267. /package/dist/{Text → typography/Text}/src/TextContext.d.ts +0 -0
  268. /package/dist/{Text → typography/Text}/src/index.d.ts +0 -0
@@ -0,0 +1,5 @@
1
+ export { GlobalHeadingCssSelector, H1, H2, H3, H4, H5, H6, Heading, HeadingProps } from './Heading.js';
2
+ export { HeadingContext } from './HeadingContext.js';
3
+ import 'react';
4
+ import '@hopper-ui/styled-system';
5
+ import 'react-aria-components';
@@ -0,0 +1,74 @@
1
+ export { GlobalHeadingCssSelector, H1, H2, H3, H4, H5, H6, _Heading as Heading } from '../../../chunk-OQW6BT6B.js';
2
+ export { HeadingContext } from '../../../chunk-TXZ6BMFR.js';
3
+ import '../../../chunk-TIPN4VYD.js';
4
+ import '../../../chunk-OGMLQRES.js';
5
+ import '../../../chunk-EWMWQ2MC.js';
6
+ import '../../../chunk-LCAS3YQV.js';
7
+ import '../../../chunk-WWRB4K4M.js';
8
+ import '../../../chunk-XLKYXKWE.js';
9
+ import '../../../chunk-7NT6M6KM.js';
10
+ import '../../../chunk-5MBJWRZD.js';
11
+ import '../../../chunk-NKHMUPAP.js';
12
+ import '../../../chunk-A7TZHALP.js';
13
+ import '../../../chunk-XFKAXBB5.js';
14
+ import '../../../chunk-OUN5KSHD.js';
15
+ import '../../../chunk-H7VJS4MX.js';
16
+ import '../../../chunk-YHBJAXUY.js';
17
+ import '../../../chunk-Z3ID4UEE.js';
18
+ import '../../../chunk-Y7HUXUHX.js';
19
+ import '../../../chunk-D6UTDI2K.js';
20
+ import '../../../chunk-JLF7DSUY.js';
21
+ import '../../../chunk-IOLNBXZM.js';
22
+ import '../../../chunk-FU5CCPLP.js';
23
+ import '../../../chunk-DGLAGYBD.js';
24
+ import '../../../chunk-GXBVNCVP.js';
25
+ import '../../../chunk-IXB2WK56.js';
26
+ import '../../../chunk-TVFC2MJ4.js';
27
+ import '../../../chunk-AQITZWYM.js';
28
+ import '../../../chunk-I67NHYK4.js';
29
+ import '../../../chunk-DJU2DUTQ.js';
30
+ import '../../../chunk-WTKIUAHI.js';
31
+ import '../../../chunk-3DWVMCIV.js';
32
+ import '../../../chunk-2VBOJKEP.js';
33
+ import '../../../chunk-3XFTRBIC.js';
34
+ import '../../../chunk-EE75ND6V.js';
35
+ import '../../../chunk-ACVMW6YD.js';
36
+ import '../../../chunk-ESVVLTEN.js';
37
+ import '../../../chunk-ZGNK4GWA.js';
38
+ import '../../../chunk-N7YDPVZL.js';
39
+ import '../../../chunk-3LRBUQC2.js';
40
+ import '../../../chunk-WDUQUPTE.js';
41
+ import '../../../chunk-BAKCRZAG.js';
42
+ import '../../../chunk-VJQ7M2BK.js';
43
+ import '../../../chunk-UARL5M2W.js';
44
+ import '../../../chunk-DXVKHP4V.js';
45
+ import '../../../chunk-LYV2D5RZ.js';
46
+ import '../../../chunk-O7IJYNVQ.js';
47
+ import '../../../chunk-DLTYFRKN.js';
48
+ import '../../../chunk-2EAZPH3M.js';
49
+ import '../../../chunk-GF2U6E4D.js';
50
+ import '../../../chunk-5EPNXRCT.js';
51
+ import '../../../chunk-WPNVVGFW.js';
52
+ import '../../../chunk-ZSFJVMJN.js';
53
+ import '../../../chunk-UY7WQ7TC.js';
54
+ import '../../../chunk-H5YTU3U7.js';
55
+ import '../../../chunk-NH3IVMXB.js';
56
+ import '../../../chunk-H6CDFWVR.js';
57
+ import '../../../chunk-WLSLSMK7.js';
58
+ import '../../../chunk-CTK5YVBZ.js';
59
+ import '../../../chunk-QCA3ZR56.js';
60
+ import '../../../chunk-4ZYV2XLW.js';
61
+ import '../../../chunk-WMTWFKKP.js';
62
+ import '../../../chunk-ANVMQBBG.js';
63
+ import '../../../chunk-XIOIAME2.js';
64
+ import '../../../chunk-JLFHTZUA.js';
65
+ import '../../../chunk-ZWU6DRRZ.js';
66
+ import '../../../chunk-4RIAVSLK.js';
67
+ import '../../../chunk-HXI3MEEK.js';
68
+ import '../../../chunk-X6SER3TZ.js';
69
+ import '../../../chunk-65JPI4FL.js';
70
+ import '../../../chunk-KVDXQMWI.js';
71
+ import '../../../chunk-M36KANKC.js';
72
+ import '../../../chunk-DHVVYSLB.js';
73
+ import '../../../chunk-4VVNSXIB.js';
74
+ import '../../../chunk-2P3A4VVY.js';
@@ -1,5 +1,5 @@
1
- /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/Label/src/Label.module.css/#css-module-data */
2
- .Label-module__hop-Label___4iUGB {
1
+ /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/Label/src/Label.module.css/#css-module-data */
2
+ .Label-module__hop-Label___tg1n7 {
3
3
  --hop-Label-xs-font-size: var(--hop-body-xs-font-size);
4
4
  --hop-Label-xs-font-family: var(--hop-body-xs-font-family);
5
5
  --hop-Label-xs-font-weight: var(--hop-body-xs-font-weight);
@@ -29,49 +29,49 @@
29
29
  --hop-Label-inherit-size-font-weight: inherit;
30
30
  --hop-Label-inherit-size-line-height: inherit;
31
31
  }
32
- :where(.Label-module__hop-Label___4iUGB) {
33
- font-family: var(--font-family, --hop-Label-md-font-family);
34
- font-size: var(--font-size, --hop-Label-md-font-size);
35
- font-weight: var(--font-weight, --hop-Label-md-font-weight);
36
- line-height: var(--line-height, --hop-Label-md-line-height);
32
+ :where(.Label-module__hop-Label___tg1n7) {
33
+ font-family: var(--font-family);
34
+ font-size: var(--font-size);
35
+ font-weight: var(--font-weight);
36
+ line-height: var(--line-height);
37
37
  }
38
- :where(.Label-module__hop-Label--xs___l8KEJ) {
38
+ :where(.Label-module__hop-Label--xs___4pWwc) {
39
39
  --font-size: var(--hop-Label-xs-font-size);
40
40
  --font-family: var(--hop-Label-xs-font-family);
41
41
  --font-weight: var(--hop-Label-xs-font-weight);
42
42
  --line-height: var(--hop-Label-xs-line-height);
43
43
  }
44
- :where(.Label-module__hop-Label--sm___GfRWh) {
44
+ :where(.Label-module__hop-Label--sm___lRRVW) {
45
45
  --font-size: var(--hop-Label-sm-font-size);
46
46
  --font-family: var(--hop-Label-sm-font-family);
47
47
  --font-weight: var(--hop-Label-sm-font-weight);
48
48
  --line-height: var(--hop-Label-sm-line-height);
49
49
  }
50
- :where(.Label-module__hop-Label--md___f0lW2) {
50
+ :where(.Label-module__hop-Label--md___2oL46) {
51
51
  --font-size: var(--hop-Label-md-font-size);
52
52
  --font-family: var(--hop-Label-md-font-family);
53
53
  --font-weight: var(--hop-Label-md-font-weight);
54
54
  --line-height: var(--hop-Label-md-line-height);
55
55
  }
56
- :where(.Label-module__hop-Label--lg___yXjpJ) {
56
+ :where(.Label-module__hop-Label--lg___GE3zR) {
57
57
  --font-size: var(--hop-Label-lg-font-size);
58
58
  --font-family: var(--hop-Label-lg-font-family);
59
59
  --font-weight: var(--hop-Label-lg-font-weight);
60
60
  --line-height: var(--hop-Label-lg-line-height);
61
61
  }
62
- :where(.Label-module__hop-Label--xl___W-yC3) {
62
+ :where(.Label-module__hop-Label--xl___8-86h) {
63
63
  --font-size: var(--hop-Label-xl-font-size);
64
64
  --font-family: var(--hop-Label-xl-font-family);
65
65
  --font-weight: var(--hop-Label-xl-font-weight);
66
66
  --line-height: var(--hop-Label-xl-line-height);
67
67
  }
68
- :where(.Label-module__hop-Label--2xl___1sGVW) {
68
+ :where(.Label-module__hop-Label--2xl___HSwTt) {
69
69
  --font-size: var(--hop-Label-2xl-font-size);
70
70
  --font-family: var(--hop-Label-2xl-font-family);
71
71
  --font-weight: var(--hop-Label-2xl-font-weight);
72
72
  --line-height: var(--hop-Label-2xl-line-height);
73
73
  }
74
- :where(.Label-module__hop-Label--inherit___Hgnll) {
74
+ :where(.Label-module__hop-Label--inherit___h8Ebb) {
75
75
  --font-size: var(--hop-Label-inherit-size-font-size);
76
76
  --font-family: var(--hop-Label-inherit-size-font-family);
77
77
  --font-weight: var(--hop-Label-inherit-size-font-weight);
@@ -3,8 +3,7 @@ import { StyledComponentProps, ResponsiveProp } from '@hopper-ui/styled-system';
3
3
  import { LabelProps as LabelProps$1 } from 'react-aria-components';
4
4
 
5
5
  declare const GlobalLabelCssSelector = "hop-Label";
6
- type RACLabelPropsToOmit = "elementType";
7
- interface LabelProps extends StyledComponentProps<Omit<LabelProps$1, RACLabelPropsToOmit>> {
6
+ interface LabelProps extends StyledComponentProps<LabelProps$1> {
8
7
  /**
9
8
  * The Typography Type Scale to use.
10
9
  * @default "md"
@@ -18,4 +17,4 @@ interface LabelProps extends StyledComponentProps<Omit<LabelProps$1, RACLabelPro
18
17
  */
19
18
  declare const _Label: react.ForwardRefExoticComponent<LabelProps & react.RefAttributes<HTMLLabelElement>>;
20
19
 
21
- export { GlobalLabelCssSelector, _Label as Label, type LabelProps, type RACLabelPropsToOmit };
20
+ export { GlobalLabelCssSelector, _Label as Label, type LabelProps };
@@ -0,0 +1,4 @@
1
+ export { GlobalLabelCssSelector, _Label as Label } from '../../../chunk-CTK5YVBZ.js';
2
+ import '../../../chunk-QCA3ZR56.js';
3
+ import '../../../chunk-KVDXQMWI.js';
4
+ import '../../../chunk-2P3A4VVY.js';
@@ -0,0 +1,2 @@
1
+ export { LabelContext } from '../../../chunk-QCA3ZR56.js';
2
+ import '../../../chunk-2P3A4VVY.js';
@@ -1,5 +1,5 @@
1
- /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/Label/src/Label.module.css/#css-module-data */
2
- .Label-module__hop-Label___4iUGB {
1
+ /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/Label/src/Label.module.css/#css-module-data */
2
+ .Label-module__hop-Label___tg1n7 {
3
3
  --hop-Label-xs-font-size: var(--hop-body-xs-font-size);
4
4
  --hop-Label-xs-font-family: var(--hop-body-xs-font-family);
5
5
  --hop-Label-xs-font-weight: var(--hop-body-xs-font-weight);
@@ -29,49 +29,49 @@
29
29
  --hop-Label-inherit-size-font-weight: inherit;
30
30
  --hop-Label-inherit-size-line-height: inherit;
31
31
  }
32
- :where(.Label-module__hop-Label___4iUGB) {
33
- font-family: var(--font-family, --hop-Label-md-font-family);
34
- font-size: var(--font-size, --hop-Label-md-font-size);
35
- font-weight: var(--font-weight, --hop-Label-md-font-weight);
36
- line-height: var(--line-height, --hop-Label-md-line-height);
32
+ :where(.Label-module__hop-Label___tg1n7) {
33
+ font-family: var(--font-family);
34
+ font-size: var(--font-size);
35
+ font-weight: var(--font-weight);
36
+ line-height: var(--line-height);
37
37
  }
38
- :where(.Label-module__hop-Label--xs___l8KEJ) {
38
+ :where(.Label-module__hop-Label--xs___4pWwc) {
39
39
  --font-size: var(--hop-Label-xs-font-size);
40
40
  --font-family: var(--hop-Label-xs-font-family);
41
41
  --font-weight: var(--hop-Label-xs-font-weight);
42
42
  --line-height: var(--hop-Label-xs-line-height);
43
43
  }
44
- :where(.Label-module__hop-Label--sm___GfRWh) {
44
+ :where(.Label-module__hop-Label--sm___lRRVW) {
45
45
  --font-size: var(--hop-Label-sm-font-size);
46
46
  --font-family: var(--hop-Label-sm-font-family);
47
47
  --font-weight: var(--hop-Label-sm-font-weight);
48
48
  --line-height: var(--hop-Label-sm-line-height);
49
49
  }
50
- :where(.Label-module__hop-Label--md___f0lW2) {
50
+ :where(.Label-module__hop-Label--md___2oL46) {
51
51
  --font-size: var(--hop-Label-md-font-size);
52
52
  --font-family: var(--hop-Label-md-font-family);
53
53
  --font-weight: var(--hop-Label-md-font-weight);
54
54
  --line-height: var(--hop-Label-md-line-height);
55
55
  }
56
- :where(.Label-module__hop-Label--lg___yXjpJ) {
56
+ :where(.Label-module__hop-Label--lg___GE3zR) {
57
57
  --font-size: var(--hop-Label-lg-font-size);
58
58
  --font-family: var(--hop-Label-lg-font-family);
59
59
  --font-weight: var(--hop-Label-lg-font-weight);
60
60
  --line-height: var(--hop-Label-lg-line-height);
61
61
  }
62
- :where(.Label-module__hop-Label--xl___W-yC3) {
62
+ :where(.Label-module__hop-Label--xl___8-86h) {
63
63
  --font-size: var(--hop-Label-xl-font-size);
64
64
  --font-family: var(--hop-Label-xl-font-family);
65
65
  --font-weight: var(--hop-Label-xl-font-weight);
66
66
  --line-height: var(--hop-Label-xl-line-height);
67
67
  }
68
- :where(.Label-module__hop-Label--2xl___1sGVW) {
68
+ :where(.Label-module__hop-Label--2xl___HSwTt) {
69
69
  --font-size: var(--hop-Label-2xl-font-size);
70
70
  --font-family: var(--hop-Label-2xl-font-family);
71
71
  --font-weight: var(--hop-Label-2xl-font-weight);
72
72
  --line-height: var(--hop-Label-2xl-line-height);
73
73
  }
74
- :where(.Label-module__hop-Label--inherit___Hgnll) {
74
+ :where(.Label-module__hop-Label--inherit___h8Ebb) {
75
75
  --font-size: var(--hop-Label-inherit-size-font-size);
76
76
  --font-family: var(--hop-Label-inherit-size-font-family);
77
77
  --font-weight: var(--hop-Label-inherit-size-font-weight);
@@ -1,4 +1,4 @@
1
- export { GlobalLabelCssSelector, Label, LabelProps, RACLabelPropsToOmit } from './Label.js';
1
+ export { GlobalLabelCssSelector, Label, LabelProps } from './Label.js';
2
2
  export { LabelContext } from './LabelContext.js';
3
3
  import 'react';
4
4
  import '@hopper-ui/styled-system';
@@ -0,0 +1,4 @@
1
+ export { GlobalLabelCssSelector, _Label as Label } from '../../../chunk-CTK5YVBZ.js';
2
+ export { LabelContext } from '../../../chunk-QCA3ZR56.js';
3
+ import '../../../chunk-KVDXQMWI.js';
4
+ import '../../../chunk-2P3A4VVY.js';
@@ -0,0 +1,42 @@
1
+ /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/OverlineText/src/OverlineText.module.css/#css-module-data */
2
+ :where(.OverlineText-module__hop-OverlineText___QDaCi) {
3
+ --hop-OverlineText-font-family: var(--hop-overline-font-family);
4
+ --hop-OverlineText-font-size: var(--hop-overline-font-size);
5
+ --hop-OverlineText-font-weight: var(--hop-overline-font-weight);
6
+ --hop-OverlineText-letter-spacing: 0.015rem;
7
+ --hop-OverlineText-line-height: var(--hop-overline-line-height);
8
+ --hop-OverlineText-top-offset: var(--hop-overline-top-offset);
9
+ --hop-OverlineText-bottom-offset: var(--hop-overline-bottom-offset);
10
+ --font-family: var(--hop-OverlineText-font-family);
11
+ --font-size: var(--hop-OverlineText-font-size);
12
+ --font-weight: var(--hop-OverlineText-font-weight);
13
+ --letter-spacing: var(--hop-OverlineText-letter-spacing);
14
+ --line-height: var(--hop-OverlineText-line-height);
15
+ --top-offset: var(--hop-OverlineText-top-offset);
16
+ --bottom-offset: var(--hop-OverlineText-bottom-offset);
17
+ box-sizing: border-box;
18
+ font-family: var(--font-family);
19
+ font-size: var(--font-size);
20
+ font-feature-settings: "case";
21
+ font-weight: var(--font-weight);
22
+ line-height: var(--line-height);
23
+ text-transform: uppercase;
24
+ letter-spacing: var(--letter-spacing);
25
+ }
26
+ .OverlineText-module__hop-OverlineText__text___kNB07 {
27
+ box-sizing: border-box;
28
+ }
29
+ .OverlineText-module__hop-OverlineText__text___kNB07::before,
30
+ .OverlineText-module__hop-OverlineText__text___kNB07::after {
31
+ content: "";
32
+ display: block;
33
+ box-sizing: border-box;
34
+ inline-size: 0;
35
+ block-size: 0;
36
+ }
37
+ .OverlineText-module__hop-OverlineText__text___kNB07::before {
38
+ margin-block-end: var(--bottom-offset);
39
+ }
40
+ .OverlineText-module__hop-OverlineText__text___kNB07::after {
41
+ margin-block-start: var(--top-offset);
42
+ }
@@ -0,0 +1,15 @@
1
+ import * as react from 'react';
2
+ import { StyledComponentProps } from '@hopper-ui/styled-system';
3
+ import { TextProps } from 'react-aria-components';
4
+
5
+ declare const GlobalOverlineTextCssSelector = "hop-OverlineText";
6
+ interface OverlineTextProps extends StyledComponentProps<TextProps> {
7
+ }
8
+ /**
9
+ * A primitive text component matching Hopper's typography type scale.
10
+ *
11
+ * [View Documentation](TODO)
12
+ */
13
+ declare const _OverlineText: react.ForwardRefExoticComponent<OverlineTextProps & react.RefAttributes<HTMLSpanElement>>;
14
+
15
+ export { GlobalOverlineTextCssSelector, _OverlineText as OverlineText, type OverlineTextProps };
@@ -0,0 +1,4 @@
1
+ export { GlobalOverlineTextCssSelector, _OverlineText as OverlineText } from '../../../chunk-5EPNXRCT.js';
2
+ import '../../../chunk-WPNVVGFW.js';
3
+ import '../../../chunk-KVDXQMWI.js';
4
+ import '../../../chunk-2P3A4VVY.js';
@@ -0,0 +1,8 @@
1
+ import { OverlineTextProps } from './OverlineText.js';
2
+ import * as react from 'react';
3
+ import { ContextValue } from 'react-aria-components';
4
+ import '@hopper-ui/styled-system';
5
+
6
+ declare const OverlineTextContext: react.Context<ContextValue<OverlineTextProps, HTMLSpanElement>>;
7
+
8
+ export { OverlineTextContext };
@@ -0,0 +1,2 @@
1
+ export { OverlineTextContext } from '../../../chunk-WPNVVGFW.js';
2
+ import '../../../chunk-2P3A4VVY.js';
@@ -0,0 +1,42 @@
1
+ /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/OverlineText/src/OverlineText.module.css/#css-module-data */
2
+ :where(.OverlineText-module__hop-OverlineText___QDaCi) {
3
+ --hop-OverlineText-font-family: var(--hop-overline-font-family);
4
+ --hop-OverlineText-font-size: var(--hop-overline-font-size);
5
+ --hop-OverlineText-font-weight: var(--hop-overline-font-weight);
6
+ --hop-OverlineText-letter-spacing: 0.015rem;
7
+ --hop-OverlineText-line-height: var(--hop-overline-line-height);
8
+ --hop-OverlineText-top-offset: var(--hop-overline-top-offset);
9
+ --hop-OverlineText-bottom-offset: var(--hop-overline-bottom-offset);
10
+ --font-family: var(--hop-OverlineText-font-family);
11
+ --font-size: var(--hop-OverlineText-font-size);
12
+ --font-weight: var(--hop-OverlineText-font-weight);
13
+ --letter-spacing: var(--hop-OverlineText-letter-spacing);
14
+ --line-height: var(--hop-OverlineText-line-height);
15
+ --top-offset: var(--hop-OverlineText-top-offset);
16
+ --bottom-offset: var(--hop-OverlineText-bottom-offset);
17
+ box-sizing: border-box;
18
+ font-family: var(--font-family);
19
+ font-size: var(--font-size);
20
+ font-feature-settings: "case";
21
+ font-weight: var(--font-weight);
22
+ line-height: var(--line-height);
23
+ text-transform: uppercase;
24
+ letter-spacing: var(--letter-spacing);
25
+ }
26
+ .OverlineText-module__hop-OverlineText__text___kNB07 {
27
+ box-sizing: border-box;
28
+ }
29
+ .OverlineText-module__hop-OverlineText__text___kNB07::before,
30
+ .OverlineText-module__hop-OverlineText__text___kNB07::after {
31
+ content: "";
32
+ display: block;
33
+ box-sizing: border-box;
34
+ inline-size: 0;
35
+ block-size: 0;
36
+ }
37
+ .OverlineText-module__hop-OverlineText__text___kNB07::before {
38
+ margin-block-end: var(--bottom-offset);
39
+ }
40
+ .OverlineText-module__hop-OverlineText__text___kNB07::after {
41
+ margin-block-start: var(--top-offset);
42
+ }
@@ -0,0 +1,5 @@
1
+ export { GlobalOverlineTextCssSelector, OverlineText, OverlineTextProps } from './OverlineText.js';
2
+ export { OverlineTextContext } from './OverlineTextContext.js';
3
+ import 'react';
4
+ import '@hopper-ui/styled-system';
5
+ import 'react-aria-components';
@@ -0,0 +1,4 @@
1
+ export { GlobalOverlineTextCssSelector, _OverlineText as OverlineText } from '../../../chunk-5EPNXRCT.js';
2
+ export { OverlineTextContext } from '../../../chunk-WPNVVGFW.js';
3
+ import '../../../chunk-KVDXQMWI.js';
4
+ import '../../../chunk-2P3A4VVY.js';
@@ -1,5 +1,5 @@
1
- /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/Text/src/Text.module.css/#css-module-data */
2
- .Text-module__hop-Text___AZmOV {
1
+ /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/Text/src/Text.module.css/#css-module-data */
2
+ .Text-module__hop-Text___M-T6r {
3
3
  --hop-Text-xs-font-size: var(--hop-body-xs-font-size);
4
4
  --hop-Text-xs-font-family: var(--hop-body-xs-font-family);
5
5
  --hop-Text-xs-font-weight: var(--hop-body-xs-font-weight);
@@ -29,49 +29,49 @@
29
29
  --hop-Text-inherit-size-font-weight: inherit;
30
30
  --hop-Text-inherit-size-line-height: inherit;
31
31
  }
32
- :where(.Text-module__hop-Text___AZmOV) {
32
+ :where(.Text-module__hop-Text___M-T6r) {
33
33
  font-family: var(--font-family);
34
34
  font-size: var(--font-size);
35
35
  font-weight: var(--font-weight);
36
36
  line-height: var(--line-height);
37
37
  }
38
- :where(.Text-module__hop-Text--xs___V1bcv) {
38
+ :where(.Text-module__hop-Text--xs___4XQLX) {
39
39
  --font-size: var(--hop-Text-xs-font-size);
40
40
  --font-family: var(--hop-Text-xs-font-family);
41
41
  --font-weight: var(--hop-Text-xs-font-weight);
42
42
  --line-height: var(--hop-Text-xs-line-height);
43
43
  }
44
- :where(.Text-module__hop-Text--sm___Dq2fh) {
44
+ :where(.Text-module__hop-Text--sm___dM76a) {
45
45
  --font-size: var(--hop-Text-sm-font-size);
46
46
  --font-family: var(--hop-Text-sm-font-family);
47
47
  --font-weight: var(--hop-Text-sm-font-weight);
48
48
  --line-height: var(--hop-Text-sm-line-height);
49
49
  }
50
- :where(.Text-module__hop-Text--md___OIBbn) {
50
+ :where(.Text-module__hop-Text--md___M60JS) {
51
51
  --font-size: var(--hop-Text-md-font-size);
52
52
  --font-family: var(--hop-Text-md-font-family);
53
53
  --font-weight: var(--hop-Text-md-font-weight);
54
54
  --line-height: var(--hop-Text-md-line-height);
55
55
  }
56
- :where(.Text-module__hop-Text--lg___2Dp00) {
56
+ :where(.Text-module__hop-Text--lg___5mCtN) {
57
57
  --font-size: var(--hop-Text-lg-font-size);
58
58
  --font-family: var(--hop-Text-lg-font-family);
59
59
  --font-weight: var(--hop-Text-lg-font-weight);
60
60
  --line-height: var(--hop-Text-lg-line-height);
61
61
  }
62
- :where(.Text-module__hop-Text--xl___OCJ5n) {
62
+ :where(.Text-module__hop-Text--xl___bi1Vo) {
63
63
  --font-size: var(--hop-Text-xl-font-size);
64
64
  --font-family: var(--hop-Text-xl-font-family);
65
65
  --font-weight: var(--hop-Text-xl-font-weight);
66
66
  --line-height: var(--hop-Text-xl-line-height);
67
67
  }
68
- :where(.Text-module__hop-Text--2xl___bZkQu) {
68
+ :where(.Text-module__hop-Text--2xl___5SCg1) {
69
69
  --font-size: var(--hop-Text-2xl-font-size);
70
70
  --font-family: var(--hop-Text-2xl-font-family);
71
71
  --font-weight: var(--hop-Text-2xl-font-weight);
72
72
  --line-height: var(--hop-Text-2xl-line-height);
73
73
  }
74
- :where(.Text-module__hop-Text--inherit___bNF26) {
74
+ :where(.Text-module__hop-Text--inherit___X6rIb) {
75
75
  --font-size: var(--hop-Text-inherit-size-font-size);
76
76
  --font-family: var(--hop-Text-inherit-size-font-family);
77
77
  --font-weight: var(--hop-Text-inherit-size-font-weight);
@@ -0,0 +1,6 @@
1
+ export { GlobalTextCssSelector, _Text as Text } from '../../../chunk-4RIAVSLK.js';
2
+ import '../../../chunk-HXI3MEEK.js';
3
+ import '../../../chunk-X6SER3TZ.js';
4
+ import '../../../chunk-KVDXQMWI.js';
5
+ import '../../../chunk-M36KANKC.js';
6
+ import '../../../chunk-2P3A4VVY.js';
@@ -0,0 +1,2 @@
1
+ export { TextContext } from '../../../chunk-X6SER3TZ.js';
2
+ import '../../../chunk-2P3A4VVY.js';
@@ -1,5 +1,5 @@
1
- /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/Text/src/Text.module.css/#css-module-data */
2
- .Text-module__hop-Text___AZmOV {
1
+ /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/Text/src/Text.module.css/#css-module-data */
2
+ .Text-module__hop-Text___M-T6r {
3
3
  --hop-Text-xs-font-size: var(--hop-body-xs-font-size);
4
4
  --hop-Text-xs-font-family: var(--hop-body-xs-font-family);
5
5
  --hop-Text-xs-font-weight: var(--hop-body-xs-font-weight);
@@ -29,49 +29,49 @@
29
29
  --hop-Text-inherit-size-font-weight: inherit;
30
30
  --hop-Text-inherit-size-line-height: inherit;
31
31
  }
32
- :where(.Text-module__hop-Text___AZmOV) {
32
+ :where(.Text-module__hop-Text___M-T6r) {
33
33
  font-family: var(--font-family);
34
34
  font-size: var(--font-size);
35
35
  font-weight: var(--font-weight);
36
36
  line-height: var(--line-height);
37
37
  }
38
- :where(.Text-module__hop-Text--xs___V1bcv) {
38
+ :where(.Text-module__hop-Text--xs___4XQLX) {
39
39
  --font-size: var(--hop-Text-xs-font-size);
40
40
  --font-family: var(--hop-Text-xs-font-family);
41
41
  --font-weight: var(--hop-Text-xs-font-weight);
42
42
  --line-height: var(--hop-Text-xs-line-height);
43
43
  }
44
- :where(.Text-module__hop-Text--sm___Dq2fh) {
44
+ :where(.Text-module__hop-Text--sm___dM76a) {
45
45
  --font-size: var(--hop-Text-sm-font-size);
46
46
  --font-family: var(--hop-Text-sm-font-family);
47
47
  --font-weight: var(--hop-Text-sm-font-weight);
48
48
  --line-height: var(--hop-Text-sm-line-height);
49
49
  }
50
- :where(.Text-module__hop-Text--md___OIBbn) {
50
+ :where(.Text-module__hop-Text--md___M60JS) {
51
51
  --font-size: var(--hop-Text-md-font-size);
52
52
  --font-family: var(--hop-Text-md-font-family);
53
53
  --font-weight: var(--hop-Text-md-font-weight);
54
54
  --line-height: var(--hop-Text-md-line-height);
55
55
  }
56
- :where(.Text-module__hop-Text--lg___2Dp00) {
56
+ :where(.Text-module__hop-Text--lg___5mCtN) {
57
57
  --font-size: var(--hop-Text-lg-font-size);
58
58
  --font-family: var(--hop-Text-lg-font-family);
59
59
  --font-weight: var(--hop-Text-lg-font-weight);
60
60
  --line-height: var(--hop-Text-lg-line-height);
61
61
  }
62
- :where(.Text-module__hop-Text--xl___OCJ5n) {
62
+ :where(.Text-module__hop-Text--xl___bi1Vo) {
63
63
  --font-size: var(--hop-Text-xl-font-size);
64
64
  --font-family: var(--hop-Text-xl-font-family);
65
65
  --font-weight: var(--hop-Text-xl-font-weight);
66
66
  --line-height: var(--hop-Text-xl-line-height);
67
67
  }
68
- :where(.Text-module__hop-Text--2xl___bZkQu) {
68
+ :where(.Text-module__hop-Text--2xl___5SCg1) {
69
69
  --font-size: var(--hop-Text-2xl-font-size);
70
70
  --font-family: var(--hop-Text-2xl-font-family);
71
71
  --font-weight: var(--hop-Text-2xl-font-weight);
72
72
  --line-height: var(--hop-Text-2xl-line-height);
73
73
  }
74
- :where(.Text-module__hop-Text--inherit___bNF26) {
74
+ :where(.Text-module__hop-Text--inherit___X6rIb) {
75
75
  --font-size: var(--hop-Text-inherit-size-font-size);
76
76
  --font-family: var(--hop-Text-inherit-size-font-family);
77
77
  --font-weight: var(--hop-Text-inherit-size-font-weight);
@@ -0,0 +1,6 @@
1
+ export { GlobalTextCssSelector, _Text as Text } from '../../../chunk-4RIAVSLK.js';
2
+ import '../../../chunk-HXI3MEEK.js';
3
+ export { TextContext } from '../../../chunk-X6SER3TZ.js';
4
+ import '../../../chunk-KVDXQMWI.js';
5
+ import '../../../chunk-M36KANKC.js';
6
+ import '../../../chunk-2P3A4VVY.js';
@@ -1,2 +1,2 @@
1
1
  export { ClearContainerSlots, ClearProviders } from '../../chunk-HXI3MEEK.js';
2
- import '../../chunk-YSQDPG26.js';
2
+ import '../../chunk-2P3A4VVY.js';
@@ -1,2 +1,2 @@
1
1
  export { SlotProvider } from '../../chunk-M36KANKC.js';
2
- import '../../chunk-YSQDPG26.js';
2
+ import '../../chunk-2P3A4VVY.js';
@@ -0,0 +1,15 @@
1
+ declare function isNull(value: any): value is null;
2
+ declare function isUndefined(value: any): value is undefined;
3
+ declare function isDefined(value: any): boolean;
4
+ declare function isNil(value: any): value is null | undefined;
5
+ declare function isNilOrEmpty(value: any): boolean;
6
+ declare function isString(value: any): value is string;
7
+ declare function isNumber(value: any): value is number;
8
+ declare function isArray<T>(value: any): value is Array<T>;
9
+ declare function isEmptyArray(value: any): boolean;
10
+ declare function isFunction(value: any): value is (...args: any) => any;
11
+ declare function isObject(value: any): value is Record<string, unknown>;
12
+ declare function isPlainObject(value: any): value is Record<string, any>;
13
+ declare function isPromise(value: any): boolean;
14
+
15
+ export { isArray, isDefined, isEmptyArray, isFunction, isNil, isNilOrEmpty, isNull, isNumber, isObject, isPlainObject, isPromise, isString, isUndefined };
@@ -0,0 +1,2 @@
1
+ export { isArray, isDefined, isEmptyArray, isFunction, isNil, isNilOrEmpty, isNull, isNumber, isObject, isPlainObject, isPromise, isString, isUndefined } from '../../chunk-TIPN4VYD.js';
2
+ import '../../chunk-2P3A4VVY.js';
@@ -1,2 +1,2 @@
1
1
  export { composeClassnameRenderProps } from '../../chunk-65JPI4FL.js';
2
- import '../../chunk-YSQDPG26.js';
2
+ import '../../chunk-2P3A4VVY.js';
@@ -1,2 +1,2 @@
1
1
  export { cssModule } from '../../chunk-KVDXQMWI.js';
2
- import '../../chunk-YSQDPG26.js';
2
+ import '../../chunk-2P3A4VVY.js';
@@ -7,6 +7,7 @@ export { SlotProvider, SlotProviderProps } from './SlotProvider.js';
7
7
  export { useSlot } from './useSlot.js';
8
8
  export { ClearContainerSlots, ClearProviders, ClearProvidersProps } from './ClearSlots.js';
9
9
  export { useRenderProps } from './useRenderProps.js';
10
+ export { isArray, isDefined, isEmptyArray, isFunction, isNil, isNilOrEmpty, isNull, isNumber, isObject, isPlainObject, isPromise, isString, isUndefined } from './assertion.js';
10
11
  import 'clsx';
11
12
  import '@hopper-ui/styled-system';
12
13
  import '@react-types/shared';
@@ -1,10 +1,11 @@
1
1
  import '../../chunk-LQICWONC.js';
2
2
  import '../../chunk-SNIF7MEM.js';
3
+ export { isArray, isDefined, isEmptyArray, isFunction, isNil, isNilOrEmpty, isNull, isNumber, isObject, isPlainObject, isPromise, isString, isUndefined } from '../../chunk-TIPN4VYD.js';
3
4
  export { useSlot } from '../../chunk-H5YTU3U7.js';
4
5
  export { useRenderProps } from '../../chunk-NH3IVMXB.js';
5
6
  export { isTextOnlyChildren } from '../../chunk-ZWU6DRRZ.js';
6
- export { composeClassnameRenderProps } from '../../chunk-65JPI4FL.js';
7
7
  export { ClearContainerSlots, ClearProviders } from '../../chunk-HXI3MEEK.js';
8
- export { SlotProvider } from '../../chunk-M36KANKC.js';
8
+ export { composeClassnameRenderProps } from '../../chunk-65JPI4FL.js';
9
9
  export { cssModule } from '../../chunk-KVDXQMWI.js';
10
- import '../../chunk-YSQDPG26.js';
10
+ export { SlotProvider } from '../../chunk-M36KANKC.js';
11
+ import '../../chunk-2P3A4VVY.js';
@@ -1,2 +1,2 @@
1
1
  export { isTextOnlyChildren } from '../../chunk-ZWU6DRRZ.js';
2
- import '../../chunk-YSQDPG26.js';
2
+ import '../../chunk-2P3A4VVY.js';
@@ -1,2 +1,2 @@
1
1
  export { useRenderProps } from '../../chunk-NH3IVMXB.js';
2
- import '../../chunk-YSQDPG26.js';
2
+ import '../../chunk-2P3A4VVY.js';
@@ -1,2 +1,2 @@
1
1
  export { useSlot } from '../../chunk-H5YTU3U7.js';
2
- import '../../chunk-YSQDPG26.js';
2
+ import '../../chunk-2P3A4VVY.js';