@amoa/casting 0.1.4 → 0.1.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 (36) hide show
  1. package/dist/form/buttons/index.module.css.js +0 -4
  2. package/dist/form/caption/index.module.css.js +0 -4
  3. package/dist/form/description/index.module.css.js +0 -4
  4. package/dist/form/index.module.css.js +0 -4
  5. package/dist/form/inputs/index.module.css.js +0 -4
  6. package/dist/index.css +1708 -0
  7. package/dist/packages/ingots/src/address/index.js +0 -2
  8. package/dist/packages/ingots/src/address/index.module.css.js +0 -4
  9. package/dist/packages/ingots/src/backdrop/index.module.css.js +0 -4
  10. package/dist/packages/ingots/src/button/index.module.css.js +0 -4
  11. package/dist/packages/ingots/src/checkbox/index.module.css.js +0 -4
  12. package/dist/packages/ingots/src/date/erase/index.module.css.js +0 -4
  13. package/dist/packages/ingots/src/date/input/index.module.css.js +0 -4
  14. package/dist/packages/ingots/src/date/picker/day/index.module.css.js +0 -4
  15. package/dist/packages/ingots/src/date/picker/days/index.module.css.js +0 -4
  16. package/dist/packages/ingots/src/date/picker/handle/index.module.css.js +0 -4
  17. package/dist/packages/ingots/src/date/picker/index.module.css.js +0 -4
  18. package/dist/packages/ingots/src/date/picker/menu/index.module.css.js +0 -4
  19. package/dist/packages/ingots/src/date/picker/menu/item.module.css.js +0 -4
  20. package/dist/packages/ingots/src/file/card/index.module.css.js +0 -4
  21. package/dist/packages/ingots/src/file/index.module.css.js +0 -4
  22. package/dist/packages/ingots/src/file/input/index.module.css.js +0 -4
  23. package/dist/packages/ingots/src/loader/index.module.css.js +0 -4
  24. package/dist/packages/ingots/src/loader/variants/spinner/index.module.css.js +0 -4
  25. package/dist/packages/ingots/src/select/card/index.module.css.js +0 -4
  26. package/dist/packages/ingots/src/select/category/index.module.css.js +0 -4
  27. package/dist/packages/ingots/src/select/index.module.css.js +0 -4
  28. package/dist/packages/ingots/src/select/option/index.module.css.js +0 -4
  29. package/dist/packages/ingots/src/select/options/index.module.css.js +0 -4
  30. package/dist/packages/ingots/src/tag/index.module.css.js +0 -4
  31. package/dist/packages/ingots/src/text/index.js +4 -4
  32. package/dist/packages/ingots/src/text/index.module.css.js +0 -4
  33. package/dist/packages/ingots/src/textarea/index.module.css.js +0 -4
  34. package/dist/packages/ingots/src/toggle/index.module.css.js +0 -4
  35. package/dist/waiter/index.module.css.js +0 -4
  36. package/package.json +4 -4
@@ -1,9 +1,7 @@
1
1
  import * as React from 'react';
2
2
  import { build } from '../../../forge/src/classes.js';
3
3
  import Text from '../text/index.js';
4
- import '../loader/variants/spinner/index.module.css.js';
5
4
  import { j as jsxRuntimeExports } from '../../../../_virtual/jsx-runtime.js';
6
- import '../loader/index.module.css.js';
7
5
  import useDebounce from '../../../hooks/src/use-debounce.js';
8
6
  import { fetcher } from './service.js';
9
7
  import styles from './index.module.css.js';
@@ -1,7 +1,3 @@
1
- import styleInject from '../../../../node_modules/style-inject/dist/style-inject.es.js';
2
-
3
- var css_248z = ".index-module_root__61HLR {\n display: flex;\n flex-direction: column;\n gap: 4px;\n}\n\n.index-module_root__61HLR input {\n height: 40px;\n}\n\n.index-module_container__ZmwsJ {\n position: relative;\n display: flex;\n}\n\n.index-module_results__6ZTy2 {\n position: absolute;\n max-height: 0;\n top: calc(100% + 3px);\n left: 0;\n width: 100%;\n border-radius: 0 0 8px 8px;\n background-color: var(--white);\n overflow: hidden;\n transition: max-height var(--transition-long);\n z-index: 10;\n}\n\n.index-module_open__kv1tB .index-module_results__6ZTy2 {\n max-height: 300px;\n}\n\n.index-module_open__kv1tB .index-module_input__t-STE input {\n border-radius: 8px 8px 0 0;\n}\n\n.index-module_options__0lmR6 {\n border: 1px solid var(--light-stroke);\n border-radius: 0 0 8px 8px;\n}\n\n.index-module_option__cn9Yl,\n.index-module_empty__Ilpbj {\n padding: 8px 10px;\n}\n\n.index-module_option__cn9Yl:hover {\n background-color: var(--bright-green);\n cursor: pointer;\n}\n\n.index-module_loading__HPBG5 {\n width: 24px;\n height: 24px;\n}\n\n.index-module_small__0uVAP input {\n height: 30px;\n}\n\n.index-module_small__0uVAP label,\n.index-module_small__0uVAP input {\n font-size: 12px;\n}\n\n.index-module_small__0uVAP .index-module_helper__Z64m7,\n.index-module_small__0uVAP .index-module_error__nereT {\n font-size: 11px;\n}\n\n.index-module_small__0uVAP .index-module_input__t-STE::placeholder {\n font-size: 12px;\n}\n\n.index-module_small__0uVAP .index-module_option__cn9Yl {\n font-size: 12px;\n}\n";
4
1
  var styles = {"root":"index-module_root__61HLR","container":"index-module_container__ZmwsJ","results":"index-module_results__6ZTy2","open":"index-module_open__kv1tB","input":"index-module_input__t-STE","options":"index-module_options__0lmR6","option":"index-module_option__cn9Yl","empty":"index-module_empty__Ilpbj","small":"index-module_small__0uVAP"};
5
- styleInject(css_248z);
6
2
 
7
3
  export { styles as default };
@@ -1,7 +1,3 @@
1
- import styleInject from '../../../../node_modules/style-inject/dist/style-inject.es.js';
2
-
3
- var css_248z = ".index-module_root__nYfqW {\n position: fixed;\n height: 100vh;\n width: 100vw;\n top: 0;\n left: 0;\n background-color: var(--backdrop);\n backdrop-filter: blur(2px) grayscale(30%);\n z-index: 20;\n}\n";
4
1
  var styles = {"root":"index-module_root__nYfqW"};
5
- styleInject(css_248z);
6
2
 
7
3
  export { styles as default };
