@hopper-ui/components 1.3.5 → 1.3.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (203) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/dist/Avatar/src/AnonymousAvatar.css +10 -10
  3. package/dist/Avatar/src/AnonymousAvatar.d.ts +8 -2
  4. package/dist/Avatar/src/AnonymousAvatar.js +4 -2
  5. package/dist/Avatar/src/Avatar.css +37 -37
  6. package/dist/Avatar/src/Avatar.d.ts +8 -2
  7. package/dist/Avatar/src/Avatar.js +5 -3
  8. package/dist/Avatar/src/DeletedAvatar.css +10 -10
  9. package/dist/Avatar/src/DeletedAvatar.d.ts +8 -2
  10. package/dist/Avatar/src/DeletedAvatar.js +4 -2
  11. package/dist/Avatar/src/RichIconAvatarImage.css +10 -10
  12. package/dist/Avatar/src/RichIconAvatarImage.d.ts +9 -2
  13. package/dist/Avatar/src/RichIconAvatarImage.js +3 -1
  14. package/dist/Avatar/src/index.css +37 -37
  15. package/dist/Avatar/src/index.js +7 -5
  16. package/dist/Badge/src/Badge.css +21 -21
  17. package/dist/Badge/src/Badge.d.ts +24 -2
  18. package/dist/Badge/src/Badge.js +4 -2
  19. package/dist/Badge/src/FloatingBadge.css +10 -10
  20. package/dist/Badge/src/FloatingBadge.d.ts +2 -2
  21. package/dist/Badge/src/FloatingBadge.js +1 -1
  22. package/dist/Badge/src/index.css +31 -31
  23. package/dist/Badge/src/index.js +5 -3
  24. package/dist/Divider/src/Divider.css +2 -2
  25. package/dist/Divider/src/Divider.js +1 -1
  26. package/dist/Divider/src/index.css +2 -2
  27. package/dist/Divider/src/index.js +1 -1
  28. package/dist/ErrorMessage/src/ErrorMessage.css +11 -11
  29. package/dist/ErrorMessage/src/ErrorMessage.js +4 -3
  30. package/dist/ErrorMessage/src/index.css +11 -11
  31. package/dist/ErrorMessage/src/index.js +4 -3
  32. package/dist/Form/src/Form.css +723 -701
  33. package/dist/Form/src/Form.js +45 -45
  34. package/dist/Form/src/index.css +723 -701
  35. package/dist/Form/src/index.js +45 -45
  36. package/dist/Header/src/Header.d.ts +2 -2
  37. package/dist/HelperMessage/src/HelperMessage.css +11 -11
  38. package/dist/HelperMessage/src/HelperMessage.js +2 -2
  39. package/dist/HelperMessage/src/index.css +11 -11
  40. package/dist/HelperMessage/src/index.js +2 -2
  41. package/dist/IconList/src/IconList.css +1 -1
  42. package/dist/IconList/src/IconList.d.ts +2 -2
  43. package/dist/IconList/src/IconList.js +1 -1
  44. package/dist/IconList/src/index.css +1 -1
  45. package/dist/IconList/src/index.js +1 -1
  46. package/dist/Link/src/Link.css +31 -31
  47. package/dist/Link/src/Link.js +3 -3
  48. package/dist/Link/src/index.css +31 -31
  49. package/dist/Link/src/index.js +3 -3
  50. package/dist/ListBox/src/ListBox.css +267 -273
  51. package/dist/ListBox/src/ListBox.js +8 -8
  52. package/dist/ListBox/src/ListBoxItem.css +253 -253
  53. package/dist/ListBox/src/ListBoxItem.js +7 -7
  54. package/dist/ListBox/src/ListBoxItemSkeleton.css +7 -7
  55. package/dist/ListBox/src/ListBoxItemSkeleton.d.ts +2 -2
  56. package/dist/ListBox/src/ListBoxItemSkeleton.js +1 -1
  57. package/dist/ListBox/src/index.css +267 -273
  58. package/dist/ListBox/src/index.js +8 -8
  59. package/dist/Select/src/Select.css +723 -701
  60. package/dist/Select/src/Select.js +45 -45
  61. package/dist/Select/src/SelectValue.css +60 -60
  62. package/dist/Select/src/SelectValue.js +7 -7
  63. package/dist/Select/src/index.css +723 -701
  64. package/dist/Select/src/index.js +45 -45
  65. package/dist/Spinner/src/Spinner.css +19 -19
  66. package/dist/Spinner/src/Spinner.d.ts +2 -2
  67. package/dist/Spinner/src/Spinner.js +3 -3
  68. package/dist/Spinner/src/index.css +19 -19
  69. package/dist/Spinner/src/index.js +3 -3
  70. package/dist/buttons/src/Button.css +94 -94
  71. package/dist/buttons/src/Button.js +5 -5
  72. package/dist/buttons/src/ButtonGroup.css +11 -11
  73. package/dist/buttons/src/ButtonGroup.js +1 -1
  74. package/dist/buttons/src/ClearButton.css +71 -71
  75. package/dist/buttons/src/ClearButton.js +2 -2
  76. package/dist/buttons/src/EmbeddedButton.css +71 -71
  77. package/dist/buttons/src/EmbeddedButton.js +1 -1
  78. package/dist/buttons/src/index.css +176 -176
  79. package/dist/buttons/src/index.js +8 -8
  80. package/dist/checkbox/src/Checkbox.css +28 -28
  81. package/dist/checkbox/src/Checkbox.js +3 -3
  82. package/dist/checkbox/src/CheckboxField.css +15 -15
  83. package/dist/checkbox/src/CheckboxField.d.ts +8 -2
  84. package/dist/checkbox/src/CheckboxField.js +3 -1
  85. package/dist/checkbox/src/CheckboxGroup.css +83 -83
  86. package/dist/checkbox/src/CheckboxGroup.js +2 -2
  87. package/dist/checkbox/src/CheckboxList.d.ts +2 -2
  88. package/dist/checkbox/src/DecorativeCheckbox.css +36 -36
  89. package/dist/checkbox/src/DecorativeCheckbox.js +4 -4
  90. package/dist/checkbox/src/index.css +83 -83
  91. package/dist/checkbox/src/index.js +7 -7
  92. package/dist/{chunk-5PSDYTOT.js → chunk-2LS24P2S.js} +1 -1
  93. package/dist/{chunk-GR4ZXUOX.js → chunk-4PCMNJTD.js} +15 -13
  94. package/dist/{chunk-UEHE2IY5.js → chunk-5CR5V44E.js} +23 -11
  95. package/dist/{chunk-3SMTAPEK.js → chunk-5LGDXMKZ.js} +4 -4
  96. package/dist/{chunk-2RFHHVN3.js → chunk-AHMI7DHJ.js} +4 -4
  97. package/dist/{chunk-YZEDTLPG.js → chunk-AWYN6573.js} +1 -1
  98. package/dist/{chunk-5IRT2QDF.js → chunk-BNBUTFBN.js} +1 -1
  99. package/dist/{chunk-24JZVLAU.js → chunk-BUI76FPU.js} +1 -1
  100. package/dist/{chunk-6AFXZYF5.js → chunk-BZC3DOXC.js} +4 -4
  101. package/dist/{chunk-T6MMAU6N.js → chunk-C4W3WI5F.js} +2 -2
  102. package/dist/{chunk-LYTJ7OUI.js → chunk-CWP3RDUT.js} +2 -2
  103. package/dist/{chunk-PSGKAJML.js → chunk-DCTC6KDW.js} +1 -1
  104. package/dist/{chunk-EBDEMWL7.js → chunk-DMAM2GFN.js} +5 -5
  105. package/dist/{chunk-CH44JMHK.js → chunk-DNFIKL5N.js} +3 -3
  106. package/dist/{chunk-QUEZJSCY.js → chunk-DSUR3NPA.js} +3 -3
  107. package/dist/{chunk-EOXY566V.js → chunk-F4XYXAPX.js} +1 -1
  108. package/dist/{chunk-7MCVN25U.js → chunk-FKFP4LFR.js} +22 -12
  109. package/dist/{chunk-52A7OS5J.js → chunk-FSRORCX7.js} +5 -5
  110. package/dist/{chunk-LI2RM2EK.js → chunk-HIF2U66B.js} +1 -1
  111. package/dist/{chunk-7XEWB4YU.js → chunk-IA343FCT.js} +25 -18
  112. package/dist/{chunk-RMXL2PC5.js → chunk-IZUZUN6Z.js} +8 -6
  113. package/dist/{chunk-SAHIPNPF.js → chunk-JGOXWGEG.js} +5 -5
  114. package/dist/{chunk-NT6XKRT2.js → chunk-JKE2GH2D.js} +28 -15
  115. package/dist/{chunk-GEYJZ3VZ.js → chunk-JZGG67JQ.js} +1 -1
  116. package/dist/{chunk-UQY26ITM.js → chunk-LULNSRRY.js} +1 -1
  117. package/dist/{chunk-3KW6ENLR.js → chunk-LXWDXMVL.js} +8 -8
  118. package/dist/{chunk-LSTGTYUX.js → chunk-MDI3RFZS.js} +22 -14
  119. package/dist/{chunk-XXFIU5GK.js → chunk-MJ24AAEX.js} +1 -1
  120. package/dist/{chunk-3OVZI77M.js → chunk-MTQURD2G.js} +4 -4
  121. package/dist/{chunk-HABA5CYG.js → chunk-PGYHBNCP.js} +2 -2
  122. package/dist/{chunk-D6CIA7NA.js → chunk-PJLVJG4E.js} +1 -1
  123. package/dist/{chunk-AIO2PFOS.js → chunk-PQTB3F7K.js} +4 -4
  124. package/dist/{chunk-SUXNDVNP.js → chunk-PVLUQZAG.js} +24 -16
  125. package/dist/{chunk-4UOBMEPP.js → chunk-SRT6TJ7K.js} +1 -1
  126. package/dist/{chunk-S4LXTCFZ.js → chunk-SZIBBFKI.js} +4 -4
  127. package/dist/{chunk-5IRH7LBK.js → chunk-T2DEFREG.js} +22 -14
  128. package/dist/{chunk-QBGX4KU2.js → chunk-VMSIQERT.js} +3 -3
  129. package/dist/{chunk-FMNUFTYZ.js → chunk-VZAUDQPW.js} +4 -4
  130. package/dist/{chunk-RPYDBKIG.js → chunk-WD3GLWJA.js} +2 -2
  131. package/dist/{chunk-RYROB3P6.js → chunk-YFJWAPT5.js} +1 -1
  132. package/dist/{chunk-6UW2BF2Z.js → chunk-YUMDUDZX.js} +4 -4
  133. package/dist/{chunk-LIGWTMRQ.js → chunk-Z63VLZM2.js} +3 -3
  134. package/dist/{chunk-Y3VCNKJB.js → chunk-ZVOVNXPJ.js} +22 -13
  135. package/dist/index.css +723 -701
  136. package/dist/index.d.ts +1 -1
  137. package/dist/index.js +45 -45
  138. package/dist/inputs/src/InputGroup.css +191 -191
  139. package/dist/inputs/src/InputGroup.js +1 -1
  140. package/dist/inputs/src/NumberField.css +231 -231
  141. package/dist/inputs/src/NumberField.js +7 -7
  142. package/dist/inputs/src/PasswordField.css +219 -219
  143. package/dist/inputs/src/PasswordField.js +8 -8
  144. package/dist/inputs/src/SearchField.css +225 -225
  145. package/dist/inputs/src/SearchField.js +9 -9
  146. package/dist/inputs/src/TextArea.css +225 -225
  147. package/dist/inputs/src/TextArea.js +7 -7
  148. package/dist/inputs/src/TextField.css +223 -223
  149. package/dist/inputs/src/TextField.js +9 -9
  150. package/dist/inputs/src/index.css +271 -271
  151. package/dist/inputs/src/index.js +13 -13
  152. package/dist/layout/src/Content.d.ts +2 -2
  153. package/dist/layout/src/Footer.d.ts +2 -2
  154. package/dist/overlays/Popover/src/Popover.css +723 -701
  155. package/dist/overlays/Popover/src/Popover.d.ts +2 -2
  156. package/dist/overlays/Popover/src/Popover.js +45 -45
  157. package/dist/overlays/Popover/src/index.css +723 -701
  158. package/dist/overlays/Popover/src/index.js +45 -45
  159. package/dist/radio/src/DecorativeRadio.css +36 -36
  160. package/dist/radio/src/DecorativeRadio.js +4 -4
  161. package/dist/radio/src/Radio.css +28 -28
  162. package/dist/radio/src/Radio.js +3 -3
  163. package/dist/radio/src/RadioField.css +15 -15
  164. package/dist/radio/src/RadioField.d.ts +8 -2
  165. package/dist/radio/src/RadioField.js +3 -1
  166. package/dist/radio/src/RadioGroup.css +83 -83
  167. package/dist/radio/src/RadioGroup.js +2 -2
  168. package/dist/radio/src/RadioList.d.ts +2 -2
  169. package/dist/radio/src/index.css +83 -83
  170. package/dist/radio/src/index.js +7 -7
  171. package/dist/switch/src/Switch.css +25 -25
  172. package/dist/switch/src/Switch.js +3 -3
  173. package/dist/switch/src/SwitchField.css +15 -15
  174. package/dist/switch/src/SwitchField.d.ts +8 -2
  175. package/dist/switch/src/SwitchField.js +3 -1
  176. package/dist/switch/src/index.css +31 -31
  177. package/dist/switch/src/index.js +5 -4
  178. package/dist/tag/src/Tag.css +323 -323
  179. package/dist/tag/src/Tag.js +6 -6
  180. package/dist/tag/src/TagGroup.css +22 -22
  181. package/dist/tag/src/TagGroup.js +1 -1
  182. package/dist/tag/src/index.css +336 -336
  183. package/dist/tag/src/index.js +7 -7
  184. package/dist/typography/Heading/src/Heading.css +9 -9
  185. package/dist/typography/Heading/src/Heading.js +1 -1
  186. package/dist/typography/Heading/src/index.css +9 -9
  187. package/dist/typography/Heading/src/index.js +1 -1
  188. package/dist/typography/Label/src/Label.css +3 -3
  189. package/dist/typography/Label/src/Label.js +1 -1
  190. package/dist/typography/Label/src/index.css +3 -3
  191. package/dist/typography/Label/src/index.js +1 -1
  192. package/dist/typography/OverlineText/src/OverlineText.css +6 -6
  193. package/dist/typography/OverlineText/src/OverlineText.js +1 -1
  194. package/dist/typography/OverlineText/src/index.css +6 -6
  195. package/dist/typography/OverlineText/src/index.js +1 -1
  196. package/dist/typography/Text/src/Text.css +9 -9
  197. package/dist/typography/Text/src/Text.js +1 -1
  198. package/dist/typography/Text/src/index.css +9 -9
  199. package/dist/typography/Text/src/index.js +1 -1
  200. package/dist/utils/src/index.d.ts +1 -1
  201. package/dist/utils/src/index.js +2 -2
  202. package/dist/utils/src/types.d.ts +3 -3
  203. package/package.json +4 -4
