@hopper-ui/components 1.3.3 → 1.3.5

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 (192) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/dist/Avatar/src/AnonymousAvatar.css +10 -10
  3. package/dist/Avatar/src/AnonymousAvatar.js +2 -2
  4. package/dist/Avatar/src/Avatar.css +37 -37
  5. package/dist/Avatar/src/Avatar.js +3 -3
  6. package/dist/Avatar/src/DeletedAvatar.css +10 -10
  7. package/dist/Avatar/src/DeletedAvatar.js +2 -2
  8. package/dist/Avatar/src/RichIconAvatarImage.css +10 -10
  9. package/dist/Avatar/src/RichIconAvatarImage.js +1 -1
  10. package/dist/Avatar/src/index.css +37 -37
  11. package/dist/Avatar/src/index.js +5 -5
  12. package/dist/Badge/src/Badge.css +21 -21
  13. package/dist/Badge/src/Badge.js +2 -2
  14. package/dist/Badge/src/FloatingBadge.css +10 -10
  15. package/dist/Badge/src/FloatingBadge.js +1 -1
  16. package/dist/Badge/src/index.css +31 -31
  17. package/dist/Badge/src/index.js +3 -3
  18. package/dist/Divider/src/Divider.css +2 -2
  19. package/dist/Divider/src/Divider.js +1 -1
  20. package/dist/Divider/src/index.css +2 -2
  21. package/dist/Divider/src/index.js +1 -1
  22. package/dist/ErrorMessage/src/ErrorMessage.css +11 -11
  23. package/dist/ErrorMessage/src/ErrorMessage.js +2 -2
  24. package/dist/ErrorMessage/src/index.css +11 -11
  25. package/dist/ErrorMessage/src/index.js +2 -2
  26. package/dist/Form/src/Form.css +1043 -652
  27. package/dist/Form/src/Form.js +56 -54
  28. package/dist/Form/src/index.css +1043 -652
  29. package/dist/Form/src/index.js +56 -54
  30. package/dist/HelperMessage/src/HelperMessage.css +11 -11
  31. package/dist/HelperMessage/src/HelperMessage.js +2 -2
  32. package/dist/HelperMessage/src/index.css +11 -11
  33. package/dist/HelperMessage/src/index.js +2 -2
  34. package/dist/IconList/src/IconList.css +1 -1
  35. package/dist/IconList/src/IconList.js +1 -1
  36. package/dist/IconList/src/index.css +1 -1
  37. package/dist/IconList/src/index.js +1 -1
  38. package/dist/Link/src/Link.css +31 -31
  39. package/dist/Link/src/Link.js +2 -2
  40. package/dist/Link/src/index.css +31 -31
  41. package/dist/Link/src/index.js +2 -2
  42. package/dist/ListBox/src/ListBox.css +613 -222
  43. package/dist/ListBox/src/ListBox.js +9 -16
  44. package/dist/ListBox/src/ListBoxItem.css +598 -207
  45. package/dist/ListBox/src/ListBoxItem.js +6 -14
  46. package/dist/ListBox/src/ListBoxItemSkeleton.css +7 -7
  47. package/dist/ListBox/src/ListBoxItemSkeleton.js +1 -1
  48. package/dist/ListBox/src/index.css +613 -222
  49. package/dist/ListBox/src/index.js +9 -16
  50. package/dist/Select/src/Select.css +1043 -652
  51. package/dist/Select/src/Select.js +56 -54
  52. package/dist/Select/src/SelectValue.css +60 -60
  53. package/dist/Select/src/SelectValue.js +5 -5
  54. package/dist/Select/src/index.css +1043 -652
  55. package/dist/Select/src/index.js +56 -54
  56. package/dist/Spinner/src/Spinner.css +19 -19
  57. package/dist/Spinner/src/Spinner.js +2 -2
  58. package/dist/Spinner/src/index.css +19 -19
  59. package/dist/Spinner/src/index.js +2 -2
  60. package/dist/buttons/src/Button.css +94 -94
  61. package/dist/buttons/src/Button.js +3 -3
  62. package/dist/buttons/src/ButtonGroup.css +11 -11
  63. package/dist/buttons/src/ButtonGroup.js +1 -1
  64. package/dist/buttons/src/ClearButton.css +71 -71
  65. package/dist/buttons/src/ClearButton.js +2 -2
  66. package/dist/buttons/src/EmbeddedButton.css +71 -71
  67. package/dist/buttons/src/EmbeddedButton.js +1 -1
  68. package/dist/buttons/src/index.css +176 -176
  69. package/dist/buttons/src/index.js +6 -6
  70. package/dist/checkbox/src/Checkbox.css +28 -31
  71. package/dist/checkbox/src/Checkbox.d.ts +1 -3
  72. package/dist/checkbox/src/Checkbox.js +2 -2
  73. package/dist/checkbox/src/CheckboxContext.d.ts +0 -2
  74. package/dist/checkbox/src/CheckboxField.css +15 -15
  75. package/dist/checkbox/src/CheckboxField.js +1 -1
  76. package/dist/checkbox/src/CheckboxGroup.css +256 -60
  77. package/dist/checkbox/src/CheckboxGroup.js +2 -2
  78. package/dist/checkbox/src/DecorativeCheckbox.css +287 -0
  79. package/dist/checkbox/src/DecorativeCheckbox.d.ts +18 -0
  80. package/dist/checkbox/src/DecorativeCheckbox.js +12 -0
  81. package/dist/checkbox/src/index.css +256 -60
  82. package/dist/checkbox/src/index.d.ts +1 -0
  83. package/dist/checkbox/src/index.js +7 -5
  84. package/dist/{chunk-DMVOYW6N.js → chunk-24JZVLAU.js} +1 -1
  85. package/dist/{chunk-APRULC6A.js → chunk-2RFHHVN3.js} +4 -11
  86. package/dist/{chunk-KB5TOYUY.js → chunk-3KW6ENLR.js} +10 -10
  87. package/dist/chunk-3OVZI77M.js +130 -0
  88. package/dist/{chunk-K73GF67H.js → chunk-3SMTAPEK.js} +3 -3
  89. package/dist/{chunk-LG55WC5T.js → chunk-4UOBMEPP.js} +1 -1
  90. package/dist/{chunk-DOSVC2KD.js → chunk-52A7OS5J.js} +4 -4
  91. package/dist/{chunk-75FA3TWT.js → chunk-5IRH7LBK.js} +1 -1
  92. package/dist/{chunk-IAK7ZIAY.js → chunk-5IRT2QDF.js} +1 -1
  93. package/dist/{chunk-FNFLGAVD.js → chunk-5PSDYTOT.js} +1 -1
  94. package/dist/chunk-6AFXZYF5.js +127 -0
  95. package/dist/{chunk-Q7XNJJHM.js → chunk-6UW2BF2Z.js} +4 -4
  96. package/dist/{chunk-ENP5QA57.js → chunk-7MCVN25U.js} +1 -1
  97. package/dist/{chunk-EBNKK7UG.js → chunk-7XEWB4YU.js} +3 -3
  98. package/dist/{chunk-IEIBO5IZ.js → chunk-AIO2PFOS.js} +3 -3
  99. package/dist/{chunk-OX2HJIUS.js → chunk-CH44JMHK.js} +3 -9
  100. package/dist/{chunk-2IM7L64G.js → chunk-D6CIA7NA.js} +1 -1
  101. package/dist/{chunk-UM7DFJXF.js → chunk-EBDEMWL7.js} +4 -4
  102. package/dist/{chunk-QS5JV4ME.js → chunk-EOXY566V.js} +1 -1
  103. package/dist/{chunk-E2A556FA.js → chunk-FMNUFTYZ.js} +3 -3
  104. package/dist/{chunk-BOL3HK7H.js → chunk-GEYJZ3VZ.js} +1 -1
  105. package/dist/{chunk-TN3VIRQZ.js → chunk-GR4ZXUOX.js} +2 -2
  106. package/dist/{chunk-F35TAM7I.js → chunk-HABA5CYG.js} +2 -2
  107. package/dist/{chunk-2OHECU6B.js → chunk-LI2RM2EK.js} +1 -1
  108. package/dist/{chunk-6QFZJMC3.js → chunk-LIGWTMRQ.js} +2 -2
  109. package/dist/{chunk-U6IYZMNN.js → chunk-LSTGTYUX.js} +2 -2
  110. package/dist/{chunk-EC7OSNAK.js → chunk-LYTJ7OUI.js} +2 -2
  111. package/dist/{chunk-7ZNANBX5.js → chunk-NT6XKRT2.js} +2 -2
  112. package/dist/{chunk-W52DLG34.js → chunk-PSGKAJML.js} +2 -2
  113. package/dist/{chunk-YGOVG4X3.js → chunk-QBGX4KU2.js} +3 -9
  114. package/dist/{chunk-SLHMNCFU.js → chunk-QUEZJSCY.js} +2 -2
  115. package/dist/{chunk-ZWTMTEFG.js → chunk-RMXL2PC5.js} +14 -27
  116. package/dist/{chunk-RYBVVQUA.js → chunk-RPYDBKIG.js} +3 -3
  117. package/dist/{chunk-JAN7XPAP.js → chunk-RYROB3P6.js} +1 -1
  118. package/dist/{chunk-ZFMCRQ5C.js → chunk-S4LXTCFZ.js} +2 -2
  119. package/dist/{chunk-6PQWQGCX.js → chunk-SAHIPNPF.js} +3 -3
  120. package/dist/{chunk-TNKYUIG3.js → chunk-SUXNDVNP.js} +1 -1
  121. package/dist/{chunk-PWHVRELJ.js → chunk-T6MMAU6N.js} +2 -2
  122. package/dist/{chunk-N3Z3CYO7.js → chunk-UEHE2IY5.js} +1 -1
  123. package/dist/{chunk-V4SY4DCA.js → chunk-UQY26ITM.js} +1 -1
  124. package/dist/{chunk-TRGOUUKL.js → chunk-XXFIU5GK.js} +1 -1
  125. package/dist/{chunk-FUZDBWJ3.js → chunk-Y3VCNKJB.js} +1 -1
  126. package/dist/{chunk-OVLJGCG7.js → chunk-YZEDTLPG.js} +1 -1
  127. package/dist/index.css +1043 -652
  128. package/dist/index.d.ts +2 -0
  129. package/dist/index.js +56 -54
  130. package/dist/inputs/src/InputGroup.css +191 -191
  131. package/dist/inputs/src/InputGroup.js +1 -1
  132. package/dist/inputs/src/NumberField.css +231 -231
  133. package/dist/inputs/src/NumberField.d.ts +0 -4
  134. package/dist/inputs/src/NumberField.js +6 -6
  135. package/dist/inputs/src/PasswordField.css +219 -219
  136. package/dist/inputs/src/PasswordField.js +8 -8
  137. package/dist/inputs/src/SearchField.css +225 -225
  138. package/dist/inputs/src/SearchField.js +8 -8
  139. package/dist/inputs/src/TextArea.css +226 -226
  140. package/dist/inputs/src/TextArea.js +6 -6
  141. package/dist/inputs/src/TextField.css +224 -224
  142. package/dist/inputs/src/TextField.js +8 -8
  143. package/dist/inputs/src/index.css +273 -273
  144. package/dist/inputs/src/index.js +13 -13
  145. package/dist/overlays/Popover/src/Popover.css +1043 -652
  146. package/dist/overlays/Popover/src/Popover.js +56 -54
  147. package/dist/overlays/Popover/src/index.css +1043 -652
  148. package/dist/overlays/Popover/src/index.js +56 -54
  149. package/dist/radio/src/DecorativeRadio.css +286 -0
  150. package/dist/radio/src/DecorativeRadio.d.ts +18 -0
  151. package/dist/radio/src/DecorativeRadio.js +12 -0
  152. package/dist/radio/src/Radio.css +28 -31
  153. package/dist/radio/src/Radio.d.ts +1 -3
  154. package/dist/radio/src/Radio.js +2 -2
  155. package/dist/radio/src/RadioContext.d.ts +0 -2
  156. package/dist/radio/src/RadioField.css +15 -15
  157. package/dist/radio/src/RadioField.js +2 -2
  158. package/dist/radio/src/RadioGroup.css +255 -60
  159. package/dist/radio/src/RadioGroup.js +3 -3
  160. package/dist/radio/src/index.css +255 -60
  161. package/dist/radio/src/index.d.ts +1 -0
  162. package/dist/radio/src/index.js +9 -7
  163. package/dist/switch/src/Switch.css +25 -25
  164. package/dist/switch/src/Switch.js +2 -2
  165. package/dist/switch/src/SwitchField.css +15 -15
  166. package/dist/switch/src/SwitchField.js +1 -1
  167. package/dist/switch/src/index.css +31 -31
  168. package/dist/switch/src/index.js +3 -3
  169. package/dist/tag/src/Tag.css +323 -323
  170. package/dist/tag/src/Tag.js +5 -5
  171. package/dist/tag/src/TagGroup.css +22 -22
  172. package/dist/tag/src/TagGroup.js +2 -2
  173. package/dist/tag/src/index.css +336 -336
  174. package/dist/tag/src/index.js +8 -8
  175. package/dist/typography/Heading/src/Heading.css +9 -9
  176. package/dist/typography/Heading/src/Heading.js +1 -1
  177. package/dist/typography/Heading/src/index.css +9 -9
  178. package/dist/typography/Heading/src/index.js +1 -1
  179. package/dist/typography/Label/src/Label.css +3 -3
  180. package/dist/typography/Label/src/Label.js +1 -1
  181. package/dist/typography/Label/src/index.css +3 -3
  182. package/dist/typography/Label/src/index.js +1 -1
  183. package/dist/typography/OverlineText/src/OverlineText.css +6 -6
  184. package/dist/typography/OverlineText/src/OverlineText.js +1 -1
  185. package/dist/typography/OverlineText/src/index.css +6 -6
  186. package/dist/typography/OverlineText/src/index.js +1 -1
  187. package/dist/typography/Text/src/Text.css +9 -9
  188. package/dist/typography/Text/src/Text.js +1 -1
  189. package/dist/typography/Text/src/index.css +9 -9
  190. package/dist/typography/Text/src/index.js +1 -1
  191. package/dist/utils/src/types.d.ts +27 -3
  192. package/package.json +2 -2