@@ -1,7 +1,3 @@
1
- import styleInject from '../../../../node_modules/style-inject/dist/style-inject.es.js';
2
-
3
- var css_248z = ".index-module_button__AscUD {\n flex: 0 0 auto;\n position: relative;\n display: flex;\n justify-content: center;\n align-items: center;\n border: none;\n cursor: pointer;\n height: 40px;\n font-weight: 600;\n overflow: hidden;\n background-color: transparent;\n border-radius: var(--border-radius);\n gap: 8px;\n z-index: 0;\n box-shadow:\n 0 -1 0.5 rgba(0, 0, 0, 0.2) inset,\n 0 3 4 rgba(var(--white), 0.2) inset;\n}\n\n.index-module_primary__mW1MG::before {\n position: absolute;\n content: \"\";\n top: 0;\n left: 0;\n height: 100%;\n width: 100%;\n z-index: -2;\n}\n\n.index-module_primary__mW1MG::after {\n position: absolute;\n content: \"\";\n top: 0;\n left: 0;\n height: 100%;\n width: 100%;\n opacity: 1;\n transition: opacity var(--transition-short);\n z-index: -1;\n}\n\n.index-module_primary__mW1MG:hover::after {\n opacity: 0;\n}\n\n.index-module_primary__mW1MG {\n color: #fff;\n}\n\n.index-module_primary__mW1MG,\n.index-module_secondary__R8Mg2 {\n padding: 10px 16px;\n}\n\n.index-module_primary__mW1MG.index-module_blue__EYCQl::before {\n background-color: var(--strong-blue);\n}\n\n.index-module_primary__mW1MG.index-module_blue__EYCQl::after {\n background: linear-gradient(var(--blue), var(--strong-blue));\n}\n\n.index-module_primary__mW1MG.index-module_green__zmhXp::before {\n background-color: var(--strong-green);\n}\n\n.index-module_primary__mW1MG.index-module_green__zmhXp::after {\n background: linear-gradient(var(--green), var(--strong-green));\n}\n\n.index-module_primary__mW1MG.index-module_red__CWoh-::before {\n background-color: var(--strong-red);\n}\n\n.index-module_primary__mW1MG.index-module_red__CWoh-::after {\n background: linear-gradient(var(--red), var(--strong-red));\n}\n\n.index-module_primary__mW1MG.index-module_gray__KuQSz::before {\n background-color: var(--stroke);\n}\n\n.index-module_primary__mW1MG.index-module_gray__KuQSz::after {\n background: linear-gradient(var(--lighter-stroke), var(--stroke));\n}\n\n.index-module_secondary__R8Mg2 {\n transition:\n background-color var(--transition-long),\n color var(--transition-short),\n border-color var(--transition-short);\n}\n\n.index-module_secondary__R8Mg2.index-module_blue__EYCQl {\n color: var(--strong-blue);\n border: 1.5px solid var(--strong-blue);\n}\n\n.index-module_secondary__R8Mg2.index-module_blue__EYCQl:hover:not(.index-module_disabled__HboCB) {\n background-color: var(--lighter-stroke);\n}\n\n.index-module_secondary__R8Mg2.index-module_green__zmhXp {\n color: var(--strong-green);\n border: 1.5px solid var(--strong-green);\n}\n\n.index-module_secondary__R8Mg2.index-module_green__zmhXp:hover:not(.index-module_disabled__HboCB),\n.index-module_mini__MATGv.index-module_green__zmhXp {\n background-color: var(--bright-green);\n}\n\n.index-module_secondary__R8Mg2.index-module_red__CWoh- {\n color: var(--strong-red);\n border: 1.5px solid var(--strong-red);\n}\n\n.index-module_secondary__R8Mg2.index-module_red__CWoh-:hover:not(.index-module_disabled__HboCB),\n.index-module_secondary__R8Mg2.index-module_mini__MATGv.index-module_red__CWoh- {\n background-color: var(--bright-red);\n}\n\n.index-module_secondary__R8Mg2.index-module_gray__KuQSz {\n color: var(--tertiary-text);\n border: 1.5px solid var(--secondary-text);\n}\n\n.index-module_secondary__R8Mg2.index-module_gray__KuQSz:hover:not(.index-module_disabled__HboCB) {\n color: var(--secondary-text);\n background-color: var(--lighter-stroke);\n}\n\n.index-module_secondary__R8Mg2.index-module_white__Qvzbo {\n color: var(--white);\n border: 1.5px solid var(--white);\n}\n\n.index-module_secondary__R8Mg2.index-module_white__Qvzbo:hover:not(.index-module_disabled__HboCB) {\n color: var(--primary-text);\n background-color: var(--lighter-stroke);\n}\n\n.index-module_blue__EYCQl:active,\n.index-module_blue__EYCQl.index-module_active__Nz-8S {\n box-shadow: 0 0 0 3px rgba(var(--hawai-morning), 0.3);\n}\n\n.index-module_green__zmhXp:active,\n.index-module_green__zmhXp.index-module_active__Nz-8S {\n box-shadow: 0 0 0 3px rgba(var(--mountain-meadow), 0.3);\n}\n\n.index-module_red__CWoh-:active,\n.index-module_red__CWoh-.index-module_active__Nz-8S {\n box-shadow: 0 0 0 3px rgba(var(--fuzzy-wuzzy), 0.4);\n}\n\n.index-module_gray__KuQSz:active,\n.index-module_gray__KuQSz.index-module_active__Nz-8S {\n box-shadow: 0 0 0 3px rgba(var(--blizzard), 0.3);\n}\n\n.index-module_tertiary__4Eydy {\n padding: 10px 12px;\n overflow: visible;\n}\n\n.index-module_tertiary__4Eydy span {\n position: relative;\n}\n\n.index-module_tertiary__4Eydy span::after {\n position: absolute;\n content: \"\";\n width: 100%;\n height: 1px;\n top: 100%;\n left: 0;\n margin-top: 5px;\n transform: scaleX(0);\n background-color: var(--strong-blue);\n transition: transform 320ms ease-in-out;\n}\n\n.index-module_small__m3SMz.index-module_tertiary__4Eydy span::after {\n height: 0.5px;\n}\n\n.index-module_tertiary__4Eydy.index-module_gray__KuQSz span::after {\n background-color: var(--secondary-text);\n}\n\n.index-module_tertiary__4Eydy.index-module_green__zmhXp span::after {\n background-color: var(--strong-green);\n}\n\n.index-module_tertiary__4Eydy.index-module_red__CWoh- span::after {\n background-color: var(--strong-red);\n}\n\n.index-module_tertiary__4Eydy.index-module_blue__EYCQl {\n color: var(--strong-blue);\n}\n\n.index-module_tertiary__4Eydy.index-module_green__zmhXp {\n color: var(--strong-green);\n}\n\n.index-module_tertiary__4Eydy.index-module_red__CWoh- {\n color: var(--strong-red);\n}\n\n.index-module_tertiary__4Eydy.index-module_gray__KuQSz {\n color: var(--secondary-text);\n}\n\n.index-module_icon__iUqek {\n height: 20px;\n width: 20px;\n}\n\n.index-module_small__m3SMz {\n height: 30px;\n font-size: 12px;\n gap: 4px;\n padding: 7px 12px;\n}\n\n.index-module_small__m3SMz .index-module_icon__iUqek,\n.index-module_mini__MATGv .index-module_icon__iUqek {\n height: 16px;\n width: 16px;\n}\n\n.index-module_small__m3SMz.index-module_mini__MATGv .index-module_icon__iUqek {\n height: 12px;\n width: 12px;\n}\n\n.index-module_secondary__R8Mg2.index-module_mini__MATGv {\n height: 24px;\n border-radius: 6px;\n padding: 4px 6px;\n gap: 2px;\n border-width: 1px;\n}\n\n.index-module_mini__MATGv.index-module_small__m3SMz {\n height: 20px;\n border-radius: 5px;\n padding: 3px 5px;\n gap: 1px;\n}\n\n.index-module_mini__MATGv.index-module_blue__EYCQl {\n background-color: var(--square-blue);\n}\n\n.index-module_secondary__R8Mg2.index-module_mini__MATGv.index-module_blue__EYCQl:hover {\n background-color: var(--gray-blue);\n}\n\n.index-module_secondary__R8Mg2.index-module_mini__MATGv.index-module_red__CWoh-:hover {\n background-color: var(--light-red);\n}\n\n.index-module_secondary__R8Mg2.index-module_mini__MATGv.index-module_green__zmhXp:hover {\n background-color: var(--stroke-green);\n}\n\n.index-module_mini__MATGv.index-module_gray__KuQSz {\n color: var(--secondary-text);\n background-color: var(--light-background);\n}\n\n.index-module_compact__yBo-n.index-module_mini__MATGv {\n width: 24px;\n padding: 3px;\n}\n\n.index-module_compact__yBo-n.index-module_mini__MATGv.index-module_small__m3SMz {\n width: 20px;\n}\n\n.index-module_compact__yBo-n {\n justify-content: center;\n padding: 7px;\n gap: 0;\n}\n\n.index-module_form__ap3Rh {\n margin-top: 24px;\n}\n\n.index-module_tooltip__PZT7g {\n overflow: visible;\n font-size: 16px;\n font-weight: 450;\n}\n\n.index-module_primary__mW1MG.index-module_disabled__HboCB,\n.index-module_primary__mW1MG.index-module_disabled__HboCB:hover,\n.index-module_secondary__R8Mg2.index-module_disabled__HboCB,\n.index-module_secondary__R8Mg2.index-module_disabled__HboCB:hover,\n.index-module_tertiary__4Eydy.index-module_disabled__HboCB,\n.index-module_tertiary__4Eydy.index-module_disabled__HboCB:hover {\n cursor: default;\n}\n\n.index-module_primary__mW1MG.index-module_disabled__HboCB::before,\n.index-module_secondary__R8Mg2.index-module_disabled__HboCB,\n.index-module_tertiary__4Eydy.index-module_disabled__HboCB {\n opacity: 0.5;\n}\n\n.index-module_primary__mW1MG.index-module_disabled__HboCB::after {\n background: transparent;\n}\n\n.index-module_primary__mW1MG.index-module_disabled__HboCB:active,\n.index-module_secondary__R8Mg2.index-module_disabled__HboCB:active,\n.index-module_tertiary__4Eydy.index-module_disabled__HboCB:active {\n box-shadow: none;\n}\n\n.index-module_tertiary__4Eydy.index-module_disabled__HboCB:active {\n box-shadow: none;\n}\n\n.index-module_tertiary__4Eydy:hover span::after {\n transform: scaleX(1);\n}\n";
4
1
  var styles = {"button":"index-module_button__AscUD","primary":"index-module_primary__mW1MG","secondary":"index-module_secondary__R8Mg2","blue":"index-module_blue__EYCQl","green":"index-module_green__zmhXp","red":"index-module_red__CWoh-","gray":"index-module_gray__KuQSz","disabled":"index-module_disabled__HboCB","mini":"index-module_mini__MATGv","white":"index-module_white__Qvzbo","active":"index-module_active__Nz-8S","tertiary":"index-module_tertiary__4Eydy","small":"index-module_small__m3SMz","icon":"index-module_icon__iUqek","compact":"index-module_compact__yBo-n","form":"index-module_form__ap3Rh","tooltip":"index-module_tooltip__PZT7g"};
