{"version":3,"file":"get-base-size.cjs","names":[],"sources":["../../../../../src/components/AppShell/AppShellMediaStyles/get-base-size/get-base-size.ts"],"sourcesContent":["import type { AppShellResponsiveSize, AppShellSize } from '../../AppShell.types';\n\nexport function getBaseSize(size: AppShellSize | AppShellResponsiveSize) {\n  if (typeof size === 'object') {\n    return size.base;\n  }\n\n  return size;\n}\n"],"mappings":";;AAEA,SAAgB,YAAY,MAA6C;CACvE,IAAI,OAAO,SAAS,UAClB,OAAO,KAAK;CAGd,OAAO;AACT"}