@@ -1,16 +1,16 @@
1
- export { GlobalTagGroupCssSelector, _TagGroup as TagGroup } from '../../chunk-W52DLG34.js';
1
+ export { GlobalTagCssSelector, _Tag as Tag } from '../../chunk-52A7OS5J.js';
2
+ export { GlobalTagGroupCssSelector, _TagGroup as TagGroup } from '../../chunk-PSGKAJML.js';
3
+ export { TagContext } from '../../chunk-EWMWQ2MC.js';
2
4
  export { TagGroupContext } from '../../chunk-LCAS3YQV.js';
3
5
  export { GlobalTagListCssSelector, _TagList as TagList } from '../../chunk-WWRB4K4M.js';
4
6
  export { TagListContext } from '../../chunk-XLKYXKWE.js';
5
- export { GlobalTagCssSelector, _Tag as Tag } from '../../chunk-DOSVC2KD.js';
6
- export { TagContext } from '../../chunk-EWMWQ2MC.js';
7
- import '../../chunk-OVLJGCG7.js';
7
+ import '../../chunk-YZEDTLPG.js';
8
8
  import '../../chunk-DXVKHP4V.js';
9
- import '../../chunk-LG55WC5T.js';
9
+ import '../../chunk-4UOBMEPP.js';
10
10
  import '../../chunk-O7IJYNVQ.js';