5
- styleInject(css_248z);
6
2
 
7
3
  export { styles as default };
@@ -1,7 +1,3 @@
1
- import styleInject from '../../../../node_modules/style-inject/dist/style-inject.es.js';
2
-
3
- var css_248z = ".index-module_root__iussJ {\n display: flex;\n align-items: center;\n}\n\n.index-module_input__FWZ1E {\n position: absolute;\n opacity: 0;\n}\n\n.index-module_input__FWZ1E + label {\n display: flex;\n align-items: center;\n position: relative;\n letter-spacing: 0.014em;\n cursor: pointer;\n transition:\n color var(--transition-short),\n letter-spacing var(--transition-short),\n font-weight var(--transition-short);\n}\n\n.index-module_input__FWZ1E + label:before {\n content: \"\";\n flex: 1 0 auto;\n margin-right: 8px;\n padding: 3px;\n display: inline-block;\n vertical-align: text-top;\n width: 16px;\n height: 16px;\n background-color: var(--white);\n border: 1px solid var(--stroke-blue);\n border-radius: 4px;\n transition:\n background-color var(--transition-short),\n border-color var(--transition-short),\n box-shadow var(--transition-short);\n}\n\n.index-module_input__FWZ1E:hover + label:before {\n border-color: var(--strong-blue);\n}\n\n.index-module_input__FWZ1E:active + label:before,\n.index-module_input__FWZ1E:focus + label:before {\n box-shadow: 0 0 0 3px rgba(var(--dropshadow-blue), 0.3);\n}\n\n.index-module_input__FWZ1E:checked + label {\n letter-spacing: normal;\n font-weight: 600;\n color: var(--strong-blue);\n}\n\n.index-module_root__iussJ:not(.index-module_block__BSlnu) .index-module_input__FWZ1E:checked + label:before {\n background-color: var(--strong-blue);\n border-color: var(--strong-blue);\n}\n\n.index-module_input__FWZ1E:disabled + label {\n color: var(--stroke);\n cursor: auto;\n}\n\n.index-module_input__FWZ1E:disabled + label:before {\n box-shadow: none;\n border-color: var(--stroke);\n background-color: var(--lighter-stroke);\n}\n\n.index-module_input__FWZ1E + label:after {\n content: \"\";\n position: absolute;\n transition: opacity var(--transition-short);\n opacity: 0;\n}\n\n.index-module_root__iussJ:not(.index-module_block__BSlnu) .index-module_input__FWZ1E + label:after {\n width: 16px;\n height: 16px;\n background-repeat: no-repeat;\n background-position: center;\n background-image: url('data:image/svg+xml,<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.364 3.32297C13.6276 3.52379 13.6785 3.90027 13.4776 4.16385L7.07765 12.5639C6.97272 12.7016 6.81341 12.7873 6.64066 12.7989C6.46791 12.8105 6.29856 12.7469 6.17613 12.6245L2.57613 9.02449C2.34181 8.79018 2.34181 8.41028 2.57613 8.17596C2.81044 7.94165 3.19034 7.94165 3.42465 8.17596L6.5392 11.2905L12.5231 3.4366C12.724 3.17302 13.1004 3.12214 13.364 3.32297Z\" fill=\"white\"/></svg>');\n}\n\n.index-module_block__BSlnu .index-module_input__FWZ1E + label:after {\n left: 8px;\n width: 9px;\n height: 9px;\n background-color: var(--bright-blue);\n border-radius: 2px;\n transform: translateX(-50%);\n}\n\n.index-module_input__FWZ1E:checked + label:after {\n opacity: 1;\n}\n\n.index-module_small__OyaW5 .index-module_input__FWZ1E + label:before,\n.index-module_small__OyaW5:not(.index-module_block__BSlnu) .index-module_input__FWZ1E + label:after {\n width: 12px;\n height: 12px;\n}\n\n.index-module_small__OyaW5:not(.index-module_block__BSlnu) .index-module_input__FWZ1E + label:after {\n background-image: url('data:image/svg+xml,<svg width=\"8\" height=\"6\" viewBox=\"0 0 8 6\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.35224 0.0767328C7.51698 0.202248 7.54878 0.437545 7.42326 0.602284L3.42328 5.85227C3.3577 5.93834 3.25813 5.99189 3.15016 5.99915C3.04219 6.00642 2.93635 5.96668 2.85983 5.89016L0.609835 3.64017C0.463388 3.49373 0.463388 3.25629 0.609835 3.10984C0.756281 2.9634 0.993717 2.9634 1.14016 3.10984L3.08675 5.05643L6.82669 0.147753C6.95221 -0.0169855 7.1875 -0.0487825 7.35224 0.0767328Z\" fill=\"white\"/></svg>');\n}\n\n.index-module_root__iussJ.index-module_small__OyaW5 {\n padding: 4px 0;\n padding-left: 24px;\n font-size: 12px;\n}\n";
4
1
  var styles = {"root":"index-module_root__iussJ","input":"index-module_input__FWZ1E","block":"index-module_block__BSlnu","small":"index-module_small__OyaW5"};
5
- styleInject(css_248z);
6
2
 
7
3
  export { styles as default };
@@ -1,7 +1,3 @@
1
- import styleInject from '../../../../../node_modules/style-inject/dist/style-inject.es.js';
2
-
3
- var css_248z = ".index-module_erase__gOkix {\n color: var(--strong-red);\n}\n\n.index-module_erase__gOkix:hover {\n color: var(--dropshadow-red);\n}\n";
4
1
  var styles = {"erase":"index-module_erase__gOkix"};
5
- styleInject(css_248z);
6
2
 
7
3
  export { styles as default };
