@banyan_cloud/roots 2.0.64 → 2.0.66

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 (29) hide show
  1. package/dist/cjs/index.js +203 -1
  2. package/dist/cjs/index.js.map +1 -1
  3. package/dist/cjs/v2/index.js +222 -5
  4. package/dist/cjs/v2/index.js.map +1 -1
  5. package/dist/esm/components/tooltip/types/index.d.ts +1 -1
  6. package/dist/esm/components/v2/breadcrumbs/Breadcrumbs.d.ts +4 -0
  7. package/dist/esm/components/v2/breadcrumbs/InteractiveBreadcrumbs.d.ts +7 -0
  8. package/dist/esm/components/v2/breadcrumbs/assets/breadcrumbsArrow.d.ts +10 -0
  9. package/dist/esm/components/v2/breadcrumbs/assets/breadcrumbsHome.d.ts +10 -0
  10. package/dist/esm/components/v2/breadcrumbs/assets/breadcrumbsSplash.d.ts +10 -0
  11. package/dist/esm/components/v2/breadcrumbs/index.d.ts +2 -0
  12. package/dist/esm/components/v2/breadcrumbs/types/index.d.ts +30 -0
  13. package/dist/esm/components/v2/buttons/baseButton/types/index.d.ts +1 -1
  14. package/dist/esm/components/v2/buttons/button/types/index.d.ts +1 -1
  15. package/dist/esm/components/v2/inlineLoader/InlineLoader.d.ts +2 -0
  16. package/dist/esm/components/v2/inlineLoader/index.d.ts +1 -0
  17. package/dist/esm/components/v2/inlineLoader/types/index.d.ts +14 -0
  18. package/dist/esm/components/v2/link/Link.d.ts +1 -2
  19. package/dist/esm/components/v2/link/types/index.d.ts +4 -1
  20. package/dist/esm/index.js +203 -1
  21. package/dist/esm/index.js.map +1 -1
  22. package/dist/esm/v2/index.js +222 -5
  23. package/dist/esm/v2/index.js.map +1 -1
  24. package/package.json +16 -16
  25. package/src/styles/main.css +94 -94
  26. package/v2/index.d.ts +2 -0
  27. package/v2/index.esm.js +2 -0
  28. package/v2/index.js +7 -0
  29. package/v2/package.json +8 -0
@@ -310,8 +310,8 @@ var BaseButton$1 = /*#__PURE__*/forwardRef(function (props, ref) {
310
310
  });
311
311
  });
312
312
 
