@hopper-ui/components 1.0.0 → 1.0.2

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 (91) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/dist/IconList/src/IconList.css +1 -1
  3. package/dist/IconList/src/IconList.js +1 -1
  4. package/dist/IconList/src/index.css +1 -1
  5. package/dist/IconList/src/index.js +1 -1
  6. package/dist/Label/src/Label.css +9 -9
  7. package/dist/Label/src/Label.js +1 -1
  8. package/dist/Label/src/index.css +9 -9
  9. package/dist/Label/src/index.js +1 -1
  10. package/dist/Link/src/Link.css +31 -31
  11. package/dist/Link/src/Link.js +2 -2
  12. package/dist/Link/src/index.css +31 -31
  13. package/dist/Link/src/index.js +2 -2
  14. package/dist/Spinner/src/Spinner.css +19 -19
  15. package/dist/Spinner/src/Spinner.js +2 -2
  16. package/dist/Spinner/src/index.css +19 -19
  17. package/dist/Spinner/src/index.js +2 -2
  18. package/dist/Text/src/Text.css +9 -9
  19. package/dist/Text/src/Text.js +1 -1
  20. package/dist/Text/src/index.css +9 -9
  21. package/dist/Text/src/index.js +1 -1
  22. package/dist/buttons/src/Button.css +103 -103
  23. package/dist/buttons/src/Button.js +5 -5
  24. package/dist/buttons/src/ButtonContext.d.ts +1 -1
  25. package/dist/buttons/src/ButtonGroup.css +11 -11
  26. package/dist/buttons/src/ButtonGroup.js +1 -1
  27. package/dist/buttons/src/ClearButton.css +66 -0
  28. package/dist/buttons/src/ClearButton.d.ts +15 -0
  29. package/dist/buttons/src/ClearButton.js +6 -0
  30. package/dist/buttons/src/ClearButtonContext.d.ts +8 -0
  31. package/dist/buttons/src/ClearButtonContext.js +2 -0
  32. package/dist/buttons/src/index.css +170 -103
  33. package/dist/buttons/src/index.d.ts +2 -0
  34. package/dist/buttons/src/index.js +7 -5
  35. package/dist/checkbox/src/Checkbox.css +33 -33
  36. package/dist/checkbox/src/Checkbox.js +2 -2
  37. package/dist/checkbox/src/CheckboxField.css +15 -15
  38. package/dist/checkbox/src/CheckboxField.js +2 -2
  39. package/dist/checkbox/src/CheckboxGroup.css +68 -68
  40. package/dist/checkbox/src/CheckboxGroup.js +2 -2
  41. package/dist/checkbox/src/index.css +68 -68
  42. package/dist/checkbox/src/index.js +5 -5
  43. package/dist/chip/src/Chip.css +33 -33
  44. package/dist/chip/src/Chip.js +2 -2
  45. package/dist/chip/src/index.css +33 -33
  46. package/dist/chip/src/index.js +2 -2
  47. package/dist/{chunk-M6UHXS6K.js → chunk-2NABNL6G.js} +1 -1
  48. package/dist/{chunk-JHY3TXL4.js → chunk-6JSCWDLJ.js} +2 -2
  49. package/dist/{chunk-ME3RBGOT.js → chunk-CK42RJLK.js} +2 -2
  50. package/dist/chunk-DBTHMTO4.js +56 -0
  51. package/dist/chunk-DXVKHP4V.js +7 -0
  52. package/dist/{chunk-B7WS4DBA.js → chunk-FAXZNX63.js} +2 -2
  53. package/dist/{chunk-MD6IFXLG.js → chunk-FJ4WILCG.js} +2 -2
  54. package/dist/{chunk-GXKSX5N5.js → chunk-GYK77A5U.js} +2 -2
  55. package/dist/{chunk-OHPGEHL3.js → chunk-IYQZFIWZ.js} +2 -2
  56. package/dist/{chunk-4AARNXWE.js → chunk-LKE4VXIP.js} +2 -2
  57. package/dist/{chunk-BPM4ETTB.js → chunk-LL2FMAAO.js} +2 -0
  58. package/dist/{chunk-HVRSS5RT.js → chunk-M67A5LAA.js} +4 -4
  59. package/dist/{chunk-ZQEB3Y3X.js → chunk-MICIYADH.js} +1 -1
  60. package/dist/{chunk-5KJ5IKUE.js → chunk-N2QZWPQF.js} +2 -2
  61. package/dist/{chunk-IYITZANI.js → chunk-NUUG5PFN.js} +1 -1
  62. package/dist/{chunk-YWUIJ6ZQ.js → chunk-O2WSE3EM.js} +2 -2
  63. package/dist/{chunk-DFUQTSEV.js → chunk-RLIG2IHH.js} +2 -2
  64. package/dist/{chunk-7ELZ57E5.js → chunk-S67EVV3J.js} +2 -2
  65. package/dist/{chunk-VIHBOZVN.js → chunk-TOCGJB3X.js} +2 -2
  66. package/dist/{chunk-I7AMDVGG.js → chunk-XTRE6FPK.js} +2 -2
  67. package/dist/errorMessage/src/ErrorMessage.css +11 -11
  68. package/dist/errorMessage/src/ErrorMessage.js +2 -2
  69. package/dist/errorMessage/src/index.css +11 -11
  70. package/dist/errorMessage/src/index.js +2 -2
  71. package/dist/helperMessage/src/HelperMessage.css +11 -11
  72. package/dist/helperMessage/src/HelperMessage.js +2 -2
  73. package/dist/helperMessage/src/index.css +11 -11
  74. package/dist/helperMessage/src/index.js +2 -2
  75. package/dist/i18n/src/index.js +1 -1
  76. package/dist/i18n/src/useLocalizedString.js +1 -1
  77. package/dist/radio/src/Radio.css +30 -30
  78. package/dist/radio/src/Radio.js +2 -2
  79. package/dist/radio/src/RadioField.css +15 -15
  80. package/dist/radio/src/RadioField.js +2 -2
  81. package/dist/radio/src/RadioGroup.css +65 -65
  82. package/dist/radio/src/RadioGroup.js +2 -2
  83. package/dist/radio/src/index.css +65 -65
  84. package/dist/radio/src/index.js +5 -5
  85. package/dist/switch/src/Switch.css +25 -25
  86. package/dist/switch/src/Switch.js +2 -2
  87. package/dist/switch/src/SwitchField.css +15 -15
  88. package/dist/switch/src/SwitchField.js +2 -2
  89. package/dist/switch/src/index.css +31 -31
  90. package/dist/switch/src/index.js +4 -4
  91. package/package.json +2 -2