@@ -1,7 +1,3 @@
1
- import styleInject from '../../../../../node_modules/style-inject/dist/style-inject.es.js';
2
-
3
- var css_248z = ".index-module_root__z8mFd {\n display: flex;\n flex-direction: column;\n gap: 4px;\n}\n\n.index-module_label__t56-f {\n display: flex;\n justify-content: space-between;\n padding: 0 8px;\n}\n\n.index-module_container__CcKPp {\n position: relative;\n display: flex;\n}\n\n.index-module_input__rVMrK {\n flex: 1 1 auto;\n height: 40px;\n padding: 0 8px;\n font-family: var(--font-family) !important;\n color: var(--tertiary-text);\n background-color: var(--light-background);\n border: 1px solid var(--stroke-blue);\n border-radius: var(--border-radius);\n caret-color: transparent;\n transition:\n background-color var(--transition-short),\n color var(--transition-short),\n border var(--transition-short),\n box-shadow var(--transition-long);\n}\n\n.index-module_input__rVMrK:hover {\n border: 1px solid var(--bright-blue);\n}\n\n.index-module_filled__xGo-u .index-module_input__rVMrK,\n.index-module_input__rVMrK:active,\n.index-module_input__rVMrK:focus {\n color: var(--font-color);\n background-color: var(--white);\n border: 1px solid var(--green);\n}\n\n.index-module_input__rVMrK:active,\n.index-module_input__rVMrK:focus {\n box-shadow: 0 0 0 3px rgba(var(--mountain-meadow), 0.3);\n}\n\n.index-module_label__t56-f label {\n font-weight: 600;\n}\n\n.index-module_optional__N4oUK .index-module_label__t56-f::after {\n content: \"Optionnel\";\n right: 8px;\n color: var(--tertiary-text);\n}\n\n.index-module_icon__Xr0kf {\n position: absolute;\n display: flex;\n gap: 4px;\n align-items: center;\n right: 8px;\n top: 50%;\n transform: translateY(-50%);\n}\n\n.index-module_icon__Xr0kf button {\n height: 16px;\n}\n\n.index-module_helper__M3fAC {\n font-size: 14px;\n color: var(--tertiary-text);\n}\n\n.index-module_fill__nu6oE {\n width: 100%;\n}\n\n.index-module_small__FR-oz input {\n height: 30px;\n}\n\n.index-module_small__FR-oz .index-module_label__t56-f,\n.index-module_small__FR-oz input {\n font-size: 12px;\n}\n\n.index-module_small__FR-oz .index-module_helper__M3fAC {\n font-size: 11px;\n}\n\n.index-module_small__FR-oz .index-module_icon__Xr0kf svg {\n width: 16px;\n height: 16px;\n}\n";
4
1
  var styles = {"root":"index-module_root__z8mFd","label":"index-module_label__t56-f","container":"index-module_container__CcKPp","input":"index-module_input__rVMrK","filled":"index-module_filled__xGo-u","optional":"index-module_optional__N4oUK","icon":"index-module_icon__Xr0kf","helper":"index-module_helper__M3fAC","fill":"index-module_fill__nu6oE","small":"index-module_small__FR-oz"};
5
- styleInject(css_248z);
6
2
 
7
3
  export { styles as default };
@@ -1,7 +1,3 @@
1
- import styleInject from '../../../../../../node_modules/style-inject/dist/style-inject.es.js';
2
-
3
- var css_248z = ".index-module_root__Zwu81 {\n position: relative;\n display: flex;\n justify-content: center;\n align-items: center;\n user-select: none;\n cursor: pointer;\n}\n\n.index-module_active__TZ-sO {\n font-weight: 700;\n background-color: transparentize(var(--blue), 0.95);\n border-radius: var(--border-radius);\n}\n\n.index-module_start__EcNvK {\n border-radius: var(--border-radius) 0 0 var(--border-radius);\n}\n\n.index-module_between__2DOr6 {\n border-radius: 0;\n}\n\n.index-module_end__6l07Q {\n border-radius: 0 var(--border-radius) var(--border-radius) 0;\n}\n\n.index-module_muted__i-tQA,\n.index-module_disabled__--Yz3 {\n color: rgba(0, 0, 0, 0.3);\n}\n\n.index-module_start__EcNvK.index-module_end__6l07Q {\n border-radius: var(--border-radius);\n}\n\n.index-module_start__EcNvK,\n.index-module_end__6l07Q {\n background-color: var(--blue);\n color: #fff;\n}\n\n.index-module_between__2DOr6 {\n background-color: var(--square-blue);\n}\n\n.index-module_disabled__--Yz3 {\n cursor: default;\n pointer-events: none;\n}\n";
4
1
  var styles = {"root":"index-module_root__Zwu81","active":"index-module_active__TZ-sO","start":"index-module_start__EcNvK","between":"index-module_between__2DOr6","end":"index-module_end__6l07Q","muted":"index-module_muted__i-tQA","disabled":"index-module_disabled__--Yz3"};
5
- styleInject(css_248z);
6
2
 
7
3
  export { styles as default };
@@ -1,7 +1,3 @@
1
- import styleInject from '../../../../../../node_modules/style-inject/dist/style-inject.es.js';
2
-
3
- var css_248z = ".index-module_days__i0FJ4 {\n display: grid;\n grid-template-columns: repeat(7, 56px);\n grid-auto-rows: 56px;\n}\n\n.index-module_weekday__wTypW {\n position: relative;\n display: flex;\n justify-content: center;\n align-items: center;\n font-weight: 500;\n cursor: initial;\n user-select: none;\n}\n";
4
1
  var styles = {"days":"index-module_days__i0FJ4","weekday":"index-module_weekday__wTypW"};
5
- styleInject(css_248z);
6
2
 
7
3
  export { styles as default };
@@ -1,7 +1,3 @@
1
- import styleInject from '../../../../../../node_modules/style-inject/dist/style-inject.es.js';
2
-
3
- var css_248z = ".index-module_root__ahAW9 {\n display: flex;\n align-items: center;\n}\n\n.index-module_nav__NYXgU {\n display: flex;\n align-items: center;\n padding: 10px 8px;\n}\n\n.index-module_chevron__31uzJ {\n color: var(--green);\n}\n\n.index-module_chevron__31uzJ,\n.index-module_dropdown__a0TRt {\n height: 20px;\n width: 20px;\n}\n\n.index-module_dropdown__a0TRt {\n color: var(--tertiary-text);\n}\n\n.index-module_month__ws9Ie {\n display: flex;\n align-items: center;\n text-transform: capitalize;\n color: var(--font-color);\n font-weight: 600;\n}\n";
4
1
  var styles = {"root":"index-module_root__ahAW9","nav":"index-module_nav__NYXgU","chevron":"index-module_chevron__31uzJ","dropdown":"index-module_dropdown__a0TRt","month":"index-module_month__ws9Ie"};
5
- styleInject(css_248z);
6
2
 
7
3
  export { styles as default };
@@ -1,7 +1,3 @@
1
- import styleInject from '../../../../../node_modules/style-inject/dist/style-inject.es.js';
2
-
3
- var css_248z = ".index-module_root__3xHAI {\n position: fixed;\n display: flex;\n flex-direction: column;\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50%);\n background-color: var(--white);\n border-radius: var(--border-radius);\n padding: 16px 20px;\n gap: 8px;\n filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.2));\n z-index: 36;\n}\n\n.index-module_backdrop__ddXKH {\n z-index: 35;\n}\n\n.index-module_content__BkAFZ {\n position: relative;\n}\n\n.index-module_handles__dU2l8,\n.index-module_buttons__-JE48 {\n display: flex;\n gap: 12px;\n}\n\n.index-module_handles__dU2l8 {\n justify-content: space-between;\n}\n\n.index-module_buttons__-JE48 .index-module_button__CUkle {\n flex: 1 1 50%;\n}\n";
4
1
  var styles = {"root":"index-module_root__3xHAI","backdrop":"index-module_backdrop__ddXKH","content":"index-module_content__BkAFZ","handles":"index-module_handles__dU2l8","buttons":"index-module_buttons__-JE48","button":"index-module_button__CUkle"};
