chop-logic-components 0.7.0 → 0.7.1

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 (43) hide show
  1. package/dist/__mocks__/select-values.d.ts +1 -1
  2. package/dist/components/controls/button/Button.d.ts +1 -1
  3. package/dist/components/controls/button/__docs__/Button.stories.d.ts +1 -1
  4. package/dist/components/controls/button/__docs__/ButtonExample.d.ts +1 -1
  5. package/dist/components/index.d.ts +3 -3
  6. package/dist/components/inputs/checkbox/Checkbox.d.ts +1 -1
  7. package/dist/components/inputs/checkbox/__docs__/Checkbox.stories.d.ts +1 -1
  8. package/dist/components/inputs/checkbox/__docs__/CheckboxExample.d.ts +1 -1
  9. package/dist/components/inputs/checkbox/types.d.ts +1 -0
  10. package/dist/components/inputs/multi-select/__docs__/MultiSelect.stories.d.ts +1 -1
  11. package/dist/components/inputs/multi-select/__docs__/MultiSelectExample.d.ts +1 -1
  12. package/dist/components/inputs/multi-select/types.d.ts +1 -0
  13. package/dist/components/inputs/select/__docs__/Select.stories.d.ts +1 -1
  14. package/dist/components/inputs/select/__docs__/SelectExample.d.ts +1 -1
  15. package/dist/components/inputs/select/types.d.ts +1 -0
  16. package/dist/components/inputs/text/TextInput.d.ts +1 -1
  17. package/dist/components/inputs/text/__docs__/TextInput.stories.d.ts +1 -1
  18. package/dist/components/inputs/text/__docs__/TextInputExample.d.ts +1 -1
  19. package/dist/components/inputs/text/types.d.ts +1 -0
  20. package/dist/components/modals/alert/__docs__/Alert.stories.d.ts +2 -2
  21. package/dist/components/modals/alert/elements/Header.d.ts +1 -1
  22. package/dist/components/modals/alert/helpers/get-alert-icon.d.ts +1 -1
  23. package/dist/components/modals/alert/types.d.ts +1 -0
  24. package/dist/components/modals/dialog/__docs__/Dialog.stories.d.ts +1 -1
  25. package/dist/components/modals/dialog/__docs__/DialogExample.d.ts +1 -1
  26. package/dist/components/modals/tooltip/__docs__/Tooltip.stories.d.ts +1 -1
  27. package/dist/components/modals/tooltip/__docs__/TooltipExample.d.ts +1 -1
  28. package/dist/hooks/index.d.ts +4 -4
  29. package/dist/hooks/use-click-outside/__docs__/useClickOutside.stories.d.ts +1 -1
  30. package/dist/hooks/use-container-dimensions/__docs__/useContainerDimensions.stories.d.ts +1 -1
  31. package/dist/hooks/use-key-press/__docs__/useKeyPress.stories.d.ts +1 -1
  32. package/dist/hooks/use-modal-focus-trap/__docs__/useModalFocusTrap.stories.d.ts +1 -1
  33. package/dist/hooks/use-modal-focus-trap/index.d.ts +1 -0
  34. package/dist/hooks/use-mount/__docs__/useMount.stories.d.ts +1 -1
  35. package/dist/hooks/use-tooltip-position/__docs__/useTooltipPosition.stories.d.ts +1 -1
  36. package/dist/hooks/use-tooltip-position/index.d.ts +1 -0
  37. package/dist/hooks/use-window-dimensions/__docs__/useWindowDimensions.stories.d.ts +1 -1
  38. package/dist/index.cjs.js +122 -60
  39. package/dist/index.cjs.js.map +1 -1
  40. package/dist/index.es.js +11173 -10023
  41. package/dist/index.es.js.map +1 -1
  42. package/dist/style.css +1 -1
  43. package/package.json +12 -10