@@ -1,7 +1,7 @@
1
+ import { RadioContext } from './chunk-FU5CCPLP.js';
1
2
  import { RadioFieldContext } from './chunk-DGLAGYBD.js';
2
3
  import { RadioGroupContext } from './chunk-5MBJWRZD.js';
3
4
  import { RadioListContext } from './chunk-A7TZHALP.js';
4
- import { RadioContext } from './chunk-FU5CCPLP.js';
5
5
  import { ErrorMessageContext } from './chunk-ACVMW6YD.js';
6
6
  import { HelperMessageContext } from './chunk-ESVVLTEN.js';
7
7
  import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
@@ -14,7 +14,7 @@ import { useContextProps, composeRenderProps, RadioGroup as RadioGroup$1 } from
14
14
  import { jsx } from 'react/jsx-runtime';
15
15
 
16
16
  // css-module:./RadioGroup.module.css#css-module
17
- var RadioGroup_module_default = { "hop-RadioGroup": "RadioGroup-module__hop-RadioGroup___T9TtY", "hop-RadioGroup--bordered": "RadioGroup-module__hop-RadioGroup--bordered___YceTZ", "hop-RadioGroup--sm": "RadioGroup-module__hop-RadioGroup--sm___EXu0Q", "hop-RadioGroup--md": "RadioGroup-module__hop-RadioGroup--md___xNRU8", "hop-RadioGroup__label": "RadioGroup-module__hop-RadioGroup__label___eybbP", "hop-RadioGroup__list": "RadioGroup-module__hop-RadioGroup__list___kk0V7", "hop-RadioGroup__radio": "RadioGroup-module__hop-RadioGroup__radio___rf-mr", "hop-RadioGroup__error-message": "RadioGroup-module__hop-RadioGroup__error-message___wj9r4", "hop-RadioGroup__helper-message": "RadioGroup-module__hop-RadioGroup__helper-message___vyN6b" };
17
+ var RadioGroup_module_default = { "hop-RadioGroup": "RadioGroup-module__hop-RadioGroup___cl4y9", "hop-RadioGroup--bordered": "RadioGroup-module__hop-RadioGroup--bordered___N-fHX", "hop-RadioGroup--sm": "RadioGroup-module__hop-RadioGroup--sm___rsFPx", "hop-RadioGroup--md": "RadioGroup-module__hop-RadioGroup--md___LYlXf", "hop-RadioGroup__label": "RadioGroup-module__hop-RadioGroup__label___Z8qTD", "hop-RadioGroup__list": "RadioGroup-module__hop-RadioGroup__list___3JqVr", "hop-RadioGroup__radio": "RadioGroup-module__hop-RadioGroup__radio___sDWcN", "hop-RadioGroup__error-message": "RadioGroup-module__hop-RadioGroup__error-message___T8SFT", "hop-RadioGroup__helper-message": "RadioGroup-module__hop-RadioGroup__helper-message___2GkK8" };
18
18
  var GlobalRadioGroupCssSelector = "hop-RadioGroup";