5
- styleInject(css_248z);
6
2
 
7
3
  export { styles as default };
@@ -1,7 +1,3 @@
1
- import styleInject from '../../../../../../node_modules/style-inject/dist/style-inject.es.js';
2
-
3
- var css_248z = ".index-module_root__FAbZx {\n position: absolute;\n height: 100%;\n width: 100%;\n top: 0;\n left: 0;\n overflow-y: hidden;\n background-color: var(--white);\n}\n\n.index-module_list__5uBaA {\n display: flex;\n flex-direction: column;\n height: 100%;\n overflow-y: auto;\n}\n";
4
1
  var styles = {"root":"index-module_root__FAbZx","list":"index-module_list__5uBaA"};
5
- styleInject(css_248z);
6
2
 
7
3
  export { styles as default };
@@ -1,7 +1,3 @@
1
- import styleInject from '../../../../../../node_modules/style-inject/dist/style-inject.es.js';
2
-
3
- var css_248z = ".item-module_root__tfHS1 {\n display: flex;\n justify-content: space-between;\n align-items: center;\n letter-spacing: 0.22px;\n color: var(--font-color);\n padding: 8px 12px;\n white-space: nowrap;\n cursor: pointer;\n transition: background-color var(--transition-short), font-weight var(--transition-short),\n letter-spacing var(--transition-short);\n}\n\n.item-module_selected__R2CrR {\n background-color: var(--light-background);\n}\n\n.item-module_root__tfHS1:hover,\n.item-module_selected__R2CrR {\n letter-spacing: normal;\n color: var(--strong-blue);\n font-weight: 600;\n background-color: var(--light-background);\n}\n\n.item-module_root__tfHS1 > svg {\n height: 20px;\n}\n";
4
1
  var styles = {"root":"item-module_root__tfHS1","selected":"item-module_selected__R2CrR"};
5
- styleInject(css_248z);
6
2
 
7
3
  export { styles as default };
@@ -1,7 +1,3 @@
1
- import styleInject from '../../../../../node_modules/style-inject/dist/style-inject.es.js';
2
-
3
- var css_248z = ".index-module_root__xDjFV {\n display: flex;\n align-items: center;\n justify-content: space-between;\n gap: 8px;\n}\n\n.index-module_file__pZ2iE {\n flex: 0 1 auto;\n display: flex;\n justify-content: space-between;\n align-items: center;\n background-color: var(--light-background);\n border: 0.5px solid var(--stroke);\n border-radius: 4px;\n padding: 4px 8px;\n gap: 8px;\n min-width: 0;\n}\n\n.index-module_label__qsVHO {\n flex: 1 1 auto;\n display: flex;\n gap: 8px;\n min-width: 0;\n}\n\n.index-module_icon__wutx9 {\n flex: 0 0 auto;\n width: 20px;\n height: 20px;\n}\n\n.index-module_delete__KIJe0 {\n color: var(--red);\n width: 16px;\n height: 16px;\n cursor: pointer;\n}\n\n.index-module_loader__karOR {\n width: 16px;\n height: 16px;\n margin: 0;\n border-width: 3px;\n}\n\n.index-module_text__kR1Xf {\n display: flex;\n flex: 1 1 auto;\n align-items: center;\n font-size: 14px;\n min-width: 0;\n}\n\n.index-module_inner__1F39V {\n flex: 1;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n\n.index-module_file__pZ2iE:hover {\n background-color: var(--lighter-stroke);\n}\n\n.index-module_delete__KIJe0:hover {\n color: var(--strong-red);\n}\n\n.index-module_small__a8P5y .index-module_icon__wutx9 {\n width: 16px;\n height: 16px;\n}\n\n.index-module_small__a8P5y .index-module_delete__KIJe0 {\n width: 12px;\n height: 12px;\n}\n\n.index-module_small__a8P5y .index-module_text__kR1Xf {\n font-size: 12px;\n}\n";
4
1
  var styles = {"root":"index-module_root__xDjFV","file":"index-module_file__pZ2iE","label":"index-module_label__qsVHO","icon":"index-module_icon__wutx9","delete":"index-module_delete__KIJe0","loader":"index-module_loader__karOR","text":"index-module_text__kR1Xf","inner":"index-module_inner__1F39V","small":"index-module_small__a8P5y"};
5
- styleInject(css_248z);
6
2
 
7
3
  export { styles as default };
@@ -1,7 +1,3 @@
1
- import styleInject from '../../../../node_modules/style-inject/dist/style-inject.es.js';
2
-
3
- var css_248z = ".index-module_root__KXiKL:not(.index-module_blocked__92H-y) {\n cursor: pointer;\n}\n";
4
1
  var styles = {"root":"index-module_root__KXiKL","blocked":"index-module_blocked__92H-y"};
5
- styleInject(css_248z);
6
2
 
7
3
  export { styles as default };
@@ -1,7 +1,3 @@
1
- import styleInject from '../../../../../node_modules/style-inject/dist/style-inject.es.js';
2
-
3
- var css_248z = ".index-module_root__SMoii {\n display: flex;\n flex-direction: column;\n gap: 8px;\n}\n\n.index-module_question__NtE-j {\n display: flex;\n justify-content: space-between;\n padding: 0 8px;\n font-weight: 600;\n}\n\n.index-module_label__VPiEN {\n display: flex;\n justify-content: center;\n align-items: center;\n height: 60px;\n width: 100%;\n padding: 12px;\n cursor: pointer;\n background-color: var(--light-background);\n border-radius: var(--border-radius);\n border: 1px dashed var(--bright-blue);\n transition:\n background-color var(--transition-short),\n border var(--transition-short),\n filter var(--transition-short);\n}\n\n.index-module_label__VPiEN:hover {\n background-color: var(--lighter-stroke);\n border: 1px solid var(--lighter-stroke);\n}\n\n.index-module_label__VPiEN:active,\n.index-module_label__VPiEN:focus {\n box-shadow: 0 0 0 3px rgba(var(--dropshadow-blue), 0.3);\n}\n\n.index-module_information__rv2fk {\n display: flex;\n align-items: center;\n gap: 12px;\n}\n\n.index-module_icon__-R9vX {\n display: flex;\n padding: 4px;\n border-radius: var(--border-radius);\n background-color: var(--lighter-stroke);\n}\n\n.index-module_text__zUJtP {\n display: flex;\n flex-direction: column;\n}\n\n.index-module_title__xr0dD {\n font-weight: 600;\n}\n\n.index-module_description__G1hgH {\n font-size: 14px;\n color: var(--tertiary-text);\n}\n\n.index-module_helper__G6BNR {\n font-size: 14px;\n color: var(--tertiary-text);\n}\n\n.index-module_input__ydnxA {\n display: none;\n}\n\n.index-module_list__V5K24 {\n display: flex;\n flex-wrap: wrap;\n gap: 4px;\n}\n\n.index-module_file__8mj9e {\n flex: 0 1 auto;\n min-width: 0;\n}\n\n.index-module_file__8mj9e > div > span > span {\n position: relative;\n width: auto;\n}\n\n.index-module_dragging__jntWV:hover {\n box-shadow: 0 0 0 3px rgba(var(--dropshadow-blue), 0.3);\n}\n\n.index-module_imported__iqs3y .index-module_label__VPiEN {\n border: 1px solid var(--stroke-blue);\n}\n\n.index-module_red__poyEv .index-module_icon__-R9vX,\n.index-module_red__poyEv .index-module_title__xr0dD {\n color: var(--strong-red);\n}\n\n.index-module_green__9le1e .index-module_icon__-R9vX,\n.index-module_green__9le1e .index-module_title__xr0dD {\n color: var(--green);\n}\n\n.index-module_small__Q0es2 .index-module_helper__G6BNR,\n.index-module_small__Q0es2 .index-module_question__NtE-j {\n font-size: 12px;\n}\n\n.index-module_small__Q0es2 .index-module_information__rv2fk {\n gap: 8px;\n}\n\n.index-module_small__Q0es2 .index-module_description__G1hgH,\n.index-module_small__Q0es2 .index-module_title__xr0dD {\n font-size: 12px;\n}\n\n.index-module_small__Q0es2 .index-module_icon__-R9vX {\n padding: 8px;\n}\n\n.index-module_small__Q0es2 .index-module_icon__-R9vX > svg {\n width: 20px;\n height: 20px;\n}\n";
4
1
  var styles = {"root":"index-module_root__SMoii","question":"index-module_question__NtE-j","label":"index-module_label__VPiEN","information":"index-module_information__rv2fk","icon":"index-module_icon__-R9vX","text":"index-module_text__zUJtP","title":"index-module_title__xr0dD","description":"index-module_description__G1hgH","helper":"index-module_helper__G6BNR","input":"index-module_input__ydnxA","list":"index-module_list__V5K24","file":"index-module_file__8mj9e","dragging":"index-module_dragging__jntWV","imported":"index-module_imported__iqs3y","red":"index-module_red__poyEv","green":"index-module_green__9le1e","small":"index-module_small__Q0es2"};