11
- import '../../chunk-F35TAM7I.js';
12
- import '../../chunk-4ZYV2XLW.js';
13
11
  import '../../chunk-QCA3ZR56.js';
12
+ import '../../chunk-HABA5CYG.js';
13
+ import '../../chunk-4ZYV2XLW.js';
14
14
  import '../../chunk-TFVDF4YH.js';
15
15
  import '../../chunk-ZWU6DRRZ.js';
16
16
  import '../../chunk-65JPI4FL.js';
@@ -18,7 +18,7 @@ import '../../chunk-HZKFQ33E.js';
18
18
  import '../../chunk-DHVVYSLB.js';
19
19
  import '../../chunk-FAE27DLF.js';
20
20
  import '../../chunk-CQDLZ42T.js';
21
- import '../../chunk-QS5JV4ME.js';
21
+ import '../../chunk-EOXY566V.js';
22
22
  import '../../chunk-X6SER3TZ.js';
23
23
  import '../../chunk-HXI3MEEK.js';
24
24
  import '../../chunk-AES7QBQE.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___bHXtt {
2
+ .Heading-module__hop-Heading___3ueiS {
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___bHXtt) {
36
+ :where(.Heading-module__hop-Heading___3ueiS) {
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___rkqGG) {
43
+ :where(.Heading-module__hop-Heading--xs___5sgKJ) {
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___auPVY) {
49
+ :where(.Heading-module__hop-Heading--sm___06P1n) {
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___u5KdF) {
55
+ :where(.Heading-module__hop-Heading--md___nbkYZ) {
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___zzc1d) {
61
+ :where(.Heading-module__hop-Heading--lg___lSiFQ) {
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___5SCUd) {
67
+ :where(.Heading-module__hop-Heading--xl___df64W) {
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___hnCq3) {
73
+ :where(.Heading-module__hop-Heading--2xl___Vsuh7) {
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___aCZIQ) {
79
+ :where(.Heading-module__hop-Heading--3xl___PXstD) {
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-JAN7XPAP.js';
1
+ export { GlobalHeadingCssSelector, H1, H2, H3, H4, H5, H6, _Heading as Heading } from '../../../chunk-RYROB3P6.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___bHXtt {
2
+ .Heading-module__hop-Heading___3ueiS {
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___bHXtt) {
36
+ :where(.Heading-module__hop-Heading___3ueiS) {
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___rkqGG) {
43
+ :where(.Heading-module__hop-Heading--xs___5sgKJ) {
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___auPVY) {
49
+ :where(.Heading-module__hop-Heading--sm___06P1n) {
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___u5KdF) {
55
+ :where(.Heading-module__hop-Heading--md___nbkYZ) {
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___zzc1d) {
61
+ :where(.Heading-module__hop-Heading--lg___lSiFQ) {
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___5SCUd) {
67
+ :where(.Heading-module__hop-Heading--xl___df64W) {
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___hnCq3) {
73
+ :where(.Heading-module__hop-Heading--2xl___Vsuh7) {
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___aCZIQ) {
79
+ :where(.Heading-module__hop-Heading--3xl___PXstD) {
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-JAN7XPAP.js';
1
+ export { GlobalHeadingCssSelector, H1, H2, H3, H4, H5, H6, _Heading as Heading } from '../../../chunk-RYROB3P6.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___nfV-B {
2
+ .Label-module__hop-Label___2KiCn {
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___nfV-B) {
9
+ :where(.Label-module__hop-Label___2KiCn) {
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___mNdrU) {
16
+ :where(.Label-module__hop-Label__indicator___J9HRI) {
17
17
  padding-inline-start: var(--hop-space-20);
18
18
  }
@@ -1,4 +1,4 @@
1
- export { GlobalLabelCssSelector, _Label as Label } from '../../../chunk-2OHECU6B.js';
1
+ export { GlobalLabelCssSelector, _Label as Label } from '../../../chunk-LI2RM2EK.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___nfV-B {
2
+ .Label-module__hop-Label___2KiCn {
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___nfV-B) {
9
+ :where(.Label-module__hop-Label___2KiCn) {
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___mNdrU) {
16
+ :where(.Label-module__hop-Label__indicator___J9HRI) {
17
17
  padding-inline-start: var(--hop-space-20);
18
18
  }
@@ -1,4 +1,4 @@
1
- export { GlobalLabelCssSelector, _Label as Label } from '../../../chunk-2OHECU6B.js';
1
+ export { GlobalLabelCssSelector, _Label as Label } from '../../../chunk-LI2RM2EK.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___AJQ9B) {
2
+ :where(.OverlineText-module__hop-OverlineText___oBnEM) {
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___2R69Q {
26
+ .OverlineText-module__hop-OverlineText__text___d4kYK {
27
27
  box-sizing: border-box;
28
28
  }
29
- .OverlineText-module__hop-OverlineText__text___2R69Q::before,
30
- .OverlineText-module__hop-OverlineText__text___2R69Q::after {
29
+ .OverlineText-module__hop-OverlineText__text___d4kYK::before,
30
+ .OverlineText-module__hop-OverlineText__text___d4kYK::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___2R69Q::before {
37
+ .OverlineText-module__hop-OverlineText__text___d4kYK::before {
38
38
  margin-block-end: var(--bottom-offset);
39
39
  }
40
- .OverlineText-module__hop-OverlineText__text___2R69Q::after {
40
+ .OverlineText-module__hop-OverlineText__text___d4kYK::after {
41
41
  margin-block-start: var(--top-offset);
42
42
  }
@@ -1,4 +1,4 @@
1
- export { GlobalOverlineTextCssSelector, _OverlineText as OverlineText } from '../../../chunk-TRGOUUKL.js';
1
+ export { GlobalOverlineTextCssSelector, _OverlineText as OverlineText } from '../../../chunk-XXFIU5GK.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___AJQ9B) {
2
+ :where(.OverlineText-module__hop-OverlineText___oBnEM) {
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___2R69Q {
26
+ .OverlineText-module__hop-OverlineText__text___d4kYK {
27
27
  box-sizing: border-box;
28
28
  }
29
- .OverlineText-module__hop-OverlineText__text___2R69Q::before,
30
- .OverlineText-module__hop-OverlineText__text___2R69Q::after {
29
+ .OverlineText-module__hop-OverlineText__text___d4kYK::before,
30
+ .OverlineText-module__hop-OverlineText__text___d4kYK::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___2R69Q::before {
37
+ .OverlineText-module__hop-OverlineText__text___d4kYK::before {
38
38
  margin-block-end: var(--bottom-offset);
39
39
  }
40
- .OverlineText-module__hop-OverlineText__text___2R69Q::after {
40
+ .OverlineText-module__hop-OverlineText__text___d4kYK::after {
41
41
  margin-block-start: var(--top-offset);
42
42
  }
@@ -1,4 +1,4 @@
1
- export { GlobalOverlineTextCssSelector, _OverlineText as OverlineText } from '../../../chunk-TRGOUUKL.js';
1
+ export { GlobalOverlineTextCssSelector, _OverlineText as OverlineText } from '../../../chunk-XXFIU5GK.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___i-wip {
2
+ .Text-module__hop-Text___zzXwC {
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___i-wip) {
32
+ :where(.Text-module__hop-Text___zzXwC) {
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___OgrlM) {
38
+ :where(.Text-module__hop-Text--xs___-rtMy) {
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___VG8kM) {
44
+ :where(.Text-module__hop-Text--sm___CYq6o) {
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___Y1jRC) {
50
+ :where(.Text-module__hop-Text--md___5KoYO) {
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___P2gHm) {
56
+ :where(.Text-module__hop-Text--lg___0FmIQ) {
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___uu4Y6) {
62
+ :where(.Text-module__hop-Text--xl___IPvZw) {
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___kr5Vw) {
68
+ :where(.Text-module__hop-Text--2xl___OAtMe) {
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___enYNN) {
74
+ :where(.Text-module__hop-Text--inherit___otJaa) {
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-QS5JV4ME.js';
1
+ export { GlobalTextCssSelector, _Text as Text } from '../../../chunk-EOXY566V.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___i-wip {
2
+ .Text-module__hop-Text___zzXwC {
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___i-wip) {
32
+ :where(.Text-module__hop-Text___zzXwC) {
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___OgrlM) {
38
+ :where(.Text-module__hop-Text--xs___-rtMy) {
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___VG8kM) {
44
+ :where(.Text-module__hop-Text--sm___CYq6o) {
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___Y1jRC) {
50
+ :where(.Text-module__hop-Text--md___5KoYO) {
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___P2gHm) {
56
+ :where(.Text-module__hop-Text--lg___0FmIQ) {
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___uu4Y6) {
62
+ :where(.Text-module__hop-Text--xl___IPvZw) {
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___kr5Vw) {
68
+ :where(.Text-module__hop-Text--2xl___OAtMe) {
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___enYNN) {
74
+ :where(.Text-module__hop-Text--inherit___otJaa) {
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-QS5JV4ME.js';
1
+ export { GlobalTextCssSelector, _Text as Text } from '../../../chunk-EOXY566V.js';
2
2
  export { TextContext } from '../../../chunk-X6SER3TZ.js';
3
3
  import '../../../chunk-HXI3MEEK.js';
4
4
  import '../../../chunk-M36KANKC.js';
@@ -42,17 +42,41 @@ interface BaseComponentProps extends DOMProps, AriaLabelingProps, SlotProps {
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
  /**
45
- * @ignore
45
+ * Whether or not the component is currently pressed.
46
46
  */
47
47
  isPressed?: boolean;
48
48
  /**
49
- * @ignore
49
+ * Whether or not the component is currently focused.
50
50
  */
51
51
  isFocused?: boolean;
52
52
  /**
53
- * @ignore
53
+ * Whether or not the component is currently focus visible.
54
+ */
55
+ isFocusVisible?: boolean;
56
+ /**
57
+ * Whether or not the component is currently hovered.
54
58
  */
55
59
  isHovered?: boolean;
60
+ /**
61
+ * Whether or not the component is currently selected.
62
+ */
63
+ isSelected?: boolean;
64
+ /**
65
+ * Whether or not the component is currently disabled.
66
+ */
67
+ isDisabled?: boolean;
68
+ /**
69
+ * Whether or not the component is currently read-only.
70
+ */
71
+ isReadOnly?: boolean;
72
+ /**
73
+ * Whether or not the component is currently invalid.
74
+ */
75
+ isInvalid?: boolean;
76
+ /**
77
+ * Whether or not the component is currently required.
78
+ */
79
+ isRequired?: boolean;
56
80
  }
57
81
 
58
82
  export type { BaseComponentProps, 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.3",
4
+ "version": "1.3.5",
5
5
  "description": "The components package.",
6
6
  "license": "Apache-2.0",
7
7
  "repository": {
@@ -77,7 +77,7 @@
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.0"
80
+ "@hopper-ui/styled-system": "2.3.1"
81
81
  },
82
82
  "scripts": {
83
83
  "dev": "tsup --config ./tsup.dev.ts",