@@ -1,27 +1,27 @@
1
- export { GlobalTagCssSelector, _Tag as Tag } from '../../chunk-52A7OS5J.js';
2
- export { GlobalTagGroupCssSelector, _TagGroup as TagGroup } from '../../chunk-PSGKAJML.js';
1
+ export { GlobalTagCssSelector, _Tag as Tag } from '../../chunk-FSRORCX7.js';
2
+ export { GlobalTagGroupCssSelector, _TagGroup as TagGroup } from '../../chunk-DCTC6KDW.js';
3
3
  export { TagContext } from '../../chunk-EWMWQ2MC.js';
4
4
  export { TagGroupContext } from '../../chunk-LCAS3YQV.js';
5
5
  export { GlobalTagListCssSelector, _TagList as TagList } from '../../chunk-WWRB4K4M.js';
6
6
  export { TagListContext } from '../../chunk-XLKYXKWE.js';
7
- import '../../chunk-YZEDTLPG.js';
7
+ import '../../chunk-AWYN6573.js';
8
8
  import '../../chunk-DXVKHP4V.js';
9
- import '../../chunk-4UOBMEPP.js';
9
+ import '../../chunk-SRT6TJ7K.js';
10
10
  import '../../chunk-O7IJYNVQ.js';
11
11
  import '../../chunk-QCA3ZR56.js';