5
- styleInject(css_248z);
6
2
 
7
3
  export { styles as default };
@@ -1,7 +1,3 @@
1
- import styleInject from '../../../../node_modules/style-inject/dist/style-inject.es.js';
2
-
3
- var css_248z = "";
4
1
  var styles = {};
5
- styleInject(css_248z);
6
2
 
7
3
  export { styles as default };
@@ -1,7 +1,3 @@
1
- import styleInject from '../../../../../../node_modules/style-inject/dist/style-inject.es.js';
2
-
3
- var css_248z = ".index-module_root__ndbCK {\n display: table;\n justify-self: center;\n align-self: center;\n width: 42px;\n height: 42px;\n margin: auto;\n border: 6px solid var(--square-blue, #f5f5f5);\n border-bottom-color: var(--strong-blue);\n box-sizing: border-box;\n border-radius: 50%;\n animation: index-module_loader-spining__1bCLc 640ms ease infinite, index-module_loader-color__YUfwS 1280ms ease infinite;\n}\n\n@keyframes index-module_loader-spining__1bCLc {\n 100% {\n transform: rotate(360deg);\n }\n}\n\n@keyframes index-module_loader-color__YUfwS {\n 0% {\n filter: contrast(1);\n }\n 50% {\n filter: contrast(0.8);\n }\n 100% {\n filter: contrast(1);\n }\n}\n";
4
1
  var styles = {"root":"index-module_root__ndbCK"};
5
- styleInject(css_248z);
6
2
 
7
3
  export { styles as default };
@@ -1,7 +1,3 @@
1
- import styleInject from '../../../../../node_modules/style-inject/dist/style-inject.es.js';
2
-
3
- var css_248z = ".index-module_root__lLUIk {\n flex: 0 1 auto;\n display: flex;\n align-items: center;\n gap: 8px;\n background-color: var(--light-background);\n border: 0.5px solid var(--stroke);\n border-radius: 4px;\n padding: 4px 8px;\n min-width: 0;\n box-shadow: 0px 0px 2px 0px rgba(var(--japanese-indigo), 0.2);\n}\n\n.index-module_root__lLUIk:hover {\n background-color: var(--lighter-stroke);\n}\n\n.index-module_text__IrSLW {\n flex: 1;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n font-size: 12px;\n}\n\n.index-module_delete__1S-5A {\n color: var(--red);\n width: 12px;\n height: 12px;\n cursor: pointer;\n flex-shrink: 0;\n}\n\n.index-module_delete__1S-5A:hover {\n color: var(--strong-red);\n}\n\n.index-module_small__d5SxP {\n padding: 2px 4px;\n gap: 2px;\n}\n\n.index-module_small__d5SxP .index-module_text__IrSLW {\n font-size: 10px;\n}\n";
4
1
  var styles = {"root":"index-module_root__lLUIk","text":"index-module_text__IrSLW","delete":"index-module_delete__1S-5A","small":"index-module_small__d5SxP"};
5
- styleInject(css_248z);
6
2
 
7
3
  export { styles as default };
@@ -1,7 +1,3 @@
1
- import styleInject from '../../../../../node_modules/style-inject/dist/style-inject.es.js';
2
-
3
- var css_248z = ".index-module_root__9df-r {\n display: flex;\n width: 100%;\n padding: 8px 12px;\n font-weight: 600;\n background-color: var(--lighter-stroke);\n}\n";
4
1
  var styles = {"root":"index-module_root__9df-r"};
5
- styleInject(css_248z);
6
2
 
7
3
  export { styles as default };
@@ -1,7 +1,3 @@
1
- import styleInject from '../../../../node_modules/style-inject/dist/style-inject.es.js';
2
-
3
- var css_248z = ".index-module_root__HNCs9 {\n display: flex;\n flex-direction: column;\n gap: 4px;\n align-items: flex-start;\n}\n\n.index-module_container__hK6Yp {\n position: relative;\n display: flex;\n width: 100%;\n cursor: pointer;\n}\n\n.index-module_container__hK6Yp > * {\n width: 100%;\n}\n\n.index-module_input__sWJnB input {\n cursor: pointer;\n}\n\n.index-module_open__f4HTz .index-module_input__sWJnB input {\n border-radius: 8px 8px 0 0;\n}\n\n.index-module_input__sWJnB svg {\n color: var(--tertiary-text);\n height: 20px;\n width: 20px;\n transform: translateY(-50%) scaleY(1);\n transition: all var(--transition-short);\n}\n\n.index-module_open__f4HTz .index-module_input__sWJnB svg {\n transform: translateY(-50%) scaleY(-1);\n transition: all var(--transition-short);\n}\n\n.index-module_small__3EGJs .index-module_input__sWJnB svg {\n height: 16px;\n width: 16px;\n}\n\n.index-module_options__6mL8F {\n display: flex;\n flex-direction: column;\n border-radius: 0 0 8px 8px;\n width: 100%;\n}\n\n.index-module_list__Y6Tk4 {\n display: flex;\n flex-wrap: wrap;\n gap: 4px;\n margin-top: 4px;\n}\n";
4
1
  var styles = {"root":"index-module_root__HNCs9","container":"index-module_container__hK6Yp","input":"index-module_input__sWJnB","open":"index-module_open__f4HTz","small":"index-module_small__3EGJs","options":"index-module_options__6mL8F","list":"index-module_list__Y6Tk4"};
5
- styleInject(css_248z);
6
2
 
7
3
  export { styles as default };
@@ -1,7 +1,3 @@
1
- import styleInject from '../../../../../node_modules/style-inject/dist/style-inject.es.js';
2
-
3
- var css_248z = ".index-module_root__qWCGb {\n display: flex;\n justify-content: space-between;\n gap: 6px;\n padding: 8px 12px;\n}\n\n.index-module_root__qWCGb svg {\n height: 18px;\n width: 18px;\n}\n\n.index-module_root__qWCGb:hover {\n background-color: var(--bright-green);\n cursor: pointer;\n}\n\n.index-module_small__m55V2 {\n font-size: 12px;\n padding: 4px 8px;\n gap: 4px;\n}\n\n.index-module_selected__pt-02 {\n background-color: var(--light-background);\n font-weight: 600;\n}\n\n.index-module_root__qWCGb.index-module_small__m55V2 svg {\n height: 16px;\n width: 16px;\n}\n";
4
1
  var styles = {"root":"index-module_root__qWCGb","small":"index-module_small__m55V2","selected":"index-module_selected__pt-02"};
5
- styleInject(css_248z);
6
2
 
7
3
  export { styles as default };