19
19
  function RadioGroup(props, ref) {
20
20
  var _a, _b;
@@ -6,6 +6,7 @@ var require_en_US = __commonJS({
6
6
  "src/i18n/intl/en-US.json"(exports, module) {
7
7
  module.exports = {
8
8
  "Button.spinnerAriaLabel": `Loading`,
9
+ "ClearButton.clearAriaLabel": `Clear`,
9
10
  "Input.charactersLeft": (args, formatter) => `${formatter.plural(args.charLeft, { "=0": `No characters left`, one: () => `${formatter.number(args.charLeft)} character left`, other: () => `${formatter.number(args.charLeft)} characters left` })}.`
10
11
  };
11
12
  }
@@ -16,6 +17,7 @@ var require_fr_CA = __commonJS({
16
17
  "src/i18n/intl/fr-CA.json"(exports, module) {
17
18
  module.exports = {
18
19
  "Button.spinnerAriaLabel": `Chargement en cours`,
20
+ "ClearButton.clearAriaLabel": `Effacer`,
19
21
  "Input.charactersLeft": (args, formatter) => `${formatter.plural(args.charLeft, { "=0": `Aucun caract\xE8re restant`, one: () => `${formatter.number(args.charLeft)} caract\xE8re restant`, other: () => `${formatter.number(args.charLeft)} caract\xE8res restants` })}.`
20
22
  };
21
23
  }
@@ -1,11 +1,11 @@
1
1
  import { useSlot } from './chunk-H5YTU3U7.js';
2
- import { useLocalizedString } from './chunk-BPM4ETTB.js';
3
2
  import { useRenderProps } from './chunk-NH3IVMXB.js';
4
3
  import { ButtonContext } from './chunk-WMTWFKKP.js';
4
+ import { useLocalizedString } from './chunk-LL2FMAAO.js';
5
5
  import { isTextOnlyChildren } from './chunk-ZWU6DRRZ.js';
6
- import { _Spinner } from './chunk-DFUQTSEV.js';
6
+ import { _Spinner } from './chunk-RLIG2IHH.js';
7
7
  import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
8
- import { _Text } from './chunk-M6UHXS6K.js';
8
+ import { _Text } from './chunk-2NABNL6G.js';
9
9
  import { TextContext } from './chunk-OE5BLFZI.js';
10
10
  import { SlotProvider } from './chunk-M36KANKC.js';
11
11
  import { IconListContext } from './chunk-DHVVYSLB.js';
@@ -19,7 +19,7 @@ import { useContextProps, ButtonContext as ButtonContext$1, composeRenderProps,
19
19
  import { jsx, jsxs } from 'react/jsx-runtime';
20
20
 
21
21
  // css-module:./Button.module.css#css-module
22
- var Button_module_default = { "hop-Button": "Button-module__hop-Button___cJ-uA", "hop-Button--icon-only": "Button-module__hop-Button--icon-only___ZlRhs", "hop-Button--fluid": "Button-module__hop-Button--fluid___8QjEJ", "hop-Button--sm": "Button-module__hop-Button--sm___bUHes", "hop-Button--primary": "Button-module__hop-Button--primary___2PGPX", "hop-Button--md": "Button-module__hop-Button--md___-ftkr", "hop-Button--secondary": "Button-module__hop-Button--secondary___eHbc0", "hop-Button--upsell": "Button-module__hop-Button--upsell___P5EbP", "hop-Button--danger": "Button-module__hop-Button--danger___-gnFY", "hop-Button--ghost-danger": "Button-module__hop-Button--ghost-danger___aL9kX", "hop-Button--ghost-secondary": "Button-module__hop-Button--ghost-secondary___zpfVo", "hop-Button--ghost-primary": "Button-module__hop-Button--ghost-primary___fFsQn", "hop-Button__Spinner": "Button-module__hop-Button__Spinner___oFd2F", "hop-Button__icon": "Button-module__hop-Button__icon___V-Xu7", "hop-Button__icon-list": "Button-module__hop-Button__icon-list___QbCfg", "hop-Button__text": "Button-module__hop-Button__text___d4ZlX", "hop-Button__end-icon": "Button-module__hop-Button__end-icon___bIHjn", "hop-Button__end-icon-list": "Button-module__hop-Button__end-icon-list___hpAvJ" };
22
+ var Button_module_default = { "hop-Button": "Button-module__hop-Button___Cgrjd", "hop-Button--icon-only": "Button-module__hop-Button--icon-only___RLlwJ", "hop-Button--fluid": "Button-module__hop-Button--fluid___fo6dc", "hop-Button--sm": "Button-module__hop-Button--sm___yDu3M", "hop-Button--primary": "Button-module__hop-Button--primary___DZGNR", "hop-Button--md": "Button-module__hop-Button--md___-sIpE", "hop-Button--secondary": "Button-module__hop-Button--secondary___zf0Z2", "hop-Button--upsell": "Button-module__hop-Button--upsell___ngWeQ", "hop-Button--danger": "Button-module__hop-Button--danger___ZhmVr", "hop-Button--ghost-danger": "Button-module__hop-Button--ghost-danger___il--b", "hop-Button--ghost-secondary": "Button-module__hop-Button--ghost-secondary___CE39F", "hop-Button--ghost-primary": "Button-module__hop-Button--ghost-primary___tHGPW", "hop-Button__Spinner": "Button-module__hop-Button__Spinner___1N6T2", "hop-Button__icon": "Button-module__hop-Button__icon___hJzzP", "hop-Button__icon-list": "Button-module__hop-Button__icon-list___G-AhQ", "hop-Button__text": "Button-module__hop-Button__text___jCowV", "hop-Button__end-icon": "Button-module__hop-Button__end-icon___BjrCe", "hop-Button__end-icon-list": "Button-module__hop-Button__end-icon-list___I5u2J" };
23
23
  var GlobalButtonCssSelector = "hop-Button";
24
24
  var additionalButtonHTMLAttributes = /* @__PURE__ */ new Set(["form", "formAction", "formEncType", "formMethod", "formNoValidate", "formTarget", "name", "value"]);
25
25
  function useSimulatedRACButton(props, ref) {
@@ -8,7 +8,7 @@ import { useContextProps } from 'react-aria-components';
8
8
  import { jsx } from 'react/jsx-runtime';
9
9
 
10
10
  // css-module:./IconList.module.css#css-module
11
- var IconList_module_default = { "hop-IconList": "IconList-module__hop-IconList___eJ4Sl" };
11
+ var IconList_module_default = { "hop-IconList": "IconList-module__hop-IconList___FMF13" };
12
12
  var GlobalIconListCssSelector = "hop-IconList";
13
13
  function IconList(props, ref) {
14
14
  [props, ref] = useContextProps(props, ref, IconListContext);
@@ -1,6 +1,6 @@
1
1
  import { ErrorMessageContext } from './chunk-ACVMW6YD.js';
2
2
  import { useRenderProps } from './chunk-NH3IVMXB.js';
3
- import { _Text } from './chunk-M6UHXS6K.js';
3
+ import { _Text } from './chunk-2NABNL6G.js';
4
4
  import { cssModule } from './chunk-KVDXQMWI.js';
5
5
  import { WarningIcon } from '@hopper-ui/icons';
6
6
  import { useStyledSystem } from '@hopper-ui/styled-system';
@@ -10,7 +10,7 @@ import { FieldErrorContext, useContextProps } from 'react-aria-components';
10
10
  import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
11
11
 
12
12
  // css-module:./ErrorMessage.module.css#css-module
13
- var ErrorMessage_module_default = { "hop-ErrorMessage": "ErrorMessage-module__hop-ErrorMessage___ByQ5V", "hop-ErrorMessage__icon": "ErrorMessage-module__hop-ErrorMessage__icon___Z0oW9" };
13
+ var ErrorMessage_module_default = { "hop-ErrorMessage": "ErrorMessage-module__hop-ErrorMessage___4wQIZ", "hop-ErrorMessage__icon": "ErrorMessage-module__hop-ErrorMessage__icon___NMFMY" };
14
14
  var GlobalErrorMessageCssSelector = "hop-ErrorMessage";
15
15
  function ErrorMessage(props, ref) {
16
16
  const validation = useContext(FieldErrorContext);
@@ -7,7 +7,7 @@ import { useContextProps, Label as Label$1 } from 'react-aria-components';
7
7
  import { jsx } from 'react/jsx-runtime';
8
8
 
9
9
  // css-module:./Label.module.css#css-module
10
- var Label_module_default = { "hop-Label": "Label-module__hop-Label___sZV4v", "hop-Label--xs": "Label-module__hop-Label--xs___7Flvr", "hop-Label--sm": "Label-module__hop-Label--sm___q7-gY", "hop-Label--md": "Label-module__hop-Label--md___ZxMc1", "hop-Label--lg": "Label-module__hop-Label--lg___qnzoz", "hop-Label--xl": "Label-module__hop-Label--xl___3pCXT", "hop-Label--2xl": "Label-module__hop-Label--2xl___CuLU9", "hop-Label--inherit": "Label-module__hop-Label--inherit___pCJ8C" };
10
+ var Label_module_default = { "hop-Label": "Label-module__hop-Label___4iUGB", "hop-Label--xs": "Label-module__hop-Label--xs___l8KEJ", "hop-Label--sm": "Label-module__hop-Label--sm___GfRWh", "hop-Label--md": "Label-module__hop-Label--md___f0lW2", "hop-Label--lg": "Label-module__hop-Label--lg___yXjpJ", "hop-Label--xl": "Label-module__hop-Label--xl___W-yC3", "hop-Label--2xl": "Label-module__hop-Label--2xl___1sGVW", "hop-Label--inherit": "Label-module__hop-Label--inherit___Hgnll" };
11
11
  var GlobalLabelCssSelector = "hop-Label";
12
12
  function Label(props, ref) {
13
13
  var _a;
@@ -1,5 +1,5 @@
1
- import { SwitchFieldContext } from './chunk-H7VJS4MX.js';
2
1
  import { SwitchContext } from './chunk-YHBJAXUY.js';
2
+ import { SwitchFieldContext } from './chunk-H7VJS4MX.js';
3
3
  import { TextContext } from './chunk-OE5BLFZI.js';
4
4
  import { SlotProvider } from './chunk-M36KANKC.js';
5
5
  import { cssModule } from './chunk-KVDXQMWI.js';
@@ -11,7 +11,7 @@ import { useContextProps } from 'react-aria-components';
11
11
  import { jsx } from 'react/jsx-runtime';
12
12
 
13
13
  // css-module:./SwitchField.module.css#css-module
14
- var SwitchField_module_default = { "hop-SwitchField": "SwitchField-module__hop-SwitchField___REZnn", "hop-SwitchField--sm": "SwitchField-module__hop-SwitchField--sm___zhYuQ", "hop-SwitchField--md": "SwitchField-module__hop-SwitchField--md___rcmWy", "hop-SwitchField__description": "SwitchField-module__hop-SwitchField__description___N9E47", "hop-SwitchField__switch": "SwitchField-module__hop-SwitchField__switch___znvte" };
14
+ var SwitchField_module_default = { "hop-SwitchField": "SwitchField-module__hop-SwitchField___ck41E", "hop-SwitchField--sm": "SwitchField-module__hop-SwitchField--sm___dILhI", "hop-SwitchField--md": "SwitchField-module__hop-SwitchField--md___MOhwH", "hop-SwitchField__description": "SwitchField-module__hop-SwitchField__description___kfrvM", "hop-SwitchField__switch": "SwitchField-module__hop-SwitchField__switch___VdzcG" };
15
15
  var GlobalSwitchFieldCssSelector = "hop-SwitchField";
16
16
  var SwitchToDescriptionSizeAdapter = {
17
17
  sm: "xs",
@@ -1,6 +1,6 @@
1
1
  import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
2
2
  import { SpinnerContext } from './chunk-4ZYV2XLW.js';
3
- import { _Label } from './chunk-IYITZANI.js';
3
+ import { _Label } from './chunk-NUUG5PFN.js';
4
4
  import { cssModule } from './chunk-KVDXQMWI.js';
5
5
  import { useStyledSystem, useResponsiveValue } from '@hopper-ui/styled-system';
6
6
  import { forwardRef } from 'react';
@@ -8,7 +8,7 @@ import { useContextProps, ProgressBar } from 'react-aria-components';
8
8
  import { jsx, jsxs } from 'react/jsx-runtime';
9
9
 
10
10
  // css-module:./Spinner.module.css#css-module
11
- var Spinner_module_default = { "hop-Spinner": "Spinner-module__hop-Spinner___dv6Mx", "spin": "Spinner-module__spin___JyBzF", "hop-Spinner--sm": "Spinner-module__hop-Spinner--sm___UMVNX", "hop-Spinner--md": "Spinner-module__hop-Spinner--md___CkJxN", "hop-Spinner--lg": "Spinner-module__hop-Spinner--lg___Evi6W", "hop-Spinner__track": "Spinner-module__hop-Spinner__track___GfTjA", "hop-Spinner__fill": "Spinner-module__hop-Spinner__fill___v2YK9", "hop-Spinner__label": "Spinner-module__hop-Spinner__label___pDhxi" };
11
+ var Spinner_module_default = { "hop-Spinner": "Spinner-module__hop-Spinner___3AJ1T", "spin": "Spinner-module__spin___vO58Y", "hop-Spinner--sm": "Spinner-module__hop-Spinner--sm___zyI-F", "hop-Spinner--md": "Spinner-module__hop-Spinner--md___NNX0u", "hop-Spinner--lg": "Spinner-module__hop-Spinner--lg___3ctxV", "hop-Spinner__track": "Spinner-module__hop-Spinner__track___pSjYM", "hop-Spinner__fill": "Spinner-module__hop-Spinner__fill___7JLY4", "hop-Spinner__label": "Spinner-module__hop-Spinner__label___dCGQD" };
12
12
  var GlobalSpinnerCssSelector = "hop-Spinner";
13
13
  var SpinnerToLabelSizeAdapter = {
14
14
  sm: "xs",
@@ -1,7 +1,7 @@
1
1
  import { CheckboxContext } from './chunk-2EAZPH3M.js';
2
2
  import { isTextOnlyChildren } from './chunk-ZWU6DRRZ.js';
3
3
  import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
4
- import { _Text } from './chunk-M6UHXS6K.js';
4
+ import { _Text } from './chunk-2NABNL6G.js';
5
5
  import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
6
6
  import { TextContext } from './chunk-OE5BLFZI.js';
7
7
  import { SlotProvider } from './chunk-M36KANKC.js';
@@ -14,7 +14,7 @@ import { useContextProps, composeRenderProps, Checkbox as Checkbox$1 } from 'rea
14
14
  import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
15
15
 
16
16
  // css-module:./Checkbox.module.css#css-module
17
- var Checkbox_module_default = { "hop-Checkbox": "Checkbox-module__hop-Checkbox___ep2Zx", "hop-Checkbox--sm": "Checkbox-module__hop-Checkbox--sm___B7Muq", "hop-Checkbox--md": "Checkbox-module__hop-Checkbox--md___yGTCh", "hop-Checkbox__icon": "Checkbox-module__hop-Checkbox__icon___lVhXJ", "hop-Checkbox__icon-list": "Checkbox-module__hop-Checkbox__icon-list___PvKOF", "hop-Checkbox__box": "Checkbox-module__hop-Checkbox__box___xJAKj", "hop-Checkbox__check": "Checkbox-module__hop-Checkbox__check___DmYlq", "hop-Checkbox__text": "Checkbox-module__hop-Checkbox__text___voh3D" };
17
+ var Checkbox_module_default = { "hop-Checkbox": "Checkbox-module__hop-Checkbox___-3BZs", "hop-Checkbox--sm": "Checkbox-module__hop-Checkbox--sm___nlnrS", "hop-Checkbox--md": "Checkbox-module__hop-Checkbox--md___1BQsT", "hop-Checkbox__icon": "Checkbox-module__hop-Checkbox__icon___fh6xf", "hop-Checkbox__icon-list": "Checkbox-module__hop-Checkbox__icon-list___9np4d", "hop-Checkbox__box": "Checkbox-module__hop-Checkbox__box___FmxLy", "hop-Checkbox__check": "Checkbox-module__hop-Checkbox__check___qBESR", "hop-Checkbox__text": "Checkbox-module__hop-Checkbox__text___q-LsP" };
18
18
  var GlobalCheckboxCssSelector = "hop-Checkbox";
19
19
  function Checkbox(props, ref) {
20
20
  var _a;
@@ -1,7 +1,7 @@
1
1
  import { RadioContext } from './chunk-FU5CCPLP.js';
2
2
  import { isTextOnlyChildren } from './chunk-ZWU6DRRZ.js';
3
3
  import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
4
- import { _Text } from './chunk-M6UHXS6K.js';
4
+ import { _Text } from './chunk-2NABNL6G.js';
5
5
  import { ClearContainerSlots } from './chunk-HXI3MEEK.js';
6
6
  import { TextContext } from './chunk-OE5BLFZI.js';
7
7
  import { SlotProvider } from './chunk-M36KANKC.js';
@@ -14,7 +14,7 @@ import { useContextProps, composeRenderProps, Radio as Radio$1 } from 'react-ari
14
14
  import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
15
15
 
16
16
  // css-module:./Radio.module.css#css-module
17
- var Radio_module_default = { "hop-Radio": "Radio-module__hop-Radio___ixqBm", "hop-Radio--sm": "Radio-module__hop-Radio--sm___G0-gW", "hop-Radio--md": "Radio-module__hop-Radio--md___xRFTQ", "hop-Radio__icon": "Radio-module__hop-Radio__icon___wXYjp", "hop-Radio__icon-list": "Radio-module__hop-Radio__icon-list___VqAkj", "hop-Radio__box": "Radio-module__hop-Radio__box___LvVYK", "hop-Radio__bullet": "Radio-module__hop-Radio__bullet___7Sv97", "hop-Radio__text": "Radio-module__hop-Radio__text___FcEZE" };
17
+ var Radio_module_default = { "hop-Radio": "Radio-module__hop-Radio___KeQFF", "hop-Radio--sm": "Radio-module__hop-Radio--sm___xNoEO", "hop-Radio--md": "Radio-module__hop-Radio--md___rSoSn", "hop-Radio__icon": "Radio-module__hop-Radio__icon___XCZ3l", "hop-Radio__icon-list": "Radio-module__hop-Radio__icon-list___lW4kr", "hop-Radio__box": "Radio-module__hop-Radio__box___JCJnm", "hop-Radio__bullet": "Radio-module__hop-Radio__bullet___l8YS4", "hop-Radio__text": "Radio-module__hop-Radio__text___2SosI" };
18
18
  var GlobalRadioCssSelector = "hop-Radio";
19
19
  function Radio(props, ref) {
20
20
  var _a;
@@ -1,7 +1,7 @@
1
1
  import { isTextOnlyChildren } from './chunk-ZWU6DRRZ.js';
2
2
  import { LinkContext } from './chunk-4VVNSXIB.js';
3
3
  import { composeClassnameRenderProps } from './chunk-65JPI4FL.js';
4
- import { _Text } from './chunk-M6UHXS6K.js';
4
+ import { _Text } from './chunk-2NABNL6G.js';
5
5
  import { TextContext } from './chunk-OE5BLFZI.js';
6
6
  import { SlotProvider } from './chunk-M36KANKC.js';
7
7
  import { IconListContext } from './chunk-DHVVYSLB.js';
@@ -13,7 +13,7 @@ import { useContextProps, composeRenderProps, DEFAULT_SLOT, Link as Link$1 } fro
13
13
  import { jsx } from 'react/jsx-runtime';
14
14
 
15
15
  // css-module:./Link.module.css#css-module
16
- var Link_module_default = { "hop-Link": "Link-module__hop-Link___pvGQC", "hop-Link--quiet": "Link-module__hop-Link--quiet___RRkch", "hop-Link--primary": "Link-module__hop-Link--primary___XGqPo", "hop-Link--secondary": "Link-module__hop-Link--secondary___VfX7X", "hop-Link__icon": "Link-module__hop-Link__icon___ckEZL", "hop-Link__icon-list": "Link-module__hop-Link__icon-list___8jaym", "hop-Link__text": "Link-module__hop-Link__text___uXUoO", "hop-Link__start-icon": "Link-module__hop-Link__start-icon___ZImUS", "hop-Link__start-icon-list": "Link-module__hop-Link__start-icon-list___yfs8D" };
16
+ var Link_module_default = { "hop-Link": "Link-module__hop-Link___U6cP7", "hop-Link--quiet": "Link-module__hop-Link--quiet___E2pxu", "hop-Link--primary": "Link-module__hop-Link--primary___ieEQq", "hop-Link--secondary": "Link-module__hop-Link--secondary___NRzlz", "hop-Link__icon": "Link-module__hop-Link__icon___-X6mD", "hop-Link__icon-list": "Link-module__hop-Link__icon-list___e3zJK", "hop-Link__text": "Link-module__hop-Link__text___jYV3x", "hop-Link__start-icon": "Link-module__hop-Link__start-icon___siAVY", "hop-Link__start-icon-list": "Link-module__hop-Link__start-icon-list___04l54" };
17
17
  var GlobalLinkCssSelector = "hop-Link";
18
18
  var LinkToIconSizeAdapter = {
19
19
  inherit: void 0,
@@ -1,5 +1,5 @@
1
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___-u1e- {
2
+ .Text-module__hop-Text___AZmOV {
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___-u1e-) {
32
+ :where(.Text-module__hop-Text___AZmOV) {
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___P2Mlk) {
38
+ :where(.Text-module__hop-Text--xs___V1bcv) {
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___DIgJn) {
44
+ :where(.Text-module__hop-Text--sm___Dq2fh) {
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___EBUtj) {
50
+ :where(.Text-module__hop-Text--md___OIBbn) {
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___Au1wj) {
56
+ :where(.Text-module__hop-Text--lg___2Dp00) {
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___UoQSa) {
62
+ :where(.Text-module__hop-Text--xl___OCJ5n) {
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___Nxjf-) {
68
+ :where(.Text-module__hop-Text--2xl___bZkQu) {
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___WPX1D) {
74
+ :where(.Text-module__hop-Text--inherit___bNF26) {
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);
@@ -79,7 +79,7 @@
79
79
  }
80
80
 
81
81
  /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/errorMessage/src/ErrorMessage.module.css/#css-module-data */
82
- .ErrorMessage-module__hop-ErrorMessage___ByQ5V {
82
+ .ErrorMessage-module__hop-ErrorMessage___4wQIZ {
83
83
  --hop-ErrorMessage-color: var(--hop-danger-text-weak);
84
84
  --hop-ErrorMessage-font-family: var(--hop-body-xs-font-family);
85
85
  --hop-ErrorMessage-font-size: var(--hop-body-xs-font-size);
@@ -96,7 +96,7 @@
96
96
  line-height: var(--hop-ErrorMessage-line-height);
97
97
  color: var(--hop-ErrorMessage-color);
98
98
  }
99
- .ErrorMessage-module__hop-ErrorMessage__icon___Z0oW9 {
99
+ .ErrorMessage-module__hop-ErrorMessage__icon___NMFMY {
100
100
  flex: 0 0 auto;
101
101
  align-self: flex-start;
102
102
  }
@@ -1,7 +1,7 @@
1
- export { _ErrorMessage as ErrorMessage, GlobalErrorMessageCssSelector } from '../../chunk-5KJ5IKUE.js';
1
+ export { _ErrorMessage as ErrorMessage, GlobalErrorMessageCssSelector } from '../../chunk-N2QZWPQF.js';
2
2
  import '../../chunk-ACVMW6YD.js';
3
3
  import '../../chunk-NH3IVMXB.js';
4
- import '../../chunk-M6UHXS6K.js';
4
+ import '../../chunk-2NABNL6G.js';
5
5
  import '../../chunk-HXI3MEEK.js';
6
6
  import '../../chunk-OE5BLFZI.js';
7
7
  import '../../chunk-M36KANKC.js';
@@ -1,5 +1,5 @@
1
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___-u1e- {
2
+ .Text-module__hop-Text___AZmOV {
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___-u1e-) {
32
+ :where(.Text-module__hop-Text___AZmOV) {
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___P2Mlk) {
38
+ :where(.Text-module__hop-Text--xs___V1bcv) {
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___DIgJn) {
44
+ :where(.Text-module__hop-Text--sm___Dq2fh) {
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___EBUtj) {
50
+ :where(.Text-module__hop-Text--md___OIBbn) {
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___Au1wj) {
56
+ :where(.Text-module__hop-Text--lg___2Dp00) {
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___UoQSa) {
62
+ :where(.Text-module__hop-Text--xl___OCJ5n) {
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___Nxjf-) {
68
+ :where(.Text-module__hop-Text--2xl___bZkQu) {
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___WPX1D) {
74
+ :where(.Text-module__hop-Text--inherit___bNF26) {
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);
@@ -79,7 +79,7 @@
79
79
  }
80
80
 
81
81
  /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/errorMessage/src/ErrorMessage.module.css/#css-module-data */
82
- .ErrorMessage-module__hop-ErrorMessage___ByQ5V {
82
+ .ErrorMessage-module__hop-ErrorMessage___4wQIZ {
83
83
  --hop-ErrorMessage-color: var(--hop-danger-text-weak);
84
84
  --hop-ErrorMessage-font-family: var(--hop-body-xs-font-family);
85
85
  --hop-ErrorMessage-font-size: var(--hop-body-xs-font-size);
@@ -96,7 +96,7 @@
96
96
  line-height: var(--hop-ErrorMessage-line-height);
97
97
  color: var(--hop-ErrorMessage-color);
98
98
  }
99
- .ErrorMessage-module__hop-ErrorMessage__icon___Z0oW9 {
99
+ .ErrorMessage-module__hop-ErrorMessage__icon___NMFMY {
100
100
  flex: 0 0 auto;
101
101
  align-self: flex-start;
102
102
  }
@@ -1,7 +1,7 @@
1
- export { _ErrorMessage as ErrorMessage, GlobalErrorMessageCssSelector } from '../../chunk-5KJ5IKUE.js';
1
+ export { _ErrorMessage as ErrorMessage, GlobalErrorMessageCssSelector } from '../../chunk-N2QZWPQF.js';
2
2
  export { ErrorMessageContext } from '../../chunk-ACVMW6YD.js';
3
3
  import '../../chunk-NH3IVMXB.js';
4
- import '../../chunk-M6UHXS6K.js';
4
+ import '../../chunk-2NABNL6G.js';
5
5
  import '../../chunk-HXI3MEEK.js';
6
6
  import '../../chunk-OE5BLFZI.js';
7
7
  import '../../chunk-M36KANKC.js';
@@ -1,5 +1,5 @@
1
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___-u1e- {
2
+ .Text-module__hop-Text___AZmOV {
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___-u1e-) {
32
+ :where(.Text-module__hop-Text___AZmOV) {
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___P2Mlk) {
38
+ :where(.Text-module__hop-Text--xs___V1bcv) {
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___DIgJn) {
44
+ :where(.Text-module__hop-Text--sm___Dq2fh) {
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___EBUtj) {
50
+ :where(.Text-module__hop-Text--md___OIBbn) {
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___Au1wj) {
56
+ :where(.Text-module__hop-Text--lg___2Dp00) {
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___UoQSa) {
62
+ :where(.Text-module__hop-Text--xl___OCJ5n) {
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___Nxjf-) {
68
+ :where(.Text-module__hop-Text--2xl___bZkQu) {
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___WPX1D) {
74
+ :where(.Text-module__hop-Text--inherit___bNF26) {
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);
@@ -79,7 +79,7 @@
79
79
  }
80
80
 
81
81
  /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/helperMessage/src/HelperMessage.module.css/#css-module-data */
82
- .HelperMessage-module__hop-HelperMessage___1YNO0 {
82
+ .HelperMessage-module__hop-HelperMessage___e-3g- {
83
83
  --hop-HelperMessage-color: var(--hop-neutral-text-weak);
84
84
  --hop-HelperMessage-column-gap: var(--hop-space-inline-xs);
85
85
  display: flex;
@@ -88,7 +88,7 @@
88
88
  box-sizing: border-box;
89
89
  color: var(--hop-HelperMessage-color);
90
90
  }
91
- .HelperMessage-module__hop-HelperMessage__icon___c7iS1 {
91
+ .HelperMessage-module__hop-HelperMessage__icon___jx2fw {
92
92
  flex: 0 0 auto;
93
93
  align-self: flex-start;
94
94
  }
@@ -1,6 +1,6 @@
1
- export { GlobalHelperMessageCssSelector, _HelperMessage as HelperMessage } from '../../chunk-MD6IFXLG.js';
1
+ export { GlobalHelperMessageCssSelector, _HelperMessage as HelperMessage } from '../../chunk-FJ4WILCG.js';
2
2
  import '../../chunk-ESVVLTEN.js';
3
- import '../../chunk-M6UHXS6K.js';
3
+ import '../../chunk-2NABNL6G.js';
4
4
  import '../../chunk-HXI3MEEK.js';
5
5
  import '../../chunk-OE5BLFZI.js';
6
6
  import '../../chunk-M36KANKC.js';
@@ -1,5 +1,5 @@
1
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___-u1e- {
2
+ .Text-module__hop-Text___AZmOV {
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___-u1e-) {
32
+ :where(.Text-module__hop-Text___AZmOV) {
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___P2Mlk) {
38
+ :where(.Text-module__hop-Text--xs___V1bcv) {
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___DIgJn) {
44
+ :where(.Text-module__hop-Text--sm___Dq2fh) {
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___EBUtj) {
50
+ :where(.Text-module__hop-Text--md___OIBbn) {
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___Au1wj) {
56
+ :where(.Text-module__hop-Text--lg___2Dp00) {
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___UoQSa) {
62
+ :where(.Text-module__hop-Text--xl___OCJ5n) {
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___Nxjf-) {
68
+ :where(.Text-module__hop-Text--2xl___bZkQu) {
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___WPX1D) {
74
+ :where(.Text-module__hop-Text--inherit___bNF26) {
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);
@@ -79,7 +79,7 @@
79
79
  }
80
80
 
81
81
  /* css-module:/home/runner/work/wl-hopper/wl-hopper/packages/components/src/helperMessage/src/HelperMessage.module.css/#css-module-data */
82
- .HelperMessage-module__hop-HelperMessage___1YNO0 {
82
+ .HelperMessage-module__hop-HelperMessage___e-3g- {
83
83
  --hop-HelperMessage-color: var(--hop-neutral-text-weak);
84
84
  --hop-HelperMessage-column-gap: var(--hop-space-inline-xs);
85
85
  display: flex;
@@ -88,7 +88,7 @@
88
88
  box-sizing: border-box;
89
89
  color: var(--hop-HelperMessage-color);
90
90
  }
91
- .HelperMessage-module__hop-HelperMessage__icon___c7iS1 {
91
+ .HelperMessage-module__hop-HelperMessage__icon___jx2fw {
92
92
  flex: 0 0 auto;
93
93
  align-self: flex-start;
94
94
  }
@@ -1,6 +1,6 @@
1
- export { GlobalHelperMessageCssSelector, _HelperMessage as HelperMessage } from '../../chunk-MD6IFXLG.js';
1
+ export { GlobalHelperMessageCssSelector, _HelperMessage as HelperMessage } from '../../chunk-FJ4WILCG.js';
2
2
  export { HelperMessageContext } from '../../chunk-ESVVLTEN.js';
3
- import '../../chunk-M6UHXS6K.js';
3
+ import '../../chunk-2NABNL6G.js';
4
4
  import '../../chunk-HXI3MEEK.js';
5
5
  import '../../chunk-OE5BLFZI.js';
6
6
  import '../../chunk-M36KANKC.js';
@@ -1,2 +1,2 @@
1
- export { useLocalizedString } from '../../chunk-BPM4ETTB.js';
1
+ export { useLocalizedString } from '../../chunk-LL2FMAAO.js';
2
2
  import '../../chunk-YSQDPG26.js';
@@ -1,2 +1,2 @@
1
- export { useLocalizedString } from '../../chunk-BPM4ETTB.js';
1
+ export { useLocalizedString } from '../../chunk-LL2FMAAO.js';
2
2
  import '../../chunk-YSQDPG26.js';