{"version":3,"sources":["../src/ActionMenu/ActionMenu.module.css.js"],"names":[],"mappings":"AAAA,0CAEE,gBAmEF,CAjEE,2EACE,uCACF,CAGA,sEACE,aACF,CAEA,wEACE,eACF,CAEA,wEACE,eACF,CAEA,yEACE,gBACF,CAGA,0EACE,2BAKF,CAHE,0BAHF,0EAII,4BAEJ,CADE,CAGF,yEACE,2BAKF,CAHE,0BAHF,yEAII,4BAEJ,CADE,CAGF,0EACE,2BAKF,CAHE,0BAHF,0EAII,4BAEJ,CADE,CAGF,yEACE,2BAKF,CAHE,0BAHF,yEAII,4BAEJ,CADE,CAGF,0EACE,2BAKF,CAHE,0BAHF,0EAII,4BAEJ,CADE,CAGF,+EACE,2BAAuB,CAAvB,sBACF","file":"ActionMenu-c4e2a589.css","sourcesContent":[".ActionMenuContainer {\n  /* add default max height */\n  max-height: 100vh;\n\n  &:where([data-variant='fullscreen']) {\n    padding-top: var(--base-size-36);\n  }\n\n  /* Overflow variants */\n  &:where([data-overflow-auto]) {\n    overflow: auto;\n  }\n\n  &:where([data-overflow-hidden]) {\n    overflow: hidden;\n  }\n\n  &:where([data-overflow-scroll]) {\n    overflow: scroll;\n  }\n\n  &:where([data-overflow-visible]) {\n    overflow: visible;\n  }\n\n  /* Max-height size tokens (mirror Overlay sizes) */\n  &:where([data-max-height-xsmall]) {\n    max-height: min(192px, 100vh);\n\n    @supports (height: 100dvh) {\n      max-height: min(192px, 100dvh);\n    }\n  }\n\n  &:where([data-max-height-small]) {\n    max-height: min(256px, 100vh);\n\n    @supports (height: 100dvh) {\n      max-height: min(256px, 100dvh);\n    }\n  }\n\n  &:where([data-max-height-medium]) {\n    max-height: min(320px, 100vh);\n\n    @supports (height: 100dvh) {\n      max-height: min(320px, 100dvh);\n    }\n  }\n\n  &:where([data-max-height-large]) {\n    max-height: min(432px, 100vh);\n\n    @supports (height: 100dvh) {\n      max-height: min(432px, 100dvh);\n    }\n  }\n\n  &:where([data-max-height-xlarge]) {\n    max-height: min(600px, 100vh);\n\n    @supports (height: 100dvh) {\n      max-height: min(600px, 100dvh);\n    }\n  }\n\n  &:where([data-max-height-fit-content]) {\n    max-height: fit-content;\n  }\n}\n"]}