@@ -1,7 +1,3 @@
1
- import styleInject from '../../../../../node_modules/style-inject/dist/style-inject.es.js';
2
-
3
- var css_248z = ".index-module_root__mQkl3 {\n position: fixed;\n display: flex;\n flex-direction: column;\n background-color: var(--white);\n border: 1px solid var(--light-stroke);\n border-radius: 0 0 8px 8px;\n overflow: hidden;\n z-index: 40;\n transition: max-height var(--transition-short);\n}\n\n.index-module_scroller__w-1Kk {\n overflow-y: auto;\n flex: 1;\n}\n";
4
1
  var styles = {"root":"index-module_root__mQkl3","scroller":"index-module_scroller__w-1Kk"};
5
- styleInject(css_248z);
6
2
 
7
3
  export { styles as default };
@@ -1,7 +1,3 @@
1
- import styleInject from '../../../../node_modules/style-inject/dist/style-inject.es.js';
2
-
3
- var css_248z = ".index-module_root__2y8iA {\n flex: 0 0 auto;\n background-color: var(--lighter-stroke);\n color: var(--secondary-text);\n border-radius: 4px;\n font-size: 11px;\n font-weight: 600;\n padding: 4px 8px;\n}\n";
4
1
  var styles = {"root":"index-module_root__2y8iA"};
5
- styleInject(css_248z);
6
2
 
7
3
  export { styles as default };
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- import { build } from '../../../forge/src/classes.js';
2
+ import * as Classes from 'forge/classes';
3
3
  import styles from './index.module.css.js';
4
4
  import { j as jsxRuntimeExports } from '../../../../_virtual/jsx-runtime.js';
5
5
 