package/dist/style.css CHANGED
@@ -1 +1 @@
1
- @font-face{font-family:Cyrge;src:local("Cyrge"),url(src/assets/fonts/cyrge/Cygre-Regular.ttf) format("truetype-variations");font-display:swap}@font-face{font-family:Zector;src:local("Zector"),url(src/assets/fonts/zector/Zector.ttf) format("truetype-variations");font-display:swap}@font-face{font-family:chop-icons;src:url(src/assets/icons/chop-icons.eot?426rr9);src:url(src/assets/icons/chop-icons.eot?426rr9#iefix) format("embedded-opentype"),url(src/assets/icons/chop-icons.ttf?426rr9) format("truetype"),url(src/assets/icons/chop-icons.woff?426rr9) format("woff"),url(src/assets/icons/chop-icons.svg?426rr9#chop-icons) format("svg");font-weight:400;font-style:normal;font-display:block}.cl-button{min-height:2.75rem;min-width:2.75rem;border:none;cursor:pointer;padding:0 .75rem;font-size:1rem;font-family:Cyrge,Helvetica,sans-serif;display:flex;align-items:center;justify-content:center;gap:.25rem;overflow:hidden}.cl-button:focus-visible{outline:2px dashed #e53d00;outline-offset:2px}.cl-button__text{overflow:hidden;text-overflow:ellipsis}.cl-button_primary{border-radius:.375rem;color:#f6f7eb;box-shadow:#00000026 2.4px 2.4px 3.2px;filter:brightness(100%);transition:.3s;background:linear-gradient(0deg,#222,#266dd3)}.cl-button_primary:hover,.cl-button_primary:active{filter:brightness(130%)}.cl-button_secondary{background:none;color:#222;text-shadow:none;transition:.3s}.cl-button_secondary .cl-button__text{text-decoration:underline}.cl-button_secondary:hover,.cl-button_secondary:active{text-shadow:2.4px 2.4px 3.2px rgba(0,0,0,.3)}.cl-button_secondary.cl-button_disabled{opacity:.6}.cl-button_danger{border-radius:.375rem;color:#f6f7eb;box-shadow:#00000026 2.4px 2.4px 3.2px;filter:brightness(100%);transition:.3s;background:linear-gradient(0deg,#222,#e53d00)}.cl-button_danger:hover,.cl-button_danger:active{filter:brightness(130%)}.cl-button_icon{gap:0;background:transparent;font-weight:400;font-size:1.4rem;border-radius:.375rem;color:#266dd3}.cl-button_icon:hover,.cl-button_icon:active{background-color:#e9edf0}.cl-button_disabled{pointer-events:none;filter:grayscale(80%);opacity:.9}@font-face{font-family:Cyrge;src:local("Cyrge"),url(src/assets/fonts/cyrge/Cygre-Regular.ttf) format("truetype-variations");font-display:swap}@font-face{font-family:Zector;src:local("Zector"),url(src/assets/fonts/zector/Zector.ttf) format("truetype-variations");font-display:swap}@font-face{font-family:chop-icons;src:url(src/assets/icons/chop-icons.eot?426rr9);src:url(src/assets/icons/chop-icons.eot?426rr9#iefix) format("embedded-opentype"),url(src/assets/icons/chop-icons.ttf?426rr9) format("truetype"),url(src/assets/icons/chop-icons.woff?426rr9) format("woff"),url(src/assets/icons/chop-icons.svg?426rr9#chop-icons) format("svg");font-weight:400;font-style:normal;font-display:block}.cl-label{font-size:.8rem;font-family:Cyrge,Helvetica,sans-serif;display:flex;align-items:center;gap:.25rem;color:#222}.cl-label__text{text-wrap:nowrap;overflow:hidden;text-overflow:ellipsis}.cl-label__required{font-size:.8rem;font-family:Cyrge,Helvetica,sans-serif;text-decoration:none;color:#e53d00;cursor:pointer}@font-face{font-family:Cyrge;src:local("Cyrge"),url(src/assets/fonts/cyrge/Cygre-Regular.ttf) format("truetype-variations");font-display:swap}@font-face{font-family:Zector;src:local("Zector"),url(src/assets/fonts/zector/Zector.ttf) format("truetype-variations");font-display:swap}@font-face{font-family:chop-icons;src:url(src/assets/icons/chop-icons.eot?426rr9);src:url(src/assets/icons/chop-icons.eot?426rr9#iefix) format("embedded-opentype"),url(src/assets/icons/chop-icons.ttf?426rr9) format("truetype"),url(src/assets/icons/chop-icons.woff?426rr9) format("woff"),url(src/assets/icons/chop-icons.svg?426rr9#chop-icons) format("svg");font-weight:400;font-style:normal;font-display:block}.cl-error-message{font-size:.8rem;font-family:Cyrge,Helvetica,sans-serif;color:#e53d00;visibility:hidden}.cl-error-message_visible{visibility:visible}@font-face{font-family:Cyrge;src:local("Cyrge"),url(src/assets/fonts/cyrge/Cygre-Regular.ttf) format("truetype-variations");font-display:swap}@font-face{font-family:Zector;src:local("Zector"),url(src/assets/fonts/zector/Zector.ttf) format("truetype-variations");font-display:swap}@font-face{font-family:chop-icons;src:url(src/assets/icons/chop-icons.eot?426rr9);src:url(src/assets/icons/chop-icons.eot?426rr9#iefix) format("embedded-opentype"),url(src/assets/icons/chop-icons.ttf?426rr9) format("truetype"),url(src/assets/icons/chop-icons.woff?426rr9) format("woff"),url(src/assets/icons/chop-icons.svg?426rr9#chop-icons) format("svg");font-weight:400;font-style:normal;font-display:block}.cl-text-input{display:flex;flex-direction:column;gap:.6rem}.cl-text-input__wrapper{display:flex;flex-direction:column;justify-content:space-between;gap:.6rem;padding:.6rem;font-family:Cyrge,Helvetica,sans-serif;color:#222;box-shadow:#00000026 2.4px 2.4px 3.2px;border-top-left-radius:.375rem;border-top-right-radius:.375rem;border:1px solid #5998c5}.cl-text-input__wrapper:has(.cl-text-input__textbox:focus-visible){border:1px solid #266dd3;outline:1px solid #266dd3;outline-offset:-3px}.cl-text-input__wrapper_invalid{border:1px solid #e53d00}.cl-text-input__wrapper_invalid:has(.cl-text-input__textbox:focus-visible){border:1px solid #e53d00;outline:1px solid #e53d00;outline-offset:-3px}.cl-text-input__wrapper_disabled{filter:grayscale(100%);opacity:.8;pointer-events:none}.cl-text-input__wrapper_disabled .cl-text-input__textbox::placeholder{color:transparent}.cl-text-input__textbox{outline:0;border:none;font-size:1rem;padding:0;background:transparent;font-family:Cyrge,Helvetica,sans-serif;color:#222}.cl-text-input__error{padding-inline-start:.6rem}@font-face{font-family:Cyrge;src:local("Cyrge"),url(src/assets/fonts/cyrge/Cygre-Regular.ttf) format("truetype-variations");font-display:swap}@font-face{font-family:Zector;src:local("Zector"),url(src/assets/fonts/zector/Zector.ttf) format("truetype-variations");font-display:swap}@font-face{font-family:chop-icons;src:url(src/assets/icons/chop-icons.eot?426rr9);src:url(src/assets/icons/chop-icons.eot?426rr9#iefix) format("embedded-opentype"),url(src/assets/icons/chop-icons.ttf?426rr9) format("truetype"),url(src/assets/icons/chop-icons.woff?426rr9) format("woff"),url(src/assets/icons/chop-icons.svg?426rr9#chop-icons) format("svg");font-weight:400;font-style:normal;font-display:block}.cl-select{position:relative;display:flex;flex-direction:column;justify-content:space-between;gap:.6rem;padding:.6rem;font-family:Cyrge,Helvetica,sans-serif;color:#222;box-shadow:#00000026 2.4px 2.4px 3.2px;border-top-left-radius:.375rem;border-top-right-radius:.375rem;border:1px solid #5998c5;max-width:100%}.cl-select_disabled{filter:grayscale(100%);opacity:.8;pointer-events:none}.cl-select__icon{color:#266dd3}.cl-select:has(.cl-select__combobox:focus-visible){border:1px solid #266dd3;outline:1px solid #266dd3;outline-offset:-3px}.cl-select__combobox{border:none;text-align:left;padding:0;background:transparent;color:#222;font-size:1rem;cursor:pointer;display:flex;justify-content:space-between;gap:.6rem;overflow:hidden}.cl-select__combobox:focus-visible{outline:2px dashed #e53d00;outline-offset:2px}.cl-select__placeholder{overflow:hidden;text-overflow:ellipsis}.cl-select__dropdown{visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s linear;position:absolute;background-color:#fff;margin:0;padding:0;list-style:none;z-index:1000;width:100%;top:66px;left:0;border:1px solid #5998c5;box-shadow:#00000026 2.4px 2.4px 3.2px;overflow-y:auto;max-height:180px}.cl-select__dropdown_opened{visibility:visible;opacity:1}.cl-select__option{padding:.6rem;cursor:pointer;display:flex;justify-content:space-between;gap:.6rem}.cl-select__option:hover,.cl-select__option:active{background-color:#e9edf0}.cl-select__option:focus-visible{outline:2px dashed #e53d00;outline-offset:-2px}@font-face{font-family:Cyrge;src:local("Cyrge"),url(src/assets/fonts/cyrge/Cygre-Regular.ttf) format("truetype-variations");font-display:swap}@font-face{font-family:Zector;src:local("Zector"),url(src/assets/fonts/zector/Zector.ttf) format("truetype-variations");font-display:swap}@font-face{font-family:chop-icons;src:url(src/assets/icons/chop-icons.eot?426rr9);src:url(src/assets/icons/chop-icons.eot?426rr9#iefix) format("embedded-opentype"),url(src/assets/icons/chop-icons.ttf?426rr9) format("truetype"),url(src/assets/icons/chop-icons.woff?426rr9) format("woff"),url(src/assets/icons/chop-icons.svg?426rr9#chop-icons) format("svg");font-weight:400;font-style:normal;font-display:block}.cl-multi-select{position:relative;display:flex;flex-direction:column;justify-content:space-between;gap:.6rem;padding:.6rem;font-family:Cyrge,Helvetica,sans-serif;color:#222;box-shadow:#00000026 2.4px 2.4px 3.2px;border-top-left-radius:.375rem;border-top-right-radius:.375rem;border:1px solid #5998c5;max-width:100%}.cl-multi-select_disabled{filter:grayscale(100%);opacity:.8;pointer-events:none}.cl-multi-select_icon{color:#266dd3}.cl-multi-select:has(.cl-multi-select__combobox:focus-visible){border:1px solid #266dd3;outline:1px solid #266dd3;outline-offset:-3px}.cl-multi-select__combobox{border:none;text-align:left;padding:0;background:transparent;color:#222;font-size:1rem;cursor:pointer;display:flex;justify-content:space-between;gap:.6rem;overflow:hidden}.cl-multi-select__combobox:focus-visible{outline:2px dashed #e53d00;outline-offset:2px}.cl-multi-select__placeholder{overflow:hidden;text-overflow:ellipsis}.cl-multi-select__dropdown{visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s linear;position:absolute;background-color:#fff;margin:0;padding:0;list-style:none;z-index:1000;width:100%;top:66px;left:0;border:1px solid #5998c5;box-shadow:#00000026 2.4px 2.4px 3.2px;overflow-y:auto;max-height:180px}.cl-multi-select__dropdown_opened{visibility:visible;opacity:1}.cl-multi-select__option{padding:.6rem;cursor:pointer;display:flex;justify-content:flex-start;align-items:center;gap:.6rem}.cl-multi-select__option:hover,.cl-multi-select__option.active{background-color:#e9edf0}.cl-multi-select__option:focus-visible{outline:2px dashed #e53d00;outline-offset:-2px}.cl-multi-select__checkbox:before{color:#266dd3}@font-face{font-family:Cyrge;src:local("Cyrge"),url(src/assets/fonts/cyrge/Cygre-Regular.ttf) format("truetype-variations");font-display:swap}@font-face{font-family:Zector;src:local("Zector"),url(src/assets/fonts/zector/Zector.ttf) format("truetype-variations");font-display:swap}@font-face{font-family:chop-icons;src:url(src/assets/icons/chop-icons.eot?426rr9);src:url(src/assets/icons/chop-icons.eot?426rr9#iefix) format("embedded-opentype"),url(src/assets/icons/chop-icons.ttf?426rr9) format("truetype"),url(src/assets/icons/chop-icons.woff?426rr9) format("woff"),url(src/assets/icons/chop-icons.svg?426rr9#chop-icons) format("svg");font-weight:400;font-style:normal;font-display:block}.cl-checkbox{display:flex;gap:.25rem;padding:.25rem 0;position:relative;overflow:hidden}.cl-checkbox__input{position:absolute;z-index:-1;opacity:0;top:4px;left:0;margin:0}.cl-checkbox__input:focus-visible+label{outline:2px dashed #e53d00;outline-offset:2px}.cl-checkbox__label{cursor:pointer;align-items:stretch!important;font-size:1rem!important}.cl-checkbox__label:before{color:#266dd3}.cl-checkbox__label:hover,.cl-checkbox__label:active{text-shadow:2.4px 2.4px 3.2px rgba(0,0,0,.3)}.cl-checkbox_disabled{pointer-events:none;filter:grayscale(80%);opacity:.6}@font-face{font-family:Cyrge;src:local("Cyrge"),url(src/assets/fonts/cyrge/Cygre-Regular.ttf) format("truetype-variations");font-display:swap}@font-face{font-family:Zector;src:local("Zector"),url(src/assets/fonts/zector/Zector.ttf) format("truetype-variations");font-display:swap}@font-face{font-family:chop-icons;src:url(src/assets/icons/chop-icons.eot?426rr9);src:url(src/assets/icons/chop-icons.eot?426rr9#iefix) format("embedded-opentype"),url(src/assets/icons/chop-icons.ttf?426rr9) format("truetype"),url(src/assets/icons/chop-icons.woff?426rr9) format("woff"),url(src/assets/icons/chop-icons.svg?426rr9#chop-icons) format("svg");font-weight:400;font-style:normal;font-display:block}.cl-dialog{z-index:2000;background-color:#fff;box-shadow:#00000026 2.4px 2.4px 3.2px;font-family:Cyrge,Helvetica,sans-serif;width:100%;height:90%;position:absolute;bottom:0;left:0;border-top-left-radius:.375rem;border-top-right-radius:.375rem;animation:fadeIn ease .4s;-webkit-animation:fadeIn ease .4s;-moz-animation:fadeIn ease .4s}.cl-dialog__background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:inherit;display:flex;justify-content:center;align-items:center;background-color:#0000004d;animation:fadeIn ease .4s;-webkit-animation:fadeIn ease .4s;-moz-animation:fadeIn ease .4s}.cl-dialog__background_closing{animation:fadeOut ease .4s;-webkit-animation:fadeOut ease .4s;-moz-animation:fadeOut ease .4s}.cl-dialog__header{font-size:1.6rem;font-weight:700;display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem;border-bottom:1px solid #5998c5}.cl-dialog__content{padding:1rem;font-size:1rem}@media only screen and (min-width: 768px){.cl-dialog{width:fit-content;height:fit-content;position:relative;min-width:40%;max-width:90%;max-height:90%;border-bottom-left-radius:.375rem;border-bottom-right-radius:.375rem}.cl-dialog__header{font-size:2rem}}*,*:before,*:after{box-sizing:border-box}*{margin:0}html,body,#root{height:100%;overflow-y:hidden}body{line-height:1;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#root{isolation:isolate}@font-face{font-family:Cyrge;src:local("Cyrge"),url(src/assets/fonts/cyrge/Cygre-Regular.ttf) format("truetype-variations");font-display:swap}@font-face{font-family:Zector;src:local("Zector"),url(src/assets/fonts/zector/Zector.ttf) format("truetype-variations");font-display:swap}@font-face{font-family:chop-icons;src:url(src/assets/icons/chop-icons.eot?426rr9);src:url(src/assets/icons/chop-icons.eot?426rr9#iefix) format("embedded-opentype"),url(src/assets/icons/chop-icons.ttf?426rr9) format("truetype"),url(src/assets/icons/chop-icons.woff?426rr9) format("woff"),url(src/assets/icons/chop-icons.svg?426rr9#chop-icons) format("svg");font-weight:400;font-style:normal;font-display:block}[class^=cl-icon__]:before,[class*=" cl-icon__"]:before{font-family:chop-icons!important;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.cl-icon__heart:before{content:""}.cl-icon__star:before{content:""}.cl-icon__check:before{content:""}.cl-icon__close:before{content:""}.cl-icon__remove:before{content:""}.cl-icon__times:before{content:""}.cl-icon__clock-o:before{content:""}.cl-icon__eye1:before{content:""}.cl-icon__eye-slash:before{content:""}.cl-icon__exclamation-triangle:before{content:""}.cl-icon__warning1:before{content:""}.cl-icon__linkedin-square:before{content:""}.cl-icon__phone:before{content:""}.cl-icon__phone-square:before{content:""}.cl-icon__twitter:before{content:""}.cl-icon__facebook:before{content:""}.cl-icon__facebook-f:before{content:""}.cl-icon__cut:before{content:""}.cl-icon__scissors1:before{content:""}.cl-icon__caret-down:before{content:""}.cl-icon__caret-up:before{content:""}.cl-icon__caret-left:before{content:""}.cl-icon__caret-right:before{content:""}.cl-icon__columns:before{content:""}.cl-icon__sort:before{content:""}.cl-icon__unsorted:before{content:""}.cl-icon__sort-desc:before{content:""}.cl-icon__sort-down:before{content:""}.cl-icon__sort-asc:before{content:""}.cl-icon__sort-up:before{content:""}.cl-icon__plus-square:before{content:""}.cl-icon__rss-square:before{content:""}.cl-icon__tumblr-square:before{content:""}.cl-icon__skype:before{content:""}.cl-icon__pagelines:before{content:""}.cl-icon__graduation-cap:before{content:""}.cl-icon__mortar-board:before{content:""}.cl-icon__delicious:before{content:""}.cl-icon__cube:before{content:""}.cl-icon__cubes:before{content:""}.cl-icon__tree:before{content:""}.cl-icon__life-bouy:before{content:""}.cl-icon__life-buoy:before{content:""}.cl-icon__life-ring:before{content:""}.cl-icon__life-saver:before{content:""}.cl-icon__support:before{content:""}.cl-icon__paper-plane:before{content:""}.cl-icon__send:before{content:""}.cl-icon__bomb:before{content:""}.cl-icon__futbol-o:before{content:""}.cl-icon__soccer-ball-o:before{content:""}.cl-icon__yelp:before{content:""}.cl-icon__cc-visa:before{content:""}.cl-icon__cc-mastercard:before{content:""}.cl-icon__cc-paypal:before{content:""}.cl-icon__trash:before{content:""}.cl-icon__diamond:before{content:""}.cl-icon__hourglass-o:before{content:""}.cl-icon__hourglass-1:before{content:""}.cl-icon__hourglass-start:before{content:""}.cl-icon__hourglass-2:before{content:""}.cl-icon__hourglass-half:before{content:""}.cl-icon__hourglass-3:before{content:""}.cl-icon__hourglass-end:before{content:""}.cl-icon__hourglass:before{content:""}.cl-icon__commenting-o:before{content:""}.cl-icon__window-restore:before{content:""}.cl-icon__snowflake-o:before{content:""}.cl-icon__home:before{content:""}.cl-icon__pencil:before{content:""}.cl-icon__quill:before{content:""}.cl-icon__droplet:before{content:""}.cl-icon__paint-format:before{content:""}.cl-icon__dice:before{content:""}.cl-icon__feed:before{content:""}.cl-icon__book:before{content:""}.cl-icon__books:before{content:""}.cl-icon__library:before{content:""}.cl-icon__file-text:before{content:""}.cl-icon__profile:before{content:""}.cl-icon__file-empty:before{content:""}.cl-icon__files-empty:before{content:""}.cl-icon__file-text2:before{content:""}.cl-icon__file-picture:before{content:""}.cl-icon__file-music:before{content:""}.cl-icon__file-play:before{content:""}.cl-icon__file-video:before{content:""}.cl-icon__file-zip:before{content:""}.cl-icon__copy:before{content:""}.cl-icon__paste:before{content:""}.cl-icon__folder:before{content:""}.cl-icon__folder-open:before{content:""}.cl-icon__folder-download:before{content:""}.cl-icon__folder-upload:before{content:""}.cl-icon__credit-card:before{content:""}.cl-icon__envelop:before{content:""}.cl-icon__map2:before{content:""}.cl-icon__drawer:before{content:""}.cl-icon__drawer2:before{content:""}.cl-icon__download:before{content:""}.cl-icon__upload:before{content:""}.cl-icon__floppy-disk:before{content:""}.cl-icon__undo:before{content:""}.cl-icon__redo:before{content:""}.cl-icon__user:before{content:""}.cl-icon__users:before{content:""}.cl-icon__user-plus:before{content:""}.cl-icon__user-minus:before{content:""}.cl-icon__user-check:before{content:""}.cl-icon__spinner10:before{content:""}.cl-icon__search:before{content:""}.cl-icon__zoom-in:before{content:""}.cl-icon__zoom-out:before{content:""}.cl-icon__enlarge2:before{content:""}.cl-icon__shrink2:before{content:""}.cl-icon__lock:before{content:""}.cl-icon__unlocked:before{content:""}.cl-icon__cog:before{content:""}.cl-icon__magic-wand:before{content:""}.cl-icon__bug:before{content:""}.cl-icon__trophy:before{content:""}.cl-icon__gift:before{content:""}.cl-icon__leaf:before{content:""}.cl-icon__rocket:before{content:""}.cl-icon__fire:before{content:""}.cl-icon__magnet:before{content:""}.cl-icon__bin2:before{content:""}.cl-icon__target:before{content:""}.cl-icon__power:before{content:""}.cl-icon__clipboard:before{content:""}.cl-icon__menu:before{content:""}.cl-icon__earth:before{content:""}.cl-icon__flag:before{content:""}.cl-icon__eye:before{content:""}.cl-icon__eye-blocked:before{content:""}.cl-icon__sun:before{content:""}.cl-icon__contrast:before{content:""}.cl-icon__brightness-contrast:before{content:""}.cl-icon__warning:before{content:""}.cl-icon__notification:before{content:""}.cl-icon__question:before{content:""}.cl-icon__cross:before{content:""}.cl-icon__checkmark:before{content:""}.cl-icon__enter:before{content:""}.cl-icon__exit:before{content:""}.cl-icon__volume-medium:before{content:""}.cl-icon__volume-mute2:before{content:""}.cl-icon__loop:before{content:""}.cl-icon__loop2:before{content:""}.cl-icon__circle-up:before{content:""}.cl-icon__circle-right:before{content:""}.cl-icon__circle-down:before{content:""}.cl-icon__circle-left:before{content:""}.cl-icon__sort-alpha-asc:before{content:""}.cl-icon__sort-alpha-desc:before{content:""}.cl-icon__sort-numeric-asc:before{content:""}.cl-icon__sort-numberic-desc:before{content:""}.cl-icon__sort-amount-asc:before{content:""}.cl-icon__sort-amount-desc:before{content:""}.cl-icon__command:before{content:""}.cl-icon__checkbox-checked:before{content:""}.cl-icon__checkbox-unchecked:before{content:""}.cl-icon__radio-checked:before{content:""}.cl-icon__radio-checked2:before{content:""}.cl-icon__radio-unchecked:before{content:""}.cl-icon__crop:before{content:""}.cl-icon__scissors:before{content:""}.cl-icon__filter:before{content:""}.cl-icon__table2:before{content:""}.cl-icon__embed:before{content:""}.cl-icon__embed2:before{content:""}.cl-icon__share2:before{content:""}.cl-icon__mail4:before{content:""}.cl-icon__facebook2:before{content:""}.cl-icon__telegram:before{content:""}.cl-icon__youtube:before{content:""}.cl-icon__flickr:before{content:""}.cl-icon__flickr2:before{content:""}.cl-icon__flickr3:before{content:""}.cl-icon__flickr4:before{content:""}.cl-icon__github:before{content:""}.cl-icon__skype1:before{content:""}.cl-icon__wikipedia:before{content:""}.cl-icon__stumbleupon:before{content:""}.cl-icon__stackoverflow:before{content:""}.cl-icon__file-pdf:before{content:""}.cl-icon__libreoffice:before{content:""}.cl-icon__codepen:before{content:""}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@-moz-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@-moz-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}.cl-tooltip{position:absolute;left:0;top:0;z-index:3000;background-color:#266dd3;color:#fff;padding:.25rem .6rem;font-size:.8rem;border-radius:.375rem;box-shadow:#00000026 2.4px 2.4px 3.2px;pointer-events:none;white-space:nowrap;animation:fadeIn ease .4s;-webkit-animation:fadeIn ease .4s;-moz-animation:fadeIn ease .4s}.cl-tooltip__container{position:relative;cursor:pointer}.cl-tooltip__container:focus-visible{outline:2px dashed #e53d00}
1
+ @font-face{font-family:Cyrge;src:local("Cyrge"),url(src/assets/fonts/cyrge/Cygre-Regular.ttf) format("truetype-variations");font-display:swap}@font-face{font-family:Zector;src:local("Zector"),url(src/assets/fonts/zector/Zector.ttf) format("truetype-variations");font-display:swap}@font-face{font-family:chop-icons;src:url(src/assets/icons/chop-icons.eot?426rr9);src:url(src/assets/icons/chop-icons.eot?426rr9#iefix) format("embedded-opentype"),url(src/assets/icons/chop-icons.ttf?426rr9) format("truetype"),url(src/assets/icons/chop-icons.woff?426rr9) format("woff"),url(src/assets/icons/chop-icons.svg?426rr9#chop-icons) format("svg");font-weight:400;font-style:normal;font-display:block}.cl-button{min-height:2.75rem;min-width:2.75rem;border:none;cursor:pointer;padding:0 .75rem;font-size:1rem;font-family:Cyrge,Helvetica,sans-serif;display:flex;align-items:center;justify-content:center;gap:.25rem;overflow:hidden}.cl-button:focus-visible{outline:2px dashed #e53d00;outline-offset:2px}.cl-button__text{overflow:hidden;text-overflow:ellipsis}.cl-button_primary{border-radius:.375rem;color:#f6f7eb;box-shadow:#00000026 2.4px 2.4px 3.2px;filter:brightness(100%);transition:.3s;background:linear-gradient(0deg,#222,#266dd3)}.cl-button_primary:hover,.cl-button_primary:active{filter:brightness(130%)}.cl-button_secondary{background:none;color:#222;text-shadow:none;transition:.3s}.cl-button_secondary .cl-button__text{text-decoration:underline}.cl-button_secondary:hover,.cl-button_secondary:active{text-shadow:2.4px 2.4px 3.2px rgba(0,0,0,.3)}.cl-button_secondary.cl-button_disabled{opacity:.6}.cl-button_danger{border-radius:.375rem;color:#f6f7eb;box-shadow:#00000026 2.4px 2.4px 3.2px;filter:brightness(100%);transition:.3s;background:linear-gradient(0deg,#222,#e53d00)}.cl-button_danger:hover,.cl-button_danger:active{filter:brightness(130%)}.cl-button_icon{gap:0;background:transparent;font-weight:400;font-size:1.4rem;border-radius:.375rem;color:#266dd3}.cl-button_icon:hover,.cl-button_icon:active{background-color:#e9edf0}.cl-button_disabled{pointer-events:none;filter:grayscale(80%);opacity:.9}@font-face{font-family:Cyrge;src:local("Cyrge"),url(src/assets/fonts/cyrge/Cygre-Regular.ttf) format("truetype-variations");font-display:swap}@font-face{font-family:Zector;src:local("Zector"),url(src/assets/fonts/zector/Zector.ttf) format("truetype-variations");font-display:swap}@font-face{font-family:chop-icons;src:url(src/assets/icons/chop-icons.eot?426rr9);src:url(src/assets/icons/chop-icons.eot?426rr9#iefix) format("embedded-opentype"),url(src/assets/icons/chop-icons.ttf?426rr9) format("truetype"),url(src/assets/icons/chop-icons.woff?426rr9) format("woff"),url(src/assets/icons/chop-icons.svg?426rr9#chop-icons) format("svg");font-weight:400;font-style:normal;font-display:block}.cl-label{font-size:.8rem;font-family:Cyrge,Helvetica,sans-serif;display:flex;align-items:center;gap:.25rem;color:#222}.cl-label__text{text-wrap:nowrap;overflow:hidden;text-overflow:ellipsis}.cl-label__required{font-size:.8rem;font-family:Cyrge,Helvetica,sans-serif;text-decoration:none;color:#e53d00;cursor:pointer}@font-face{font-family:Cyrge;src:local("Cyrge"),url(src/assets/fonts/cyrge/Cygre-Regular.ttf) format("truetype-variations");font-display:swap}@font-face{font-family:Zector;src:local("Zector"),url(src/assets/fonts/zector/Zector.ttf) format("truetype-variations");font-display:swap}@font-face{font-family:chop-icons;src:url(src/assets/icons/chop-icons.eot?426rr9);src:url(src/assets/icons/chop-icons.eot?426rr9#iefix) format("embedded-opentype"),url(src/assets/icons/chop-icons.ttf?426rr9) format("truetype"),url(src/assets/icons/chop-icons.woff?426rr9) format("woff"),url(src/assets/icons/chop-icons.svg?426rr9#chop-icons) format("svg");font-weight:400;font-style:normal;font-display:block}.cl-checkbox{display:flex;gap:.25rem;padding:.25rem 0;position:relative;overflow:hidden}.cl-checkbox__input{position:absolute;z-index:-1;opacity:0;top:4px;left:0;margin:0}.cl-checkbox__input:focus-visible+label{outline:2px dashed #e53d00;outline-offset:2px}.cl-checkbox__label{cursor:pointer;align-items:stretch!important;font-size:1rem!important}.cl-checkbox__label:before{color:#266dd3}.cl-checkbox__label:hover,.cl-checkbox__label:active{text-shadow:2.4px 2.4px 3.2px rgba(0,0,0,.3)}.cl-checkbox_disabled{pointer-events:none;filter:grayscale(80%);opacity:.6}@font-face{font-family:Cyrge;src:local("Cyrge"),url(src/assets/fonts/cyrge/Cygre-Regular.ttf) format("truetype-variations");font-display:swap}@font-face{font-family:Zector;src:local("Zector"),url(src/assets/fonts/zector/Zector.ttf) format("truetype-variations");font-display:swap}@font-face{font-family:chop-icons;src:url(src/assets/icons/chop-icons.eot?426rr9);src:url(src/assets/icons/chop-icons.eot?426rr9#iefix) format("embedded-opentype"),url(src/assets/icons/chop-icons.ttf?426rr9) format("truetype"),url(src/assets/icons/chop-icons.woff?426rr9) format("woff"),url(src/assets/icons/chop-icons.svg?426rr9#chop-icons) format("svg");font-weight:400;font-style:normal;font-display:block}.cl-multi-select{position:relative;display:flex;flex-direction:column;justify-content:space-between;gap:.6rem;padding:.6rem;font-family:Cyrge,Helvetica,sans-serif;color:#222;box-shadow:#00000026 2.4px 2.4px 3.2px;border-top-left-radius:.375rem;border-top-right-radius:.375rem;border:1px solid #5998c5;max-width:100%}.cl-multi-select_disabled{filter:grayscale(100%);opacity:.8;pointer-events:none}.cl-multi-select_icon{color:#266dd3}.cl-multi-select:has(.cl-multi-select__combobox:focus-visible){border:1px solid #266dd3;outline:1px solid #266dd3;outline-offset:-3px}.cl-multi-select__combobox{border:none;text-align:left;padding:0;background:transparent;color:#222;font-size:1rem;cursor:pointer;display:flex;justify-content:space-between;gap:.6rem;overflow:hidden}.cl-multi-select__combobox:focus-visible{outline:2px dashed #e53d00;outline-offset:2px}.cl-multi-select__placeholder{overflow:hidden;text-overflow:ellipsis}.cl-multi-select__dropdown{visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s linear;position:absolute;background-color:#fff;margin:0;padding:0;list-style:none;z-index:1000;width:100%;top:66px;left:0;border:1px solid #5998c5;box-shadow:#00000026 2.4px 2.4px 3.2px;overflow-y:auto;max-height:180px}.cl-multi-select__dropdown_opened{visibility:visible;opacity:1}.cl-multi-select__option{padding:.6rem;cursor:pointer;display:flex;justify-content:flex-start;align-items:center;gap:.6rem}.cl-multi-select__option:hover,.cl-multi-select__option.active{background-color:#e9edf0}.cl-multi-select__option:focus-visible{outline:2px dashed #e53d00;outline-offset:-2px}.cl-multi-select__checkbox:before{color:#266dd3}@font-face{font-family:Cyrge;src:local("Cyrge"),url(src/assets/fonts/cyrge/Cygre-Regular.ttf) format("truetype-variations");font-display:swap}@font-face{font-family:Zector;src:local("Zector"),url(src/assets/fonts/zector/Zector.ttf) format("truetype-variations");font-display:swap}@font-face{font-family:chop-icons;src:url(src/assets/icons/chop-icons.eot?426rr9);src:url(src/assets/icons/chop-icons.eot?426rr9#iefix) format("embedded-opentype"),url(src/assets/icons/chop-icons.ttf?426rr9) format("truetype"),url(src/assets/icons/chop-icons.woff?426rr9) format("woff"),url(src/assets/icons/chop-icons.svg?426rr9#chop-icons) format("svg");font-weight:400;font-style:normal;font-display:block}.cl-select{position:relative;display:flex;flex-direction:column;justify-content:space-between;gap:.6rem;padding:.6rem;font-family:Cyrge,Helvetica,sans-serif;color:#222;box-shadow:#00000026 2.4px 2.4px 3.2px;border-top-left-radius:.375rem;border-top-right-radius:.375rem;border:1px solid #5998c5;max-width:100%}.cl-select_disabled{filter:grayscale(100%);opacity:.8;pointer-events:none}.cl-select__icon{color:#266dd3}.cl-select:has(.cl-select__combobox:focus-visible){border:1px solid #266dd3;outline:1px solid #266dd3;outline-offset:-3px}.cl-select__combobox{border:none;text-align:left;padding:0;background:transparent;color:#222;font-size:1rem;cursor:pointer;display:flex;justify-content:space-between;gap:.6rem;overflow:hidden}.cl-select__combobox:focus-visible{outline:2px dashed #e53d00;outline-offset:2px}.cl-select__placeholder{overflow:hidden;text-overflow:ellipsis}.cl-select__dropdown{visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s linear;position:absolute;background-color:#fff;margin:0;padding:0;list-style:none;z-index:1000;width:100%;top:66px;left:0;border:1px solid #5998c5;box-shadow:#00000026 2.4px 2.4px 3.2px;overflow-y:auto;max-height:180px}.cl-select__dropdown_opened{visibility:visible;opacity:1}.cl-select__option{padding:.6rem;cursor:pointer;display:flex;justify-content:space-between;gap:.6rem}.cl-select__option:hover,.cl-select__option:active{background-color:#e9edf0}.cl-select__option:focus-visible{outline:2px dashed #e53d00;outline-offset:-2px}@font-face{font-family:Cyrge;src:local("Cyrge"),url(src/assets/fonts/cyrge/Cygre-Regular.ttf) format("truetype-variations");font-display:swap}@font-face{font-family:Zector;src:local("Zector"),url(src/assets/fonts/zector/Zector.ttf) format("truetype-variations");font-display:swap}@font-face{font-family:chop-icons;src:url(src/assets/icons/chop-icons.eot?426rr9);src:url(src/assets/icons/chop-icons.eot?426rr9#iefix) format("embedded-opentype"),url(src/assets/icons/chop-icons.ttf?426rr9) format("truetype"),url(src/assets/icons/chop-icons.woff?426rr9) format("woff"),url(src/assets/icons/chop-icons.svg?426rr9#chop-icons) format("svg");font-weight:400;font-style:normal;font-display:block}.cl-text-input{display:flex;flex-direction:column;gap:.6rem}.cl-text-input__wrapper{display:flex;flex-direction:column;justify-content:space-between;gap:.6rem;padding:.6rem;font-family:Cyrge,Helvetica,sans-serif;color:#222;box-shadow:#00000026 2.4px 2.4px 3.2px;border-top-left-radius:.375rem;border-top-right-radius:.375rem;border:1px solid #5998c5}.cl-text-input__wrapper:has(.cl-text-input__textbox:focus-visible){border:1px solid #266dd3;outline:1px solid #266dd3;outline-offset:-3px}.cl-text-input__wrapper_invalid{border:1px solid #e53d00}.cl-text-input__wrapper_invalid:has(.cl-text-input__textbox:focus-visible){border:1px solid #e53d00;outline:1px solid #e53d00;outline-offset:-3px}.cl-text-input__wrapper_disabled{filter:grayscale(100%);opacity:.8;pointer-events:none}.cl-text-input__wrapper_disabled .cl-text-input__textbox::placeholder{color:transparent}.cl-text-input__textbox{outline:0;border:none;font-size:1rem;padding:0;background:transparent;font-family:Cyrge,Helvetica,sans-serif;color:#222}.cl-text-input__error{padding-inline-start:.6rem}@font-face{font-family:Cyrge;src:local("Cyrge"),url(src/assets/fonts/cyrge/Cygre-Regular.ttf) format("truetype-variations");font-display:swap}@font-face{font-family:Zector;src:local("Zector"),url(src/assets/fonts/zector/Zector.ttf) format("truetype-variations");font-display:swap}@font-face{font-family:chop-icons;src:url(src/assets/icons/chop-icons.eot?426rr9);src:url(src/assets/icons/chop-icons.eot?426rr9#iefix) format("embedded-opentype"),url(src/assets/icons/chop-icons.ttf?426rr9) format("truetype"),url(src/assets/icons/chop-icons.woff?426rr9) format("woff"),url(src/assets/icons/chop-icons.svg?426rr9#chop-icons) format("svg");font-weight:400;font-style:normal;font-display:block}.cl-dialog{z-index:2000;background-color:#fff;box-shadow:#00000026 2.4px 2.4px 3.2px;font-family:Cyrge,Helvetica,sans-serif;width:100%;height:90%;position:absolute;bottom:0;left:0;border-top-left-radius:.375rem;border-top-right-radius:.375rem;animation:fadeIn ease .4s;-webkit-animation:fadeIn ease .4s;-moz-animation:fadeIn ease .4s}.cl-dialog__background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:inherit;display:flex;justify-content:center;align-items:center;background-color:#0000004d;animation:fadeIn ease .4s;-webkit-animation:fadeIn ease .4s;-moz-animation:fadeIn ease .4s}.cl-dialog__background_closing{animation:fadeOut ease .4s;-webkit-animation:fadeOut ease .4s;-moz-animation:fadeOut ease .4s}.cl-dialog__header{font-size:1.6rem;font-weight:700;display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem;border-bottom:1px solid #5998c5}.cl-dialog__content{padding:1rem;font-size:1rem}@media only screen and (min-width: 768px){.cl-dialog{width:fit-content;height:fit-content;position:relative;min-width:40%;max-width:90%;max-height:90%;border-bottom-left-radius:.375rem;border-bottom-right-radius:.375rem}.cl-dialog__header{font-size:2rem}}*,*:before,*:after{box-sizing:border-box}*{margin:0}html,body,#root{height:100%;overflow-y:hidden}body{line-height:1;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#root{isolation:isolate}@font-face{font-family:Cyrge;src:local("Cyrge"),url(src/assets/fonts/cyrge/Cygre-Regular.ttf) format("truetype-variations");font-display:swap}@font-face{font-family:Zector;src:local("Zector"),url(src/assets/fonts/zector/Zector.ttf) format("truetype-variations");font-display:swap}@font-face{font-family:chop-icons;src:url(src/assets/icons/chop-icons.eot?426rr9);src:url(src/assets/icons/chop-icons.eot?426rr9#iefix) format("embedded-opentype"),url(src/assets/icons/chop-icons.ttf?426rr9) format("truetype"),url(src/assets/icons/chop-icons.woff?426rr9) format("woff"),url(src/assets/icons/chop-icons.svg?426rr9#chop-icons) format("svg");font-weight:400;font-style:normal;font-display:block}[class^=cl-icon__]:before,[class*=" cl-icon__"]:before{font-family:chop-icons!important;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.cl-icon__heart:before{content:""}.cl-icon__star:before{content:""}.cl-icon__check:before{content:""}.cl-icon__close:before{content:""}.cl-icon__remove:before{content:""}.cl-icon__times:before{content:""}.cl-icon__clock-o:before{content:""}.cl-icon__eye1:before{content:""}.cl-icon__eye-slash:before{content:""}.cl-icon__exclamation-triangle:before{content:""}.cl-icon__warning1:before{content:""}.cl-icon__linkedin-square:before{content:""}.cl-icon__phone:before{content:""}.cl-icon__phone-square:before{content:""}.cl-icon__twitter:before{content:""}.cl-icon__facebook:before{content:""}.cl-icon__facebook-f:before{content:""}.cl-icon__cut:before{content:""}.cl-icon__scissors1:before{content:""}.cl-icon__caret-down:before{content:""}.cl-icon__caret-up:before{content:""}.cl-icon__caret-left:before{content:""}.cl-icon__caret-right:before{content:""}.cl-icon__columns:before{content:""}.cl-icon__sort:before{content:""}.cl-icon__unsorted:before{content:""}.cl-icon__sort-desc:before{content:""}.cl-icon__sort-down:before{content:""}.cl-icon__sort-asc:before{content:""}.cl-icon__sort-up:before{content:""}.cl-icon__plus-square:before{content:""}.cl-icon__rss-square:before{content:""}.cl-icon__tumblr-square:before{content:""}.cl-icon__skype:before{content:""}.cl-icon__pagelines:before{content:""}.cl-icon__graduation-cap:before{content:""}.cl-icon__mortar-board:before{content:""}.cl-icon__delicious:before{content:""}.cl-icon__cube:before{content:""}.cl-icon__cubes:before{content:""}.cl-icon__tree:before{content:""}.cl-icon__life-bouy:before{content:""}.cl-icon__life-buoy:before{content:""}.cl-icon__life-ring:before{content:""}.cl-icon__life-saver:before{content:""}.cl-icon__support:before{content:""}.cl-icon__paper-plane:before{content:""}.cl-icon__send:before{content:""}.cl-icon__bomb:before{content:""}.cl-icon__futbol-o:before{content:""}.cl-icon__soccer-ball-o:before{content:""}.cl-icon__yelp:before{content:""}.cl-icon__cc-visa:before{content:""}.cl-icon__cc-mastercard:before{content:""}.cl-icon__cc-paypal:before{content:""}.cl-icon__trash:before{content:""}.cl-icon__diamond:before{content:""}.cl-icon__hourglass-o:before{content:""}.cl-icon__hourglass-1:before{content:""}.cl-icon__hourglass-start:before{content:""}.cl-icon__hourglass-2:before{content:""}.cl-icon__hourglass-half:before{content:""}.cl-icon__hourglass-3:before{content:""}.cl-icon__hourglass-end:before{content:""}.cl-icon__hourglass:before{content:""}.cl-icon__commenting-o:before{content:""}.cl-icon__window-restore:before{content:""}.cl-icon__snowflake-o:before{content:""}.cl-icon__home:before{content:""}.cl-icon__pencil:before{content:""}.cl-icon__quill:before{content:""}.cl-icon__droplet:before{content:""}.cl-icon__paint-format:before{content:""}.cl-icon__dice:before{content:""}.cl-icon__feed:before{content:""}.cl-icon__book:before{content:""}.cl-icon__books:before{content:""}.cl-icon__library:before{content:""}.cl-icon__file-text:before{content:""}.cl-icon__profile:before{content:""}.cl-icon__file-empty:before{content:""}.cl-icon__files-empty:before{content:""}.cl-icon__file-text2:before{content:""}.cl-icon__file-picture:before{content:""}.cl-icon__file-music:before{content:""}.cl-icon__file-play:before{content:""}.cl-icon__file-video:before{content:""}.cl-icon__file-zip:before{content:""}.cl-icon__copy:before{content:""}.cl-icon__paste:before{content:""}.cl-icon__folder:before{content:""}.cl-icon__folder-open:before{content:""}.cl-icon__folder-download:before{content:""}.cl-icon__folder-upload:before{content:""}.cl-icon__credit-card:before{content:""}.cl-icon__envelop:before{content:""}.cl-icon__map2:before{content:""}.cl-icon__drawer:before{content:""}.cl-icon__drawer2:before{content:""}.cl-icon__download:before{content:""}.cl-icon__upload:before{content:""}.cl-icon__floppy-disk:before{content:""}.cl-icon__undo:before{content:""}.cl-icon__redo:before{content:""}.cl-icon__user:before{content:""}.cl-icon__users:before{content:""}.cl-icon__user-plus:before{content:""}.cl-icon__user-minus:before{content:""}.cl-icon__user-check:before{content:""}.cl-icon__spinner10:before{content:""}.cl-icon__search:before{content:""}.cl-icon__zoom-in:before{content:""}.cl-icon__zoom-out:before{content:""}.cl-icon__enlarge2:before{content:""}.cl-icon__shrink2:before{content:""}.cl-icon__lock:before{content:""}.cl-icon__unlocked:before{content:""}.cl-icon__cog:before{content:""}.cl-icon__magic-wand:before{content:""}.cl-icon__bug:before{content:""}.cl-icon__trophy:before{content:""}.cl-icon__gift:before{content:""}.cl-icon__leaf:before{content:""}.cl-icon__rocket:before{content:""}.cl-icon__fire:before{content:""}.cl-icon__magnet:before{content:""}.cl-icon__bin2:before{content:""}.cl-icon__target:before{content:""}.cl-icon__power:before{content:""}.cl-icon__clipboard:before{content:""}.cl-icon__menu:before{content:""}.cl-icon__earth:before{content:""}.cl-icon__flag:before{content:""}.cl-icon__eye:before{content:""}.cl-icon__eye-blocked:before{content:""}.cl-icon__sun:before{content:""}.cl-icon__contrast:before{content:""}.cl-icon__brightness-contrast:before{content:""}.cl-icon__warning:before{content:""}.cl-icon__notification:before{content:""}.cl-icon__question:before{content:""}.cl-icon__cross:before{content:""}.cl-icon__checkmark:before{content:""}.cl-icon__enter:before{content:""}.cl-icon__exit:before{content:""}.cl-icon__volume-medium:before{content:""}.cl-icon__volume-mute2:before{content:""}.cl-icon__loop:before{content:""}.cl-icon__loop2:before{content:""}.cl-icon__circle-up:before{content:""}.cl-icon__circle-right:before{content:""}.cl-icon__circle-down:before{content:""}.cl-icon__circle-left:before{content:""}.cl-icon__sort-alpha-asc:before{content:""}.cl-icon__sort-alpha-desc:before{content:""}.cl-icon__sort-numeric-asc:before{content:""}.cl-icon__sort-numberic-desc:before{content:""}.cl-icon__sort-amount-asc:before{content:""}.cl-icon__sort-amount-desc:before{content:""}.cl-icon__command:before{content:""}.cl-icon__checkbox-checked:before{content:""}.cl-icon__checkbox-unchecked:before{content:""}.cl-icon__radio-checked:before{content:""}.cl-icon__radio-checked2:before{content:""}.cl-icon__radio-unchecked:before{content:""}.cl-icon__crop:before{content:""}.cl-icon__scissors:before{content:""}.cl-icon__filter:before{content:""}.cl-icon__table2:before{content:""}.cl-icon__embed:before{content:""}.cl-icon__embed2:before{content:""}.cl-icon__share2:before{content:""}.cl-icon__mail4:before{content:""}.cl-icon__facebook2:before{content:""}.cl-icon__telegram:before{content:""}.cl-icon__youtube:before{content:""}.cl-icon__flickr:before{content:""}.cl-icon__flickr2:before{content:""}.cl-icon__flickr3:before{content:""}.cl-icon__flickr4:before{content:""}.cl-icon__github:before{content:""}.cl-icon__skype1:before{content:""}.cl-icon__wikipedia:before{content:""}.cl-icon__stumbleupon:before{content:""}.cl-icon__stackoverflow:before{content:""}.cl-icon__file-pdf:before{content:""}.cl-icon__libreoffice:before{content:""}.cl-icon__codepen:before{content:""}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@-moz-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@-moz-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}.cl-tooltip{position:absolute;left:0;top:0;z-index:3000;background-color:#266dd3;color:#fff;padding:.25rem .6rem;font-size:.8rem;border-radius:.375rem;box-shadow:#00000026 2.4px 2.4px 3.2px;pointer-events:none;white-space:nowrap;animation:fadeIn ease .4s;-webkit-animation:fadeIn ease .4s;-moz-animation:fadeIn ease .4s}.cl-tooltip__container{position:relative;cursor:pointer}.cl-tooltip__container:focus-visible{outline:2px dashed #e53d00}
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "type": "git",
5
5
  "url": "git+https://github.com/SavouryGin/chop-logic-components.git"
6
6
  },
7
- "version": "0.7.0",
7
+ "version": "0.7.1",
8
8
  "description": "React UI components library for Chop Logic project",
9
9
  "type": "module",
10
10
  "main": "dist/index.cjs.js",
@@ -47,14 +47,14 @@
47
47
  "@chromatic-com/storybook": "^1.6.1",
48
48
  "@commitlint/cli": "^19.3.0",
49
49
  "@commitlint/config-conventional": "^19.2.2",
50
- "@storybook/addon-essentials": "^8.2.4",
51
- "@storybook/addon-interactions": "^8.2.4",
52
- "@storybook/addon-links": "^8.2.4",
53
- "@storybook/addon-onboarding": "^8.2.4",
54
- "@storybook/blocks": "^8.2.4",
55
- "@storybook/react": "^8.2.4",
56
- "@storybook/react-vite": "^8.2.4",
57
- "@storybook/test": "^8.2.4",
50
+ "@storybook/addon-essentials": "^8.2.6",
51
+ "@storybook/addon-interactions": "^8.2.6",
52
+ "@storybook/addon-links": "^8.2.6",
53
+ "@storybook/addon-onboarding": "^8.2.6",
54
+ "@storybook/blocks": "^8.2.6",
55
+ "@storybook/react": "^8.2.6",
56
+ "@storybook/react-vite": "^8.2.6",
57
+ "@storybook/test": "^8.2.6",
58
58
  "@testing-library/jest-dom": "^6.4.2",
59
59
  "@testing-library/react": "^15.0.6",
60
60
  "@testing-library/user-event": "^14.5.2",
@@ -67,13 +67,15 @@
67
67
  "eslint-plugin-prettier": "^5.1.3",
68
68
  "eslint-plugin-react": "^7.34.1",
69
69
  "eslint-plugin-react-hooks": "^4.6.2",
70
+ "eslint-plugin-simple-import-sort": "^12.1.1",
70
71
  "eslint-plugin-storybook": "^0.8.0",
71
72
  "husky": "^9.0.11",
72
73
  "jsdom": "^24.0.0",
73
74
  "lint-staged": "^15.2.2",
74
75
  "prettier": "^3.2.5",
75
76
  "sass": "^1.77.8",
76
- "storybook": "^8.2.4",
77
+ "storybook": "^8.2.6",
78
+ "styled-components": "^6.1.12",
77
79
  "typescript": "^5.4.5",
78
80
  "vite": "^5.2.10",
79
81
  "vite-plugin-dts": "^3.9.0",