12
- import '../../chunk-HABA5CYG.js';
12
+ import '../../chunk-PGYHBNCP.js';
13
13
  import '../../chunk-4ZYV2XLW.js';
14
14
  import '../../chunk-TFVDF4YH.js';
15
15
  import '../../chunk-ZWU6DRRZ.js';
16
- import '../../chunk-65JPI4FL.js';
17
16
  import '../../chunk-HZKFQ33E.js';
18
17
  import '../../chunk-DHVVYSLB.js';
19
18
  import '../../chunk-FAE27DLF.js';
20
19
  import '../../chunk-CQDLZ42T.js';
21
- import '../../chunk-EOXY566V.js';
20
+ import '../../chunk-F4XYXAPX.js';
22
21
  import '../../chunk-X6SER3TZ.js';
23
22
  import '../../chunk-HXI3MEEK.js';
24
23
  import '../../chunk-AES7QBQE.js';
24
+ import '../../chunk-65JPI4FL.js';
25
25
  import '../../chunk-M36KANKC.js';
26
26
  import '../../chunk-KVDXQMWI.js';
27
27
  import '../../chunk-JSBRDJBE.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___3ueiS {
2
+ .Heading-module__hop-Heading___byI5a {
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___3ueiS) {
36
+ :where(.Heading-module__hop-Heading___byI5a) {
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___5sgKJ) {
43
+ :where(.Heading-module__hop-Heading--xs___S-Spm) {
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___06P1n) {
49
+ :where(.Heading-module__hop-Heading--sm___eYVWY) {
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___nbkYZ) {
55
+ :where(.Heading-module__hop-Heading--md___Trt4d) {
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___lSiFQ) {
61
+ :where(.Heading-module__hop-Heading--lg___8RulN) {
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___df64W) {
67
+ :where(.Heading-module__hop-Heading--xl___XLAp5) {
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___Vsuh7) {
73
+ :where(.Heading-module__hop-Heading--2xl___ghz3S) {
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___PXstD) {
79
+ :where(.Heading-module__hop-Heading--3xl___sTxzT) {
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);
@@ -1,4 +1,4 @@
1
- export { GlobalHeadingCssSelector, H1, H2, H3, H4, H5, H6, _Heading as Heading } from '../../../chunk-RYROB3P6.js';
1
+ export { GlobalHeadingCssSelector, H1, H2, H3, H4, H5, H6, _Heading as Heading } from '../../../chunk-YFJWAPT5.js';
2
2
  import '../../../chunk-TXZ6BMFR.js';
3
3
  import '../../../chunk-KVDXQMWI.js';
4
4
  import '../../../chunk-JSBRDJBE.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___3ueiS {
2
+ .Heading-module__hop-Heading___byI5a {
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___3ueiS) {
36
+ :where(.Heading-module__hop-Heading___byI5a) {
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___5sgKJ) {
43
+ :where(.Heading-module__hop-Heading--xs___S-Spm) {
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___06P1n) {
49
+ :where(.Heading-module__hop-Heading--sm___eYVWY) {
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___nbkYZ) {
55
+ :where(.Heading-module__hop-Heading--md___Trt4d) {
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___lSiFQ) {
61
+ :where(.Heading-module__hop-Heading--lg___8RulN) {
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___df64W) {
67
+ :where(.Heading-module__hop-Heading--xl___XLAp5) {
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___Vsuh7) {
73
+ :where(.Heading-module__hop-Heading--2xl___ghz3S) {
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___PXstD) {
79
+ :where(.Heading-module__hop-Heading--3xl___sTxzT) {
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);
@@ -1,4 +1,4 @@
1
- export { GlobalHeadingCssSelector, H1, H2, H3, H4, H5, H6, _Heading as Heading } from '../../../chunk-RYROB3P6.js';
1
+ export { GlobalHeadingCssSelector, H1, H2, H3, H4, H5, H6, _Heading as Heading } from '../../../chunk-YFJWAPT5.js';
2
2
  export { HeadingContext } from '../../../chunk-TXZ6BMFR.js';
3
3
  import '../../../chunk-KVDXQMWI.js';
4
4
  import '../../../chunk-JSBRDJBE.js';
@@ -1,18 +1,18 @@
1
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___2KiCn {
2
+ .Label-module__hop-Label___EE-2i {
3
3
  --hop-Label-font-size: var(--hop-heading-xs-font-size);
4
4
  --hop-Label-font-family: var(--hop-heading-xs-font-family);
5
5
  --hop-Label-font-weight: var(--hop-heading-xs-font-weight);
6
6
  --hop-Label-line-height: var(--hop-heading-xs-line-height);
7
7
  --hop-Label-color: var(--hop-neutral-text-weak);
8
8
  }
9
- :where(.Label-module__hop-Label___2KiCn) {
9
+ :where(.Label-module__hop-Label___EE-2i) {
10
10
  font-family: var(--hop-Label-font-family);
11
11
  font-size: var(--hop-Label-font-size);
12
12
  font-weight: var(--hop-Label-font-weight);
13
13
  line-height: var(--hop-Label-line-height);
14
14
  color: var(--hop-Label-color);
15
15
  }
16
- :where(.Label-module__hop-Label__indicator___J9HRI) {
16
+ :where(.Label-module__hop-Label__indicator___QZV-x) {
17
17
  padding-inline-start: var(--hop-space-20);
18
18
  }
@@ -1,4 +1,4 @@
1
- export { GlobalLabelCssSelector, _Label as Label } from '../../../chunk-LI2RM2EK.js';
1
+ export { GlobalLabelCssSelector, _Label as Label } from '../../../chunk-HIF2U66B.js';
2
2
  import '../../../chunk-QCA3ZR56.js';
3
3
  import '../../../chunk-TFVDF4YH.js';
4
4
  import '../../../chunk-KVDXQMWI.js';
@@ -1,18 +1,18 @@
1
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___2KiCn {
2
+ .Label-module__hop-Label___EE-2i {
3
3
  --hop-Label-font-size: var(--hop-heading-xs-font-size);
4
4
  --hop-Label-font-family: var(--hop-heading-xs-font-family);
5
5
  --hop-Label-font-weight: var(--hop-heading-xs-font-weight);
6
6
  --hop-Label-line-height: var(--hop-heading-xs-line-height);
7
7
  --hop-Label-color: var(--hop-neutral-text-weak);
8
8
  }
9
- :where(.Label-module__hop-Label___2KiCn) {
9
+ :where(.Label-module__hop-Label___EE-2i) {
10
10
  font-family: var(--hop-Label-font-family);
11
11
  font-size: var(--hop-Label-font-size);
12
12
  font-weight: var(--hop-Label-font-weight);
13
13
  line-height: var(--hop-Label-line-height);
14
14
  color: var(--hop-Label-color);
15
15
  }
16
- :where(.Label-module__hop-Label__indicator___J9HRI) {
16
+ :where(.Label-module__hop-Label__indicator___QZV-x) {
17
17
  padding-inline-start: var(--hop-space-20);
18
18
  }
@@ -1,4 +1,4 @@
1
- export { GlobalLabelCssSelector, _Label as Label } from '../../../chunk-LI2RM2EK.js';
1
+ export { GlobalLabelCssSelector, _Label as Label } from '../../../chunk-HIF2U66B.js';
2
2
  export { LabelContext } from '../../../chunk-QCA3ZR56.js';
3
3
  import '../../../chunk-TFVDF4YH.js';
4
4
  import '../../../chunk-KVDXQMWI.js';
@@ -1,5 +1,5 @@
1
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___oBnEM) {
2
+ :where(.OverlineText-module__hop-OverlineText___MNaoU) {
3
3
  --hop-OverlineText-font-family: var(--hop-overline-font-family);
4
4
  --hop-OverlineText-font-size: var(--hop-overline-font-size);
5
5
  --hop-OverlineText-font-weight: var(--hop-overline-font-weight);
@@ -23,20 +23,20 @@
23
23
  text-transform: uppercase;
24
24
  letter-spacing: var(--letter-spacing);
25
25
  }
26
- .OverlineText-module__hop-OverlineText__text___d4kYK {
26
+ .OverlineText-module__hop-OverlineText__text___nkwdC {
27
27
  box-sizing: border-box;
28
28
  }
29
- .OverlineText-module__hop-OverlineText__text___d4kYK::before,
30
- .OverlineText-module__hop-OverlineText__text___d4kYK::after {
29
+ .OverlineText-module__hop-OverlineText__text___nkwdC::before,
30
+ .OverlineText-module__hop-OverlineText__text___nkwdC::after {
31
31
  content: "";
32
32
  display: block;
33
33
  box-sizing: border-box;
34
34
  inline-size: 0;
35
35
  block-size: 0;
36
36
  }
37
- .OverlineText-module__hop-OverlineText__text___d4kYK::before {
37
+ .OverlineText-module__hop-OverlineText__text___nkwdC::before {
38
38
  margin-block-end: var(--bottom-offset);
39
39
  }
40
- .OverlineText-module__hop-OverlineText__text___d4kYK::after {
40
+ .OverlineText-module__hop-OverlineText__text___nkwdC::after {
41
41
  margin-block-start: var(--top-offset);
42
42
  }
@@ -1,4 +1,4 @@
1
- export { GlobalOverlineTextCssSelector, _OverlineText as OverlineText } from '../../../chunk-XXFIU5GK.js';
1
+ export { GlobalOverlineTextCssSelector, _OverlineText as OverlineText } from '../../../chunk-MJ24AAEX.js';
2
2
  import '../../../chunk-WPNVVGFW.js';
3
3
  import '../../../chunk-KVDXQMWI.js';
4
4
  import '../../../chunk-JSBRDJBE.js';
@@ -1,5 +1,5 @@
1
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___oBnEM) {
2
+ :where(.OverlineText-module__hop-OverlineText___MNaoU) {
3
3
  --hop-OverlineText-font-family: var(--hop-overline-font-family);
4
4
  --hop-OverlineText-font-size: var(--hop-overline-font-size);
5
5
  --hop-OverlineText-font-weight: var(--hop-overline-font-weight);
@@ -23,20 +23,20 @@
23
23
  text-transform: uppercase;
24
24
  letter-spacing: var(--letter-spacing);
25
25
  }
26
- .OverlineText-module__hop-OverlineText__text___d4kYK {
26
+ .OverlineText-module__hop-OverlineText__text___nkwdC {
27
27
  box-sizing: border-box;
28
28
  }
29
- .OverlineText-module__hop-OverlineText__text___d4kYK::before,
30
- .OverlineText-module__hop-OverlineText__text___d4kYK::after {
29
+ .OverlineText-module__hop-OverlineText__text___nkwdC::before,
30
+ .OverlineText-module__hop-OverlineText__text___nkwdC::after {
31
31
  content: "";
32
32
  display: block;
33
33
  box-sizing: border-box;
34
34
  inline-size: 0;
35
35
  block-size: 0;
36
36
  }
37
- .OverlineText-module__hop-OverlineText__text___d4kYK::before {
37
+ .OverlineText-module__hop-OverlineText__text___nkwdC::before {
38
38
  margin-block-end: var(--bottom-offset);
39
39
  }
40
- .OverlineText-module__hop-OverlineText__text___d4kYK::after {
40
+ .OverlineText-module__hop-OverlineText__text___nkwdC::after {
41
41
  margin-block-start: var(--top-offset);
42
42
  }
@@ -1,4 +1,4 @@
1
- export { GlobalOverlineTextCssSelector, _OverlineText as OverlineText } from '../../../chunk-XXFIU5GK.js';
1
+ export { GlobalOverlineTextCssSelector, _OverlineText as OverlineText } from '../../../chunk-MJ24AAEX.js';
2
2
  export { OverlineTextContext } from '../../../chunk-WPNVVGFW.js';
3
3
  import '../../../chunk-KVDXQMWI.js';
4
4
  import '../../../chunk-JSBRDJBE.js';
@@ -1,5 +1,5 @@
1
1
  /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/Text/src/Text.module.css/#css-module-data */
2
- .Text-module__hop-Text___zzXwC {
2
+ .Text-module__hop-Text___R8UuG {
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___zzXwC) {
32
+ :where(.Text-module__hop-Text___R8UuG) {
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___-rtMy) {
38
+ :where(.Text-module__hop-Text--xs___N8buF) {
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___CYq6o) {
44
+ :where(.Text-module__hop-Text--sm___ZTn2L) {
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___5KoYO) {
50
+ :where(.Text-module__hop-Text--md___PaS1r) {
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___0FmIQ) {
56
+ :where(.Text-module__hop-Text--lg___Wi5qN) {
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___IPvZw) {
62
+ :where(.Text-module__hop-Text--xl___zM1uq) {
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___OAtMe) {
68
+ :where(.Text-module__hop-Text--2xl___OWNYz) {
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___otJaa) {
74
+ :where(.Text-module__hop-Text--inherit___r9ZJy) {
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);
@@ -1,4 +1,4 @@
1
- export { GlobalTextCssSelector, _Text as Text } from '../../../chunk-EOXY566V.js';
1
+ export { GlobalTextCssSelector, _Text as Text } from '../../../chunk-F4XYXAPX.js';
2
2
  import '../../../chunk-X6SER3TZ.js';
3
3
  import '../../../chunk-HXI3MEEK.js';
4
4
  import '../../../chunk-M36KANKC.js';
@@ -1,5 +1,5 @@
1
1
  /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/typography/Text/src/Text.module.css/#css-module-data */
2
- .Text-module__hop-Text___zzXwC {
2
+ .Text-module__hop-Text___R8UuG {
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___zzXwC) {
32
+ :where(.Text-module__hop-Text___R8UuG) {
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___-rtMy) {
38
+ :where(.Text-module__hop-Text--xs___N8buF) {
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___CYq6o) {
44
+ :where(.Text-module__hop-Text--sm___ZTn2L) {
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___5KoYO) {
50
+ :where(.Text-module__hop-Text--md___PaS1r) {
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___0FmIQ) {
56
+ :where(.Text-module__hop-Text--lg___Wi5qN) {
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___IPvZw) {
62
+ :where(.Text-module__hop-Text--xl___zM1uq) {
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___OAtMe) {
68
+ :where(.Text-module__hop-Text--2xl___OWNYz) {
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___otJaa) {
74
+ :where(.Text-module__hop-Text--inherit___r9ZJy) {
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);
@@ -1,4 +1,4 @@
1
- export { GlobalTextCssSelector, _Text as Text } from '../../../chunk-EOXY566V.js';
1
+ export { GlobalTextCssSelector, _Text as Text } from '../../../chunk-F4XYXAPX.js';
2
2
  export { TextContext } from '../../../chunk-X6SER3TZ.js';
3
3
  import '../../../chunk-HXI3MEEK.js';
4
4
  import '../../../chunk-M36KANKC.js';
@@ -1,7 +1,7 @@
1
1
  export { cssModule } from './cssModule.js';
2
2
  export { composeClassnameRenderProps } from './composeClassnameRenderProps.js';
3
3
  export { Size, SizeAdapter } from './sizeAdapter.js';
4
- export { BaseComponentProps, DOMProps, InteractionProps, RenderProps, RenderPropsHookOptions, StyleProps, StyleRenderProps } from './types.js';
4
+ export { AccessibleSlotProps, BaseComponentDOMProps, DOMProps, InteractionProps, RenderProps, RenderPropsHookOptions, StyleProps, StyleRenderProps } from './types.js';
5
5
  export { isTextOnlyChildren } from './isTextOnlyChildren.js';
6
6
  export { SlotProvider, SlotProviderProps } from './SlotProvider.js';
7
7
  export { useIsOverflow } from './useIsOverflow.js';
@@ -7,9 +7,9 @@ export { useIsOverflow } from '../../chunk-EHXOXTDN.js';
7
7
  export { useSlot } from '../../chunk-H5YTU3U7.js';
8
8
  export { isArray, isDefined, isEmptyArray, isFunction, isNil, isNilOrEmpty, isNull, isNumber, isObject, isPlainObject, isPromise, isString, isUndefined } from '../../chunk-TIPN4VYD.js';
9
9
  export { isTextOnlyChildren } from '../../chunk-ZWU6DRRZ.js';
10
- export { composeClassnameRenderProps } from '../../chunk-65JPI4FL.js';
11
- export { useRenderProps } from '../../chunk-NH3IVMXB.js';
12
10
  export { ClearContainerSlots, ClearProviders } from '../../chunk-HXI3MEEK.js';
11
+ export { useRenderProps } from '../../chunk-NH3IVMXB.js';
12
+ export { composeClassnameRenderProps } from '../../chunk-65JPI4FL.js';
13
13
  export { SlotProvider } from '../../chunk-M36KANKC.js';
14
14
  export { cssModule } from '../../chunk-KVDXQMWI.js';
15
15
  import '../../chunk-JSBRDJBE.js';
@@ -15,6 +15,7 @@ interface DOMProps extends StyleProps, DOMProps$1 {
15
15
  /** The children of the component. */
16
16
  children?: ReactNode;
17
17
  }
18
+ type AccessibleSlotProps = AriaLabelingProps & SlotProps;
18
19
  interface StyleRenderProps<T> {
19
20
  /** The CSS [className](https://developer.mozilla.org/en-US/docs/Web/API/Element/className) for the element. A function may be provided to compute the class based on component state. */
20
21
  className?: string | ((values: T & {
@@ -37,8 +38,7 @@ interface RenderPropsHookOptions<T> extends RenderProps<T>, DOMProps$1, AriaLabe
37
38
  defaultClassName?: string;
38
39
  defaultStyle?: CSSProperties;
39
40
  }
40
- interface BaseComponentProps extends DOMProps, AriaLabelingProps, SlotProps {
41
- }
41
+ type BaseComponentDOMProps = DOMProps & AccessibleSlotProps;
42
42
  /** Added these for when we need to force an interactive state like for radios inside list box items */
43
43
  interface InteractionProps {
44
44
  /**
@@ -79,4 +79,4 @@ interface InteractionProps {
79
79
  isRequired?: boolean;
80
80
  }
81
81
 
82
- export type { BaseComponentProps, DOMProps, InteractionProps, RenderProps, RenderPropsHookOptions, StyleProps, StyleRenderProps };
82
+ export type { AccessibleSlotProps, BaseComponentDOMProps, DOMProps, InteractionProps, RenderProps, RenderPropsHookOptions, StyleProps, StyleRenderProps };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hopper-ui/components",
3
3
  "author": "Workleap",
4
- "version": "1.3.5",
4
+ "version": "1.3.7",
5
5
  "description": "The components package.",
6
6
  "license": "Apache-2.0",
7
7
  "repository": {
@@ -37,7 +37,7 @@
37
37
  "@hopper-ui/styled-system": "^2.1.0",
38
38
  "react": "^18",
39
39
  "react-aria": "^3.34",
40
- "react-aria-components": "^1.3.0",
40
+ "react-aria-components": "^1.2",
41
41
  "react-dom": "^18"
42
42
  },
43
43
  "dependencies": {
@@ -70,14 +70,14 @@
70
70
  "jest-fail-on-console": "3.3.0",
71
71
  "jest-fetch-mock": "3.0.3",
72
72
  "react": "18.3.1",
73
- "react-aria": "3.33.1",
73
+ "react-aria": "3.34.3",
74
74
  "react-aria-components": "1.2.1",
75
75
  "react-dom": "18.3.1",
76
76
  "react-test-renderer": "18.3.1",
77
77
  "ts-jest": "29.1.4",
78
78
  "tsup": "8.1.0",
79
79
  "typescript": "5.4.5",
80
- "@hopper-ui/styled-system": "2.3.1"
80
+ "@hopper-ui/styled-system": "2.3.2"
81
81
  },
82
82
  "scripts": {
83
83
  "dev": "tsup --config ./tsup.dev.ts",