@@ -29,7 +29,7 @@ const Text = ({
29
29
  const valid = validate(ref.current?.value, validation);
30
30
  const invalid = valid === false || error;
31
31
  const classes = {
32
- root: build(styles.root, className, {
32
+ root: Classes.build(styles.root, className, {
33
33
  [styles.fill]: fill,
34
34
  [styles.valid]: valid,
35
35
  [styles.small]: small,
@@ -37,11 +37,11 @@ const Text = ({
37
37
  [styles.invalid]: invalid,
38
38
  [styles.optional]: !required || optional
39
39
  }),
40
- input: build(styles.input, {
40
+ input: Classes.build(styles.input, {
41
41
  [styles.unit]: metric,
42
42
  [styles.iconic]: Icon
43
43
  }),
44
- error: build(styles.error, {
44
+ error: Classes.build(styles.error, {
45
45
  [styles.exception]: invalid
46
46
  })
47
47
  };
@@ -1,7 +1,3 @@
1
- import styleInject from '../../../../node_modules/style-inject/dist/style-inject.es.js';
2
-
3
- var css_248z = ".index-module_root__gFc58 {\n display: flex;\n flex-direction: column;\n gap: 4px;\n}\n\n.index-module_label__6lPAe {\n display: flex;\n justify-content: space-between;\n padding: 0 8px;\n}\n\n.index-module_container__ftudO {\n position: relative;\n display: flex;\n}\n\n.index-module_input__4FGVb {\n flex: 1 1 auto;\n width: 100%;\n height: 40px;\n padding: 0 8px;\n font-family: inherit !important;\n color: var(--tertiary-text);\n background-color: var(--light-background);\n border: 1px solid var(--stroke-blue);\n border-radius: var(--border-radius);\n transition:\n background-color var(--transition-short),\n color var(--transition-short),\n border var(--transition-short),\n box-shadow var(--transition-long);\n}\n\n.index-module_input__4FGVb:hover {\n border: 1px solid var(--bright-blue);\n}\n\n.index-module_valid__IrjhT .index-module_input__4FGVb,\n.index-module_written__DE1sJ .index-module_input__4FGVb,\n.index-module_input__4FGVb:active,\n.index-module_input__4FGVb:focus {\n color: var(--font-color);\n background-color: var(--white);\n border: 1px solid var(--green);\n}\n\n.index-module_input__4FGVb:active,\n.index-module_input__4FGVb:focus {\n box-shadow: 0 0 0 3px rgba(var(--mountain-meadow), 0.3);\n}\n\n.index-module_invalid__YGpJN .index-module_input__4FGVb {\n color: var(--font-color);\n background-color: var(--white);\n border: 1px solid var(--strong-red);\n}\n\n.index-module_invalid__YGpJN .index-module_input__4FGVb:active,\n.index-module_invalid__YGpJN .index-module_input__4FGVb:focus {\n border: 1px solid var(--strong-red);\n box-shadow: 0 0 0 3px rgba(var(--fuzzy-wuzzy), 0.3);\n}\n\n.index-module_label__6lPAe label {\n font-weight: 600;\n}\n\n.index-module_optional__dWJ3x .index-module_label__6lPAe::after {\n content: \"Optionnel\";\n right: 8px;\n color: var(--tertiary-text);\n}\n\n.index-module_unit__rwisi {\n padding-right: 24px;\n}\n\n.index-module_metric__zbGaJ {\n position: absolute;\n right: 8px;\n top: 50%;\n transform: translateY(-50%);\n}\n\n.index-module_iconic__HCUkk {\n padding-right: 36px;\n}\n\n.index-module_icon__e9Vm7 {\n position: absolute;\n right: 8px;\n top: 50%;\n transform: translateY(-50%);\n}\n\n.index-module_helper__RMmIU {\n font-size: 14px;\n color: var(--tertiary-text);\n}\n\n.index-module_error__lRlJB {\n display: flex;\n align-items: center;\n color: var(--strong-red);\n gap: 4px;\n opacity: 0;\n transition: opacity var(--transition-short);\n}\n\n.index-module_error__lRlJB::before {\n content: \"!\";\n display: flex;\n justify-content: center;\n align-items: center;\n font-size: 14px;\n font-weight: bold;\n border-radius: 50%;\n flex: 0 0 16px;\n height: 16px;\n width: 16px;\n color: var(--white);\n background-color: var(--strong-red);\n}\n\n.index-module_exception__Y4jMB {\n opacity: 1;\n}\n\n.index-module_fill__YjZaZ {\n width: 100%;\n}\n\n.index-module_small__Fh1-g input {\n height: 30px;\n}\n\n.index-module_small__Fh1-g .index-module_label__6lPAe,\n.index-module_small__Fh1-g input,\n.index-module_small__Fh1-g .index-module_metric__zbGaJ {\n font-size: 12px;\n}\n\n.index-module_small__Fh1-g .index-module_helper__RMmIU,\n.index-module_small__Fh1-g .index-module_error__lRlJB {\n font-size: 11px;\n}\n\n.index-module_small__Fh1-g .index-module_icon__e9Vm7 {\n width: 16px;\n height: 16px;\n}\n\n.index-module_small__Fh1-g .index-module_iconic__HCUkk {\n padding-right: 30px;\n}\n\n.index-module_small__Fh1-g input::placeholder {\n font-size: 12px;\n}\n\n.index-module_input__4FGVb:disabled {\n border: 1px solid var(--stroke-blue);\n background-color: var(--light-background);\n opacity: 0.75;\n}\n";
4
1
  var styles = {"root":"index-module_root__gFc58","label":"index-module_label__6lPAe","container":"index-module_container__ftudO","input":"index-module_input__4FGVb","valid":"index-module_valid__IrjhT","written":"index-module_written__DE1sJ","invalid":"index-module_invalid__YGpJN","optional":"index-module_optional__dWJ3x","unit":"index-module_unit__rwisi","metric":"index-module_metric__zbGaJ","iconic":"index-module_iconic__HCUkk","icon":"index-module_icon__e9Vm7","helper":"index-module_helper__RMmIU","error":"index-module_error__lRlJB","exception":"index-module_exception__Y4jMB","fill":"index-module_fill__YjZaZ","small":"index-module_small__Fh1-g"};
5
- styleInject(css_248z);
6
2
 
7
3
  export { styles as default };
@@ -1,7 +1,3 @@
1
- import styleInject from '../../../../node_modules/style-inject/dist/style-inject.es.js';
2
-
3
- var css_248z = ".index-module_root__-sFMR {\n display: flex;\n flex-direction: column;\n align-self: stretch;\n gap: 4px;\n}\n\n.index-module_label__medJR {\n display: flex;\n justify-content: space-between;\n padding: 0 8px;\n}\n\n.index-module_container__U2pdr {\n position: relative;\n display: grid;\n}\n\n.index-module_container__U2pdr::after {\n content: attr(data-content) \" \";\n white-space: pre-wrap;\n visibility: hidden;\n min-height: 80px;\n max-height: 200px;\n}\n\n.index-module_input__jsxEP {\n resize: none;\n color: var(--tertiary-text);\n overflow-y: scroll;\n background-color: var(--light-background);\n transition:\n background-color var(--transition-short),\n color var(--transition-short),\n border var(--transition-short),\n box-shadow var(--transition-long);\n min-height: 80px;\n max-height: 200px;\n}\n\n.index-module_container__U2pdr::after,\n.index-module_input__jsxEP {\n grid-area: 1 / 1 / 2 / 2;\n width: 100%;\n padding: 8px;\n font-family: inherit !important;\n font-size: 16px;\n line-height: 22px;\n border: 1px solid var(--stroke-blue);\n border-radius: var(--border-radius);\n word-break: break-word;\n overflow: auto;\n}\n\n.index-module_input__jsxEP:hover {\n border: 1px solid var(--bright-blue);\n}\n\n.index-module_input__jsxEP:active,\n.index-module_input__jsxEP:focus {\n box-shadow: 0 0 0 3px rgba(var(--mountain-meadow), 0.3);\n}\n\n.index-module_input__jsxEP:active,\n.index-module_input__jsxEP:focus,\n.index-module_written__E-nU5 .index-module_input__jsxEP {\n color: var(--font-color);\n background-color: var(--white);\n border: 1px solid var(--green);\n}\n\n.index-module_label__medJR label {\n font-weight: 600;\n}\n\n.index-module_fill__8hK9o {\n width: 100%;\n}\n\n.index-module_small__iH4CV .index-module_input__jsxEP,\n.index-module_container__U2pdr::after {\n min-height: 60px;\n}\n\n.index-module_small__iH4CV .index-module_label__medJR,\n.index-module_small__iH4CV .index-module_input__jsxEP,\n.index-module_small__iH4CV {\n font-size: 12px;\n}\n\n.index-module_small__iH4CV .index-module_input__jsxEP::placeholder {\n font-size: 12px;\n}\n";
4
1
  var styles = {"root":"index-module_root__-sFMR","label":"index-module_label__medJR","container":"index-module_container__U2pdr","input":"index-module_input__jsxEP","written":"index-module_written__E-nU5","fill":"index-module_fill__8hK9o","small":"index-module_small__iH4CV"};
5
- styleInject(css_248z);
6
2
 
7
3
  export { styles as default };
@@ -1,7 +1,3 @@
1
- import styleInject from '../../../../node_modules/style-inject/dist/style-inject.es.js';
2
-
3
- var css_248z = ".index-module_root__Ts-Ef {\n display: flex;\n flex-direction: row-reverse;\n justify-content: flex-end;\n gap: 8px;\n --input-width: 30px;\n --input-height: 16px;\n --input-radius: 6px;\n --handle-width: 12px;\n --handle-radius: 4px;\n}\n\n.index-module_root__Ts-Ef.index-module_large__aQ1dG {\n --input-width: 40px;\n --input-height: 20px;\n --input-radius: 8px;\n --handle-width: 16px;\n --handle-radius: 6px;\n}\n\n.index-module_root__Ts-Ef.index-module_small__Fy1tm {\n --input-width: 24px;\n --input-height: 12px;\n --handle-width: 8px;\n --handle-radius: 2px;\n --input-radius: 4px;\n}\n\n.index-module_root__Ts-Ef *,\n.index-module_root__Ts-Ef *::after,\n.index-module_root__Ts-Ef *::before {\n box-sizing: content-box;\n}\n\n.index-module_root__Ts-Ef input {\n display: none;\n}\n\n.index-module_root__Ts-Ef::after {\n content: attr(data-label);\n display: flex;\n}\n\n.index-module_root__Ts-Ef label {\n position: relative;\n display: inline-flex;\n align-items: center;\n}\n\n.index-module_root__Ts-Ef label::before,\n.index-module_root__Ts-Ef label::after {\n content: \"\";\n position: absolute;\n left: 0;\n transition: all 0.2s ease;\n cursor: pointer;\n}\n\n.index-module_root__Ts-Ef label::before {\n width: var(--input-width);\n height: var(--input-height);\n border-radius: var(--input-radius);\n background-color: var(--stroke-blue);\n}\n\n.index-module_root__Ts-Ef label::after {\n content: \"\";\n width: var(--handle-width);\n height: var(--handle-width);\n border-radius: var(--handle-radius);\n left: 2px;\n background: #fff;\n box-sizing: border-box;\n transition: all 0.2s ease;\n}\n\n.index-module_root__Ts-Ef input:checked + label::after {\n left: calc(var(--input-width) - var(--handle-width) - 2px);\n}\n\n.index-module_root__Ts-Ef input:checked + label::before {\n background-color: var(--highlight-green);\n}\n\n.index-module_disabled__stSWq label {\n pointer-events: none;\n}\n\n.index-module_disabled__stSWq label::before {\n background-color: var(--lighter-stroke);\n}\n\n.index-module_disabled__stSWq input:checked + label::before {\n background-color: var(--stroke-green);\n}\n";
4
1
  var styles = {"root":"index-module_root__Ts-Ef","large":"index-module_large__aQ1dG","small":"index-module_small__Fy1tm","disabled":"index-module_disabled__stSWq"};
5
- styleInject(css_248z);
6
2
 
7
3
  export { styles as default };
@@ -1,7 +1,3 @@
1
- import styleInject from '../node_modules/style-inject/dist/style-inject.es.js';
2
-
3
- var css_248z = ".index-module_caption__rLj1H {\n flex: 1 1 auto;\n min-width: 200px;\n align-self: center;\n}\n\n.index-module_image__1vKdM {\n width: 200px;\n height: auto;\n}\n\n.index-module_animation__-ai2b {\n flex: 1 0 275px;\n background-color: var(--light-background);\n border: 0.5px solid var(--lighter-stroke);\n padding: 20px;\n}\n\n.index-module_condo__J-7Rb {\n filter: drop-shadow(0 12px 8px var(--bright-green));\n animation: index-module_floating__QUkes 6s ease-in-out infinite;\n}\n\n@media (min-width: 750px) {\n .index-module_form__GeBqt {\n flex-direction: row;\n }\n}\n\n@keyframes index-module_floating__QUkes {\n 0% {\n transform: translateY(-10px);\n }\n 50% {\n transform: translateY(10px);\n }\n 100% {\n transform: translateY(-10px);\n }\n}\n";
4
1
  var styles = {"caption":"index-module_caption__rLj1H","image":"index-module_image__1vKdM","animation":"index-module_animation__-ai2b","condo":"index-module_condo__J-7Rb","form":"index-module_form__GeBqt"};
5
- styleInject(css_248z);
6
2
 
7
3
  export { styles as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amoa/casting",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -16,8 +16,8 @@
16
16
  "./*": "./dist/*"
17
17
  },
18
18
  "dependencies": {
19
- "@amoa/forge": "^0.1.0",
20
- "@amoa/ingots": "^0.1.5",
21
- "@amoa/runes": "^0.1.1"
19
+ "@amoa/forge": "^0.1.2",
20
+ "@amoa/ingots": "^0.1.6",
21
+ "@amoa/runes": "^0.1.3"
22
22
  }
23
23
  }