313
- var css$K = "button.Button_module_root__39bcd65e[data-elem=base-cell] {\n transition: background-color 110ms cubic-bezier(0.2, 0, 0.38, 0.9), border-color 110ms cubic-bezier(0.2, 0, 0.38, 0.9), color 110ms cubic-bezier(0.2, 0, 0.38, 0.9), box-shadow 110ms cubic-bezier(0.2, 0, 0.38, 0.9);\n display: inline-flex;\n align-items: center;\n justify-content: center;\n border: none;\n cursor: pointer;\n position: relative;\n width: -moz-fit-content;\n width: fit-content;\n}\nbutton.Button_module_root__39bcd65e[data-elem=base-cell] [data-elem=title] {\n font-family: Jakarta, sans-serif;\n font-weight: 600;\n font-size: 14px;\n line-height: 20px;\n}\nbutton.Button_module_root__39bcd65e[data-elem=base-cell].Button_module_sizeXs__39bcd65e {\n height: 32px;\n padding: 0 12px;\n gap: 4px;\n border-radius: 6px;\n}\nbutton.Button_module_root__39bcd65e[data-elem=base-cell].Button_module_sizeSm__39bcd65e {\n height: 36px;\n padding: 0 14px;\n gap: 4px;\n border-radius: 6px;\n}\nbutton.Button_module_root__39bcd65e[data-elem=base-cell].Button_module_sizeMd__39bcd65e {\n height: 40px;\n padding: 0 16px;\n gap: 6px;\n border-radius: 6px;\n}\nbutton.Button_module_root__39bcd65e[data-elem=base-cell].Button_module_sizeLg__39bcd65e {\n height: 44px;\n padding: 0 18px;\n gap: 6px;\n border-radius: 6px;\n}\nbutton.Button_module_root__39bcd65e[data-elem=base-cell].Button_module_primary__39bcd65e {\n background: #1570ef;\n color: #ffffff;\n box-shadow: 0 2px 5px 0 rgba(103, 110, 118, 0.08), 0 0 0 1px rgba(103, 110, 118, 0.16), 0 1px 1px 0 rgba(0, 0, 0, 0.12);\n}\nbutton.Button_module_root__39bcd65e[data-elem=base-cell].Button_module_primary__39bcd65e:hover:not(:disabled) {\n background: #175cd3;\n box-shadow: 0 2px 5px 0 rgba(46, 144, 250, 0.08), 0 0 0 1px rgba(46, 144, 250, 0.4), 0 1px 1px 0 rgba(0, 0, 0, 0.12);\n transition-duration: 70ms;\n transition-timing-function: cubic-bezier(0.2, 0, 1, 0.9);\n}\nbutton.Button_module_root__39bcd65e[data-elem=base-cell].Button_module_primary__39bcd65e:active:not(:disabled) {\n background: #1849a9;\n box-shadow: 0 2px 5px 0 rgba(103, 110, 118, 0.08), 0 0 0 1px rgba(103, 110, 118, 0.16), 0 1px 1px 0 rgba(0, 0, 0, 0.12);\n transition-duration: 70ms;\n transition-timing-function: cubic-bezier(0, 0, 0.38, 0.9);\n}\nbutton.Button_module_root__39bcd65e[data-elem=base-cell].Button_module_primary__39bcd65e:focus-visible:not(:disabled) {\n outline: none;\n box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #1570ef;\n}\nbutton.Button_module_root__39bcd65e[data-elem=base-cell].Button_module_secondary__39bcd65e {\n background: #252b37;\n color: #ffffff;\n box-shadow: 0 2px 5px 0 rgba(103, 110, 118, 0.08), 0 0 0 1px rgba(103, 110, 118, 0.16), 0 1px 1px 0 rgba(0, 0, 0, 0.12);\n}\nbutton.Button_module_root__39bcd65e[data-elem=base-cell].Button_module_secondary__39bcd65e:hover:not(:disabled) {\n background: #414651;\n box-shadow: 0 2px 5px 0 rgba(103, 110, 118, 0.08), 0 0 0 1px rgba(103, 110, 118, 0.16), 0 1px 1px 0 rgba(0, 0, 0, 0.12);\n transition-duration: 70ms;\n transition-timing-function: cubic-bezier(0.2, 0, 1, 0.9);\n}\nbutton.Button_module_root__39bcd65e[data-elem=base-cell].Button_module_secondary__39bcd65e:active:not(:disabled) {\n background: #181d27;\n box-shadow: 0 2px 5px 0 rgba(103, 110, 118, 0.08), 0 0 0 1px rgba(103, 110, 118, 0.16), 0 1px 1px 0 rgba(0, 0, 0, 0.12);\n transition-duration: 70ms;\n transition-timing-function: cubic-bezier(0, 0, 0.38, 0.9);\n}\nbutton.Button_module_root__39bcd65e[data-elem=base-cell].Button_module_secondary__39bcd65e:focus-visible:not(:disabled) {\n outline: none;\n box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #a4a7ae;\n}\nbutton.Button_module_root__39bcd65e[data-elem=base-cell].Button_module_soft__39bcd65e {\n background: #fafafa;\n color: #414651;\n box-shadow: 0 2px 5px 0 rgba(103, 110, 118, 0.08), 0 0 0 1px rgba(103, 110, 118, 0.16), 0 1px 1px 0 rgba(0, 0, 0, 0.12);\n}\nbutton.Button_module_root__39bcd65e[data-elem=base-cell].Button_module_soft__39bcd65e:not(:disabled) svg {\n color: #414651;\n}\nbutton.Button_module_root__39bcd65e[data-elem=base-cell].Button_module_soft__39bcd65e:hover:not(:disabled) {\n background: #f5f5f5;\n color: #252b37;\n box-shadow: 0 2px 5px 0 rgba(103, 110, 118, 0.08), 0 0 0 1px rgba(103, 110, 118, 0.16), 0 1px 1px 0 rgba(0, 0, 0, 0.12);\n transition-duration: 70ms;\n transition-timing-function: cubic-bezier(0.2, 0, 1, 0.9);\n}\nbutton.Button_module_root__39bcd65e[data-elem=base-cell].Button_module_soft__39bcd65e:active:not(:disabled) {\n background: #f5f5f5;\n color: #252b37;\n box-shadow: 0 2px 5px 0 rgba(103, 110, 118, 0.08), 0 0 0 1px rgba(103, 110, 118, 0.16), 0 1px 1px 0 rgba(0, 0, 0, 0.12);\n transition-duration: 70ms;\n transition-timing-function: cubic-bezier(0, 0, 0.38, 0.9);\n}\nbutton.Button_module_root__39bcd65e[data-elem=base-cell].Button_module_soft__39bcd65e:focus-visible:not(:disabled) {\n outline: none;\n box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #a4a7ae;\n}\nbutton.Button_module_root__39bcd65e[data-elem=base-cell].Button_module_outline__39bcd65e {\n background: transparent;\n color: #414651;\n box-shadow: 0 2px 5px 0 rgba(103, 110, 118, 0.08), 0 0 0 1px rgba(103, 110, 118, 0.16), 0 1px 1px 0 rgba(0, 0, 0, 0.12);\n}\nbutton.Button_module_root__39bcd65e[data-elem=base-cell].Button_module_outline__39bcd65e:hover:not(:disabled) {\n background: #fafafa;\n box-shadow: 0 2px 5px 0 rgba(103, 110, 118, 0.08), 0 0 0 1px rgba(103, 110, 118, 0.16), 0 1px 1px 0 rgba(0, 0, 0, 0.12);\n transition-duration: 70ms;\n transition-timing-function: cubic-bezier(0.2, 0, 1, 0.9);\n}\nbutton.Button_module_root__39bcd65e[data-elem=base-cell].Button_module_outline__39bcd65e:active:not(:disabled) {\n background: #f5f5f5;\n box-shadow: 0 0 0 1px #d5d7da;\n transition-duration: 70ms;\n transition-timing-function: cubic-bezier(0, 0, 0.38, 0.9);\n}\nbutton.Button_module_root__39bcd65e[data-elem=base-cell].Button_module_outline__39bcd65e:focus-visible:not(:disabled) {\n outline: none;\n box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #535862;\n}\nbutton.Button_module_root__39bcd65e[data-elem=base-cell].Button_module_ghost__39bcd65e {\n background: transparent;\n color: #414651;\n box-shadow: none;\n}\nbutton.Button_module_root__39bcd65e[data-elem=base-cell].Button_module_ghost__39bcd65e:hover:not(:disabled) {\n background: #fafafa;\n box-shadow: 0 2px 5px 0 rgba(103, 110, 118, 0.08), 0 0 0 1px rgba(103, 110, 118, 0.16), 0 1px 1px 0 rgba(0, 0, 0, 0.12);\n transition-duration: 70ms;\n transition-timing-function: cubic-bezier(0.2, 0, 1, 0.9);\n}\nbutton.Button_module_root__39bcd65e[data-elem=base-cell].Button_module_ghost__39bcd65e:active:not(:disabled) {\n background: #f5f5f5;\n box-shadow: none;\n transition-duration: 70ms;\n transition-timing-function: cubic-bezier(0, 0, 0.38, 0.9);\n}\nbutton.Button_module_root__39bcd65e[data-elem=base-cell].Button_module_ghost__39bcd65e:focus-visible:not(:disabled) {\n outline: none;\n box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #a4a7ae;\n}\nbutton.Button_module_root__39bcd65e[data-elem=base-cell].Button_module_critical__39bcd65e {\n background: #d92d20;\n color: #ffffff;\n box-shadow: 0 2px 5px 0 rgba(103, 110, 118, 0.08), 0 0 0 1px rgba(103, 110, 118, 0.16), 0 1px 1px 0 rgba(0, 0, 0, 0.12);\n}\nbutton.Button_module_root__39bcd65e[data-elem=base-cell].Button_module_critical__39bcd65e:hover:not(:disabled) {\n background: #b42318;\n box-shadow: 0 2px 5px 0 rgba(217, 45, 32, 0.08), 0 0 0 1px rgba(217, 45, 32, 0.4), 0 1px 1px 0 rgba(0, 0, 0, 0.12);\n transition-duration: 70ms;\n transition-timing-function: cubic-bezier(0.2, 0, 1, 0.9);\n}\nbutton.Button_module_root__39bcd65e[data-elem=base-cell].Button_module_critical__39bcd65e:active:not(:disabled) {\n background: #912018;\n box-shadow: 0 2px 5px 0 rgba(103, 110, 118, 0.08), 0 0 0 1px rgba(103, 110, 118, 0.16), 0 1px 1px 0 rgba(0, 0, 0, 0.12);\n transition-duration: 70ms;\n transition-timing-function: cubic-bezier(0, 0, 0.38, 0.9);\n}\nbutton.Button_module_root__39bcd65e[data-elem=base-cell].Button_module_critical__39bcd65e:focus-visible:not(:disabled) {\n outline: none;\n box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #f04438;\n}\nbutton.Button_module_root__39bcd65e[data-elem=base-cell].Button_module_iconOnly__39bcd65e {\n padding: 0 !important;\n aspect-ratio: 1/1;\n}\nbutton.Button_module_root__39bcd65e[data-elem=base-cell].Button_module_iconOnly__39bcd65e.Button_module_sizeXs__39bcd65e {\n width: 32px;\n height: 32px;\n}\nbutton.Button_module_root__39bcd65e[data-elem=base-cell].Button_module_iconOnly__39bcd65e.Button_module_sizeSm__39bcd65e {\n width: 40px;\n height: 40px;\n}\nbutton.Button_module_root__39bcd65e[data-elem=base-cell].Button_module_iconOnly__39bcd65e.Button_module_sizeMd__39bcd65e {\n width: 44px;\n height: 44px;\n}\nbutton.Button_module_root__39bcd65e[data-elem=base-cell].Button_module_iconOnly__39bcd65e.Button_module_sizeLg__39bcd65e {\n width: 52px;\n height: 52px;\n}\nbutton.Button_module_root__39bcd65e[data-elem=base-cell]:disabled {\n transition: background-color 150ms cubic-bezier(0.2, 0, 0.38, 0.9), color 150ms cubic-bezier(0.2, 0, 0.38, 0.9), opacity 150ms cubic-bezier(0.2, 0, 0.38, 0.9);\n background: #f5f5f5;\n color: #a4a7ae;\n cursor: not-allowed;\n box-shadow: none;\n}\nbutton.Button_module_root__39bcd65e[data-elem=base-cell]:disabled [data-elem=title],\nbutton.Button_module_root__39bcd65e[data-elem=base-cell]:disabled svg {\n opacity: 0.6;\n}\n@media (prefers-reduced-motion: reduce) {\n button.Button_module_root__39bcd65e[data-elem=base-cell] {\n transition: none !important;\n }\n}\n\n.Button_module_iconXs__39bcd65e {\n width: 18px !important;\n height: 18px !important;\n flex-shrink: 0;\n}\n\n.Button_module_iconSm__39bcd65e {\n width: 18px !important;\n height: 18px !important;\n flex-shrink: 0;\n}\n\n.Button_module_iconMd__39bcd65e {\n width: 18px !important;\n height: 18px !important;\n flex-shrink: 0;\n}\n\n.Button_module_iconLg__39bcd65e {\n width: 20px !important;\n height: 20px !important;\n flex-shrink: 0;\n}";
314
- var modules_b0070f27$1 = {"root":"Button_module_root__39bcd65e","size-xs":"Button_module_sizeXs__39bcd65e","size-sm":"Button_module_sizeSm__39bcd65e","size-md":"Button_module_sizeMd__39bcd65e","size-lg":"Button_module_sizeLg__39bcd65e","primary":"Button_module_primary__39bcd65e","secondary":"Button_module_secondary__39bcd65e","soft":"Button_module_soft__39bcd65e","outline":"Button_module_outline__39bcd65e","ghost":"Button_module_ghost__39bcd65e","critical":"Button_module_critical__39bcd65e","icon-only":"Button_module_iconOnly__39bcd65e","icon-xs":"Button_module_iconXs__39bcd65e","icon-sm":"Button_module_iconSm__39bcd65e","icon-md":"Button_module_iconMd__39bcd65e","icon-lg":"Button_module_iconLg__39bcd65e"};
313
+ var css$K = "button.Button_module_root__f628f9e2[data-elem=base-cell] {\n transition: background-color 110ms cubic-bezier(0.2, 0, 0.38, 0.9), border-color 110ms cubic-bezier(0.2, 0, 0.38, 0.9), color 110ms cubic-bezier(0.2, 0, 0.38, 0.9), box-shadow 110ms cubic-bezier(0.2, 0, 0.38, 0.9);\n display: inline-flex;\n align-items: center;\n justify-content: center;\n border: none;\n cursor: pointer;\n position: relative;\n width: -moz-fit-content;\n width: fit-content;\n}\nbutton.Button_module_root__f628f9e2[data-elem=base-cell] [data-elem=title] {\n font-family: Jakarta, sans-serif;\n font-weight: 600;\n font-size: 14px;\n line-height: 20px;\n}\nbutton.Button_module_root__f628f9e2[data-elem=base-cell].Button_module_sizeXs__f628f9e2 {\n height: 32px;\n padding: 0 12px;\n gap: 4px;\n border-radius: 6px;\n}\nbutton.Button_module_root__f628f9e2[data-elem=base-cell].Button_module_sizeSm__f628f9e2 {\n height: 36px;\n padding: 0 14px;\n gap: 4px;\n border-radius: 6px;\n}\nbutton.Button_module_root__f628f9e2[data-elem=base-cell].Button_module_sizeMd__f628f9e2 {\n height: 40px;\n padding: 0 16px;\n gap: 6px;\n border-radius: 6px;\n}\nbutton.Button_module_root__f628f9e2[data-elem=base-cell].Button_module_sizeLg__f628f9e2 {\n height: 44px;\n padding: 0 18px;\n gap: 6px;\n border-radius: 6px;\n}\nbutton.Button_module_root__f628f9e2[data-elem=base-cell].Button_module_primary__f628f9e2 {\n background: #1570ef;\n color: #ffffff;\n box-shadow: 0 2px 5px 0 rgba(103, 110, 118, 0.08), 0 0 0 1px rgba(103, 110, 118, 0.16), 0 1px 1px 0 rgba(0, 0, 0, 0.12);\n}\nbutton.Button_module_root__f628f9e2[data-elem=base-cell].Button_module_primary__f628f9e2:hover:not(:disabled) {\n background: #175cd3;\n box-shadow: 0 2px 5px 0 rgba(46, 144, 250, 0.08), 0 0 0 1px rgba(46, 144, 250, 0.4), 0 1px 1px 0 rgba(0, 0, 0, 0.12);\n transition-duration: 70ms;\n transition-timing-function: cubic-bezier(0.2, 0, 1, 0.9);\n}\nbutton.Button_module_root__f628f9e2[data-elem=base-cell].Button_module_primary__f628f9e2:active:not(:disabled) {\n background: #1849a9;\n box-shadow: 0 2px 5px 0 rgba(103, 110, 118, 0.08), 0 0 0 1px rgba(103, 110, 118, 0.16), 0 1px 1px 0 rgba(0, 0, 0, 0.12);\n transition-duration: 70ms;\n transition-timing-function: cubic-bezier(0, 0, 0.38, 0.9);\n}\nbutton.Button_module_root__f628f9e2[data-elem=base-cell].Button_module_primary__f628f9e2:focus-visible:not(:disabled) {\n outline: none;\n box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #1570ef;\n}\nbutton.Button_module_root__f628f9e2[data-elem=base-cell].Button_module_secondary__f628f9e2 {\n background: #252b37;\n color: #ffffff;\n box-shadow: 0 2px 5px 0 rgba(103, 110, 118, 0.08), 0 0 0 1px rgba(103, 110, 118, 0.16), 0 1px 1px 0 rgba(0, 0, 0, 0.12);\n}\nbutton.Button_module_root__f628f9e2[data-elem=base-cell].Button_module_secondary__f628f9e2:hover:not(:disabled) {\n background: #414651;\n box-shadow: 0 2px 5px 0 rgba(103, 110, 118, 0.08), 0 0 0 1px rgba(103, 110, 118, 0.16), 0 1px 1px 0 rgba(0, 0, 0, 0.12);\n transition-duration: 70ms;\n transition-timing-function: cubic-bezier(0.2, 0, 1, 0.9);\n}\nbutton.Button_module_root__f628f9e2[data-elem=base-cell].Button_module_secondary__f628f9e2:active:not(:disabled) {\n background: #181d27;\n box-shadow: 0 2px 5px 0 rgba(103, 110, 118, 0.08), 0 0 0 1px rgba(103, 110, 118, 0.16), 0 1px 1px 0 rgba(0, 0, 0, 0.12);\n transition-duration: 70ms;\n transition-timing-function: cubic-bezier(0, 0, 0.38, 0.9);\n}\nbutton.Button_module_root__f628f9e2[data-elem=base-cell].Button_module_secondary__f628f9e2:focus-visible:not(:disabled) {\n outline: none;\n box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #a4a7ae;\n}\nbutton.Button_module_root__f628f9e2[data-elem=base-cell].Button_module_soft__f628f9e2 {\n background: #fafafa;\n color: #414651;\n box-shadow: 0 2px 5px 0 rgba(103, 110, 118, 0.08), 0 0 0 1px rgba(103, 110, 118, 0.16), 0 1px 1px 0 rgba(0, 0, 0, 0.12);\n}\nbutton.Button_module_root__f628f9e2[data-elem=base-cell].Button_module_soft__f628f9e2:not(:disabled) svg {\n color: #414651;\n}\nbutton.Button_module_root__f628f9e2[data-elem=base-cell].Button_module_soft__f628f9e2:hover:not(:disabled) {\n background: #f5f5f5;\n color: #252b37;\n box-shadow: 0 2px 5px 0 rgba(103, 110, 118, 0.08), 0 0 0 1px rgba(103, 110, 118, 0.16), 0 1px 1px 0 rgba(0, 0, 0, 0.12);\n transition-duration: 70ms;\n transition-timing-function: cubic-bezier(0.2, 0, 1, 0.9);\n}\nbutton.Button_module_root__f628f9e2[data-elem=base-cell].Button_module_soft__f628f9e2:active:not(:disabled) {\n background: #f5f5f5;\n color: #252b37;\n box-shadow: 0 2px 5px 0 rgba(103, 110, 118, 0.08), 0 0 0 1px rgba(103, 110, 118, 0.16), 0 1px 1px 0 rgba(0, 0, 0, 0.12);\n transition-duration: 70ms;\n transition-timing-function: cubic-bezier(0, 0, 0.38, 0.9);\n}\nbutton.Button_module_root__f628f9e2[data-elem=base-cell].Button_module_soft__f628f9e2:focus-visible:not(:disabled) {\n outline: none;\n box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #a4a7ae;\n}\nbutton.Button_module_root__f628f9e2[data-elem=base-cell].Button_module_outline__f628f9e2 {\n background: transparent;\n color: #414651;\n box-shadow: 0 2px 5px 0 rgba(103, 110, 118, 0.08), 0 0 0 1px rgba(103, 110, 118, 0.16), 0 1px 1px 0 rgba(0, 0, 0, 0.12);\n}\nbutton.Button_module_root__f628f9e2[data-elem=base-cell].Button_module_outline__f628f9e2:hover:not(:disabled) {\n background: #fafafa;\n box-shadow: 0 2px 5px 0 rgba(103, 110, 118, 0.08), 0 0 0 1px rgba(103, 110, 118, 0.16), 0 1px 1px 0 rgba(0, 0, 0, 0.12);\n transition-duration: 70ms;\n transition-timing-function: cubic-bezier(0.2, 0, 1, 0.9);\n}\nbutton.Button_module_root__f628f9e2[data-elem=base-cell].Button_module_outline__f628f9e2:active:not(:disabled) {\n background: #f5f5f5;\n box-shadow: 0 0 0 1px #d5d7da;\n transition-duration: 70ms;\n transition-timing-function: cubic-bezier(0, 0, 0.38, 0.9);\n}\nbutton.Button_module_root__f628f9e2[data-elem=base-cell].Button_module_outline__f628f9e2:focus-visible:not(:disabled) {\n outline: none;\n box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #535862;\n}\nbutton.Button_module_root__f628f9e2[data-elem=base-cell].Button_module_ghost__f628f9e2 {\n background: transparent;\n color: #414651;\n box-shadow: none;\n}\nbutton.Button_module_root__f628f9e2[data-elem=base-cell].Button_module_ghost__f628f9e2:hover:not(:disabled) {\n background: #fafafa;\n box-shadow: 0 2px 5px 0 rgba(103, 110, 118, 0.08), 0 0 0 1px rgba(103, 110, 118, 0.16), 0 1px 1px 0 rgba(0, 0, 0, 0.12);\n transition-duration: 70ms;\n transition-timing-function: cubic-bezier(0.2, 0, 1, 0.9);\n}\nbutton.Button_module_root__f628f9e2[data-elem=base-cell].Button_module_ghost__f628f9e2:active:not(:disabled) {\n background: #f5f5f5;\n box-shadow: none;\n transition-duration: 70ms;\n transition-timing-function: cubic-bezier(0, 0, 0.38, 0.9);\n}\nbutton.Button_module_root__f628f9e2[data-elem=base-cell].Button_module_ghost__f628f9e2:focus-visible:not(:disabled) {\n outline: none;\n box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #a4a7ae;\n}\nbutton.Button_module_root__f628f9e2[data-elem=base-cell].Button_module_critical__f628f9e2 {\n background: #d92d20;\n color: #ffffff;\n box-shadow: 0 2px 5px 0 rgba(103, 110, 118, 0.08), 0 0 0 1px rgba(103, 110, 118, 0.16), 0 1px 1px 0 rgba(0, 0, 0, 0.12);\n}\nbutton.Button_module_root__f628f9e2[data-elem=base-cell].Button_module_critical__f628f9e2:hover:not(:disabled) {\n background: #b42318;\n box-shadow: 0 2px 5px 0 rgba(217, 45, 32, 0.08), 0 0 0 1px rgba(217, 45, 32, 0.4), 0 1px 1px 0 rgba(0, 0, 0, 0.12);\n transition-duration: 70ms;\n transition-timing-function: cubic-bezier(0.2, 0, 1, 0.9);\n}\nbutton.Button_module_root__f628f9e2[data-elem=base-cell].Button_module_critical__f628f9e2:active:not(:disabled) {\n background: #912018;\n box-shadow: 0 2px 5px 0 rgba(103, 110, 118, 0.08), 0 0 0 1px rgba(103, 110, 118, 0.16), 0 1px 1px 0 rgba(0, 0, 0, 0.12);\n transition-duration: 70ms;\n transition-timing-function: cubic-bezier(0, 0, 0.38, 0.9);\n}\nbutton.Button_module_root__f628f9e2[data-elem=base-cell].Button_module_critical__f628f9e2:focus-visible:not(:disabled) {\n outline: none;\n box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #f04438;\n}\nbutton.Button_module_root__f628f9e2[data-elem=base-cell].Button_module_iconOnly__f628f9e2 {\n padding: 0 !important;\n aspect-ratio: 1/1;\n}\nbutton.Button_module_root__f628f9e2[data-elem=base-cell].Button_module_iconOnly__f628f9e2.Button_module_sizeXs__f628f9e2 {\n width: 32px;\n height: 32px;\n}\nbutton.Button_module_root__f628f9e2[data-elem=base-cell].Button_module_iconOnly__f628f9e2.Button_module_sizeSm__f628f9e2 {\n width: 40px;\n height: 40px;\n}\nbutton.Button_module_root__f628f9e2[data-elem=base-cell].Button_module_iconOnly__f628f9e2.Button_module_sizeMd__f628f9e2 {\n width: 44px;\n height: 44px;\n}\nbutton.Button_module_root__f628f9e2[data-elem=base-cell].Button_module_iconOnly__f628f9e2.Button_module_sizeLg__f628f9e2 {\n width: 52px;\n height: 52px;\n}\nbutton.Button_module_root__f628f9e2[data-elem=base-cell]:disabled {\n transition: background-color 150ms cubic-bezier(0.2, 0, 0.38, 0.9), color 150ms cubic-bezier(0.2, 0, 0.38, 0.9), opacity 150ms cubic-bezier(0.2, 0, 0.38, 0.9);\n background: #f5f5f5;\n color: #a4a7ae;\n cursor: not-allowed;\n box-shadow: none;\n}\nbutton.Button_module_root__f628f9e2[data-elem=base-cell]:disabled [data-elem=title],\nbutton.Button_module_root__f628f9e2[data-elem=base-cell]:disabled svg {\n opacity: 0.6;\n}\n@media (prefers-reduced-motion: reduce) {\n button.Button_module_root__f628f9e2[data-elem=base-cell] {\n transition: none !important;\n }\n}\nbutton.Button_module_root__f628f9e2[data-elem=base-cell].Button_module_unstyled__f628f9e2 {\n all: unset !important;\n display: inline-flex !important;\n align-items: center !important;\n cursor: pointer !important;\n background: transparent !important;\n padding: 4px !important;\n margin: 0 !important;\n border: none !important;\n box-shadow: none !important;\n border-radius: 4px !important;\n height: auto !important;\n width: auto !important;\n min-width: unset !important;\n font: inherit !important;\n color: inherit !important;\n outline: none !important;\n}\n\n.Button_module_iconXs__f628f9e2 {\n width: 18px !important;\n height: 18px !important;\n flex-shrink: 0;\n}\n\n.Button_module_iconSm__f628f9e2 {\n width: 18px !important;\n height: 18px !important;\n flex-shrink: 0;\n}\n\n.Button_module_iconMd__f628f9e2 {\n width: 18px !important;\n height: 18px !important;\n flex-shrink: 0;\n}\n\n.Button_module_iconLg__f628f9e2 {\n width: 20px !important;\n height: 20px !important;\n flex-shrink: 0;\n}";
314
+ var modules_b0070f27$1 = {"root":"Button_module_root__f628f9e2","size-xs":"Button_module_sizeXs__f628f9e2","size-sm":"Button_module_sizeSm__f628f9e2","size-md":"Button_module_sizeMd__f628f9e2","size-lg":"Button_module_sizeLg__f628f9e2","primary":"Button_module_primary__f628f9e2","secondary":"Button_module_secondary__f628f9e2","soft":"Button_module_soft__f628f9e2","outline":"Button_module_outline__f628f9e2","ghost":"Button_module_ghost__f628f9e2","critical":"Button_module_critical__f628f9e2","icon-only":"Button_module_iconOnly__f628f9e2","unstyled":"Button_module_unstyled__f628f9e2","icon-xs":"Button_module_iconXs__f628f9e2","icon-sm":"Button_module_iconSm__f628f9e2","icon-md":"Button_module_iconMd__f628f9e2","icon-lg":"Button_module_iconLg__f628f9e2"};
315
315
  n(css$K,{});
316
316
 
317
317
  var Button$1 = /*#__PURE__*/forwardRef(function (props, ref) {
@@ -3255,6 +3255,208 @@ function getChildren(nodes, id) {
3255
3255
  return allChildren;
3256
3256
  }
3257
3257
 
3258
+ function isPointInPolygon(point, polygon) {
3259
+ const [x, y] = point;
3260
+ let isInside = false;
3261
+ const length = polygon.length;
3262
+
3263
+ for (let i = 0, j = length - 1; i < length; j = i++) {
3264
+ const [xi, yi] = polygon[i] || [0, 0];
3265
+ const [xj, yj] = polygon[j] || [0, 0];
3266
+ const intersect = yi >= y !== yj >= y && x <= (xj - xi) * (y - yi) / (yj - yi) + xi;
3267
+
3268
+ if (intersect) {
3269
+ isInside = !isInside;
3270
+ }
3271
+ }
3272
+
3273
+ return isInside;
3274
+ }
3275
+
3276
+ function safePolygon(_temp) {
3277
+ let {
3278
+ restMs = 0,
3279
+ buffer = 0.5,
3280
+ blockPointerEvents = true,
3281
+ debug = null
3282
+ } = _temp === void 0 ? {} : _temp;
3283
+ let timeoutId;
3284
+ let polygonIsDestroyed = false;
3285
+
3286
+ const fn = _ref => {
3287
+ let {
3288
+ x,
3289
+ y,
3290
+ placement,
3291
+ refs,
3292
+ onClose,
3293
+ nodeId,
3294
+ tree,
3295
+ leave = false
3296
+ } = _ref;
3297
+ return function onPointerMove(event) {
3298
+ var _refs$domReference$cu, _refs$floating$curren, _refs$floating$curren2;
3299
+
3300
+ clearTimeout(timeoutId);
3301
+
3302
+ function close() {
3303
+ clearTimeout(timeoutId);
3304
+ onClose();
3305
+ }
3306
+
3307
+ if (event.pointerType && event.pointerType !== 'mouse') {
3308
+ return;
3309
+ }
3310
+
3311
+ const {
3312
+ clientX,
3313
+ clientY
3314
+ } = event;
3315
+ const target = 'composedPath' in event ? event.composedPath()[0] : event.target;
3316
+ const targetNode = target; // If the pointer is over the reference, there is no need to run the logic
3317
+
3318
+ if (event.type === 'pointermove' && (_refs$domReference$cu = refs.domReference.current) != null && _refs$domReference$cu.contains(targetNode)) {
3319
+ return;
3320
+ } // Prevent overlapping floating element from being stuck in an open-close
3321
+ // loop: https://github.com/floating-ui/floating-ui/issues/1910
3322
+
3323
+
3324
+ if (event.type === 'mouseleave' && isElement(event.relatedTarget) && (_refs$floating$curren = refs.floating.current) != null && _refs$floating$curren.contains(event.relatedTarget)) {
3325
+ return;
3326
+ } // If any nested child is open, abort.
3327
+
3328
+
3329
+ if (tree && getChildren(tree.nodesRef.current, nodeId).some(_ref2 => {
3330
+ let {
3331
+ context
3332
+ } = _ref2;
3333
+ return context == null ? void 0 : context.open;
3334
+ })) {
3335
+ return;
3336
+ } // The cursor landed, so we destroy the polygon logic
3337
+
3338
+
3339
+ if ((_refs$floating$curren2 = refs.floating.current) != null && _refs$floating$curren2.contains(targetNode) && !leave) {
3340
+ polygonIsDestroyed = true;
3341
+ return;
3342
+ }
3343
+
3344
+ if (!refs.domReference.current || !refs.floating.current || placement == null || x == null || y == null) {
3345
+ return;
3346
+ }
3347
+
3348
+ const refRect = refs.domReference.current.getBoundingClientRect();
3349
+ const rect = refs.floating.current.getBoundingClientRect();
3350
+ const side = placement.split('-')[0];
3351
+ const cursorLeaveFromRight = x > rect.right - rect.width / 2;
3352
+ const cursorLeaveFromBottom = y > rect.bottom - rect.height / 2; // If the pointer is leaving from the opposite side, the "buffer" logic
3353
+ // creates a point where the floating element remains open, but should be
3354
+ // ignored.
3355
+ // A constant of 1 handles floating point rounding errors.
3356
+
3357
+ if (side === 'top' && y >= refRect.bottom - 1 || side === 'bottom' && y <= refRect.top + 1 || side === 'left' && x >= refRect.right - 1 || side === 'right' && x <= refRect.left + 1) {
3358
+ return close();
3359
+ } // Ignore when the cursor is within the rectangular trough between the
3360
+ // two elements. Since the triangle is created from the cursor point,
3361
+ // which can start beyond the ref element's edge, traversing back and
3362
+ // forth from the ref to the floating element can cause it to close. This
3363
+ // ensures it always remains open in that case.
3364
+
3365
+
3366
+ switch (side) {
3367
+ case 'top':
3368
+ if (clientX >= rect.left && clientX <= rect.right && clientY >= rect.top && clientY <= refRect.top + 1) {
3369
+ return;
3370
+ }
3371
+
3372
+ break;
3373
+
3374
+ case 'bottom':
3375
+ if (clientX >= rect.left && clientX <= rect.right && clientY >= refRect.bottom - 1 && clientY <= rect.bottom) {
3376
+ return;
3377
+ }
3378
+
3379
+ break;
3380
+
3381
+ case 'left':
3382
+ if (clientX >= rect.left && clientX <= refRect.left + 1 && clientY >= rect.top && clientY <= rect.bottom) {
3383
+ return;
3384
+ }
3385
+
3386
+ break;
3387
+
3388
+ case 'right':
3389
+ if (clientX >= refRect.right - 1 && clientX <= rect.right && clientY >= rect.top && clientY <= rect.bottom) {
3390
+ return;
3391
+ }
3392
+
3393
+ break;
3394
+ }
3395
+
3396
+ if (polygonIsDestroyed) {
3397
+ return close();
3398
+ }
3399
+
3400
+ function getPolygon(_ref3) {
3401
+ let [x, y] = _ref3;
3402
+ const isFloatingWider = rect.width > refRect.width;
3403
+ const isFloatingTaller = rect.height > refRect.height;
3404
+
3405
+ switch (side) {
3406
+ case 'top':
3407
+ {
3408
+ const cursorPointOne = [isFloatingWider ? x + buffer / 2 : cursorLeaveFromRight ? x + buffer * 4 : x - buffer * 4, y + buffer + 1];
3409
+ const cursorPointTwo = [isFloatingWider ? x - buffer / 2 : cursorLeaveFromRight ? x + buffer * 4 : x - buffer * 4, y + buffer + 1];
3410
+ const commonPoints = [[rect.left, cursorLeaveFromRight ? rect.bottom - buffer : isFloatingWider ? rect.bottom - buffer : rect.top], [rect.right, cursorLeaveFromRight ? isFloatingWider ? rect.bottom - buffer : rect.top : rect.bottom - buffer]];
3411
+ return [cursorPointOne, cursorPointTwo, ...commonPoints];
3412
+ }
3413
+
3414
+ case 'bottom':
3415
+ {
3416
+ const cursorPointOne = [isFloatingWider ? x + buffer / 2 : cursorLeaveFromRight ? x + buffer * 4 : x - buffer * 4, y - buffer];
3417
+ const cursorPointTwo = [isFloatingWider ? x - buffer / 2 : cursorLeaveFromRight ? x + buffer * 4 : x - buffer * 4, y - buffer];
3418
+ const commonPoints = [[rect.left, cursorLeaveFromRight ? rect.top + buffer : isFloatingWider ? rect.top + buffer : rect.bottom], [rect.right, cursorLeaveFromRight ? isFloatingWider ? rect.top + buffer : rect.bottom : rect.top + buffer]];
3419
+ return [cursorPointOne, cursorPointTwo, ...commonPoints];
3420
+ }
3421
+
3422
+ case 'left':
3423
+ {
3424
+ const cursorPointOne = [x + buffer + 1, isFloatingTaller ? y + buffer / 2 : cursorLeaveFromBottom ? y + buffer * 4 : y - buffer * 4];
3425
+ const cursorPointTwo = [x + buffer + 1, isFloatingTaller ? y - buffer / 2 : cursorLeaveFromBottom ? y + buffer * 4 : y - buffer * 4];
3426
+ const commonPoints = [[cursorLeaveFromBottom ? rect.right - buffer : isFloatingTaller ? rect.right - buffer : rect.left, rect.top], [cursorLeaveFromBottom ? isFloatingTaller ? rect.right - buffer : rect.left : rect.right - buffer, rect.bottom]];
3427
+ return [...commonPoints, cursorPointOne, cursorPointTwo];
3428
+ }
3429
+
3430
+ case 'right':
3431
+ {
3432
+ const cursorPointOne = [x - buffer, isFloatingTaller ? y + buffer / 2 : cursorLeaveFromBottom ? y + buffer * 4 : y - buffer * 4];
3433
+ const cursorPointTwo = [x - buffer, isFloatingTaller ? y - buffer / 2 : cursorLeaveFromBottom ? y + buffer * 4 : y - buffer * 4];
3434
+ const commonPoints = [[cursorLeaveFromBottom ? rect.left + buffer : isFloatingTaller ? rect.left + buffer : rect.right, rect.top], [cursorLeaveFromBottom ? isFloatingTaller ? rect.left + buffer : rect.right : rect.left + buffer, rect.bottom]];
3435
+ return [cursorPointOne, cursorPointTwo, ...commonPoints];
3436
+ }
3437
+ }
3438
+ }
3439
+
3440
+ const poly = getPolygon([x, y]);
3441
+
3442
+ if (process.env.NODE_ENV !== "production") {
3443
+ debug == null ? void 0 : debug(poly.slice(0, 4).join(', '));
3444
+ }
3445
+
3446
+ if (!isPointInPolygon([clientX, clientY], poly)) {
3447
+ close();
3448
+ } else if (restMs) {
3449
+ timeoutId = setTimeout(onClose, restMs);
3450
+ }
3451
+ };
3452
+ };
3453
+
3454
+ fn.__options = {
3455
+ blockPointerEvents
3456
+ };
3457
+ return fn;
3458
+ }
3459
+
3258
3460
  const DEFAULT_ID = 'floating-ui-root';
3259
3461
  const useFloatingPortalNode = function (_temp) {
3260
3462
  let {
@@ -6097,8 +6299,8 @@ var Text$1 = /*#__PURE__*/forwardRef(function (props, ref) {
6097
6299
  return null;
6098
6300
  });
6099
6301
 
6100
- var css$v = ".Link_module_wrapper__3063707c {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n border: 1px solid transparent;\n padding: 1px;\n border-radius: 2px;\n box-sizing: border-box;\n}\n.Link_module_wrapper__3063707c:active {\n border-color: var(--link-link-primary, #1f5fcc);\n}\n.Link_module_wrapper__3063707c:has(.Link_module_link__3063707c:focus-visible) {\n border-color: var(--link-link-primary, #1f5fcc);\n}\n.Link_module_wrapper__3063707c.Link_module_sizeSm__3063707c .Link_module_link__3063707c {\n font-size: 12px;\n line-height: 16px;\n letter-spacing: 0.32px;\n gap: 8px;\n}\n.Link_module_wrapper__3063707c.Link_module_sizeMd__3063707c .Link_module_link__3063707c {\n font-size: 14px;\n line-height: 18px;\n letter-spacing: 0.16px;\n gap: 10px;\n}\n.Link_module_wrapper__3063707c.Link_module_sizeLg__3063707c .Link_module_link__3063707c {\n font-size: 16px;\n line-height: 22px;\n gap: 10px;\n}\n.Link_module_wrapper__3063707c.Link_module_disabled__3063707c {\n opacity: 0.25;\n pointer-events: none;\n}\n.Link_module_wrapper__3063707c.Link_module_disabled__3063707c .Link_module_link__3063707c {\n color: var(--text-text-disabled, #161616);\n}\n.Link_module_wrapper__3063707c.Link_module_disabled__3063707c .Link_module_icon__3063707c {\n stroke: var(--icon-icon-disabled, #161616);\n}\n.Link_module_wrapper__3063707c .Link_module_link__3063707c {\n display: inline-flex;\n align-items: center;\n gap: var(--spacing-03, 8px);\n text-decoration: none;\n cursor: pointer;\n color: var(--link-link-primary, #1f5fcc);\n}\n.Link_module_wrapper__3063707c .Link_module_link__3063707c:focus-visible {\n outline: none;\n}\n.Link_module_wrapper__3063707c .Link_module_link__3063707c:hover {\n color: var(--link-link-primary-hover, #1b55b5);\n}\n.Link_module_wrapper__3063707c .Link_module_link__3063707c:hover .Link_module_icon__3063707c {\n stroke: var(--link-link-primary-hover, #1b55b5);\n}\n.Link_module_wrapper__3063707c .Link_module_link__3063707c:visited {\n color: var(--link-Link-visited, #8a3ffc);\n}\n.Link_module_wrapper__3063707c .Link_module_link__3063707c:visited .Link_module_icon__3063707c {\n stroke: var(--link-Link-visited, #8a3ffc);\n}\n.Link_module_wrapper__3063707c .Link_module_link__3063707c:active {\n color: var(--icon-icon-primary, #161616);\n}\n.Link_module_wrapper__3063707c .Link_module_link__3063707c:active .Link_module_icon__3063707c {\n stroke: var(--icon-icon-primary, #161616);\n}\n.Link_module_wrapper__3063707c .Link_module_icon__3063707c {\n stroke-width: 1.2px;\n stroke: var(--link-link-primary, #1f5fcc);\n width: 16px;\n height: 16px;\n}\n.Link_module_wrapper__3063707c .Link_module_sizeLg__3063707c .Link_module_icon__3063707c {\n width: 20px;\n height: 20px;\n}";
6101
- var modules_e20967e9 = {"wrapper":"Link_module_wrapper__3063707c","link":"Link_module_link__3063707c","size-sm":"Link_module_sizeSm__3063707c","size-md":"Link_module_sizeMd__3063707c","size-lg":"Link_module_sizeLg__3063707c","disabled":"Link_module_disabled__3063707c","icon":"Link_module_icon__3063707c"};
6302
+ var css$v = ".Link_module_wrapper__4b6879a4 {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n border: 1px solid transparent;\n padding: 1px;\n border-radius: 2px;\n box-sizing: border-box;\n}\n.Link_module_wrapper__4b6879a4:active {\n border-color: var(--link-link-primary, #1f5fcc);\n}\n.Link_module_wrapper__4b6879a4:has(.Link_module_link__4b6879a4:focus-visible) {\n border-color: var(--link-link-primary, #1f5fcc);\n}\n.Link_module_wrapper__4b6879a4.Link_module_sizeSm__4b6879a4 .Link_module_link__4b6879a4 {\n font-size: 12px;\n line-height: 16px;\n letter-spacing: 0.32px;\n gap: 8px;\n}\n.Link_module_wrapper__4b6879a4.Link_module_sizeMd__4b6879a4 .Link_module_link__4b6879a4 {\n font-size: 14px;\n line-height: 18px;\n letter-spacing: 0.16px;\n gap: 10px;\n}\n.Link_module_wrapper__4b6879a4.Link_module_sizeLg__4b6879a4 .Link_module_link__4b6879a4 {\n font-size: 16px;\n line-height: 22px;\n gap: 10px;\n}\n.Link_module_wrapper__4b6879a4.Link_module_disabled__4b6879a4 {\n opacity: 0.25;\n pointer-events: none;\n}\n.Link_module_wrapper__4b6879a4.Link_module_disabled__4b6879a4 .Link_module_link__4b6879a4 {\n color: var(--text-text-disabled, #161616);\n}\n.Link_module_wrapper__4b6879a4.Link_module_disabled__4b6879a4 .Link_module_icon__4b6879a4 {\n stroke: var(--icon-icon-disabled, #161616);\n}\n.Link_module_wrapper__4b6879a4 .Link_module_link__4b6879a4 {\n display: inline-flex;\n align-items: center;\n gap: var(--spacing-03, 8px);\n text-decoration: none;\n cursor: pointer;\n color: var(--link-link-primary, #1f5fcc);\n}\n.Link_module_wrapper__4b6879a4 .Link_module_link__4b6879a4:focus-visible {\n outline: none;\n}\n.Link_module_wrapper__4b6879a4 .Link_module_link__4b6879a4:hover {\n color: var(--link-link-primary-hover, #1b55b5);\n}\n.Link_module_wrapper__4b6879a4 .Link_module_link__4b6879a4:hover .Link_module_icon__4b6879a4 {\n stroke: var(--link-link-primary-hover, #1b55b5);\n}\n.Link_module_wrapper__4b6879a4 .Link_module_link__4b6879a4:visited {\n color: var(--link-Link-visited, #8a3ffc);\n}\n.Link_module_wrapper__4b6879a4 .Link_module_link__4b6879a4:visited .Link_module_icon__4b6879a4 {\n stroke: var(--link-Link-visited, #8a3ffc);\n}\n.Link_module_wrapper__4b6879a4 .Link_module_link__4b6879a4:active {\n color: var(--icon-icon-primary, #161616);\n}\n.Link_module_wrapper__4b6879a4 .Link_module_link__4b6879a4:active .Link_module_icon__4b6879a4 {\n stroke: var(--icon-icon-primary, #161616);\n}\n.Link_module_wrapper__4b6879a4 .Link_module_icon__4b6879a4 {\n stroke-width: 1.2px;\n stroke: var(--link-link-primary, #1f5fcc);\n width: 16px;\n height: 16px;\n}\n.Link_module_wrapper__4b6879a4 .Link_module_sizeLg__4b6879a4 .Link_module_icon__4b6879a4 {\n width: 20px;\n height: 20px;\n}\n\n.Link_module_unstyled__4b6879a4 {\n all: unset;\n display: inline-flex;\n align-items: center;\n cursor: pointer;\n background: transparent;\n border: none;\n box-shadow: none;\n outline: none;\n padding: 0;\n margin: 0;\n text-decoration: none;\n color: inherit;\n font: inherit;\n}\n.Link_module_unstyled__4b6879a4:focus-visible {\n outline: none;\n}\n.Link_module_unstyled__4b6879a4:disabled {\n opacity: 0.25;\n pointer-events: none;\n cursor: not-allowed;\n}";
6303
+ var modules_e20967e9 = {"wrapper":"Link_module_wrapper__4b6879a4","link":"Link_module_link__4b6879a4","size-sm":"Link_module_sizeSm__4b6879a4","size-md":"Link_module_sizeMd__4b6879a4","size-lg":"Link_module_sizeLg__4b6879a4","disabled":"Link_module_disabled__4b6879a4","icon":"Link_module_icon__4b6879a4","unstyled":"Link_module_unstyled__4b6879a4"};
6102
6304
  n(css$v,{});
6103
6305
 
6104
6306
  var Link = /*#__PURE__*/forwardRef(function (props, ref) {
@@ -6107,6 +6309,8 @@ var Link = /*#__PURE__*/forwardRef(function (props, ref) {
6107
6309
  _props$target = props.target,
6108
6310
  target = _props$target === void 0 ? '_self' : _props$target,
6109
6311
  onClick = props.onClick,
6312
+ _props$variant = props.variant,
6313
+ variant = _props$variant === void 0 ? 'styled' : _props$variant,
6110
6314
  _props$size = props.size,
6111
6315
  size = _props$size === void 0 ? 'md' : _props$size,
6112
6316
  _props$withIcon = props.withIcon,
@@ -6124,6 +6328,19 @@ var Link = /*#__PURE__*/forwardRef(function (props, ref) {
6124
6328
  }
6125
6329
  onClick === null || onClick === void 0 || onClick();
6126
6330
  };
6331
+ if (variant === 'unstyled') {
6332
+ return jsx("a", _objectSpread2(_objectSpread2({
6333
+ ref: ref,
6334
+ className: classes(modules_e20967e9.unstyled, className),
6335
+ href: disabled ? undefined : href,
6336
+ target: target,
6337
+ onClick: handleClick,
6338
+ "aria-disabled": disabled,
6339
+ tabIndex: disabled ? -1 : 0
6340
+ }, attrs), {}, {
6341
+ children: children
6342
+ }));
6343
+ }
6127
6344
  return jsx("div", {
6128
6345
  className: classes(modules_e20967e9.wrapper, modules_e20967e9["size-".concat(size)], disabled && modules_e20967e9.disabled),
6129
6346
  children: jsxs(Text$1, {
@@ -6477,7 +6694,7 @@ var Tooltip = /*#__PURE__*/forwardRef(function (props, propRef) {
6477
6694
  // Event listeners to change the open state
6478
6695
  var hover = useHover(context, {
6479
6696
  move: true,
6480
- enabled: !clickOutsideToClose
6697
+ handleClose: clickOutsideToClose ? safePolygon() : undefined
6481
6698
  });
6482
6699
  var focus = useFocus(context, {
6483
6700
  enabled: !clickOutsideToClose