{"version":3,"file":"alerting.mjs","sources":["../../../../src/themes/GlobalStyles/alerting.ts"],"sourcesContent":["import { css } from '@emotion/react';\n\nimport { GrafanaTheme2 } from '@grafana/data';\n\nexport function getAlertingStyles(theme: GrafanaTheme2) {\n  return css({\n    '.alert-state-paused, .alert-state-pending': {\n      color: theme.colors.text.secondary,\n      fontWeight: theme.typography.fontWeightMedium,\n    },\n\n    '.alert-state-ok': {\n      color: theme.colors.success.text,\n      fontWeight: theme.typography.fontWeightMedium,\n    },\n\n    '.alert-state-warning': {\n      color: theme.colors.warning.text,\n      fontWeight: theme.typography.fontWeightMedium,\n    },\n\n    '.alert-state-critical': {\n      color: theme.colors.error.text,\n      fontWeight: theme.typography.fontWeightMedium,\n    },\n  });\n}\n"],"names":[],"mappings":";;;AAIO,SAAS,kBAAkB,KAAA,EAAsB;AACtD,EAAA,OAAO,GAAA,CAAI;AAAA,IACT,2CAAA,EAA6C;AAAA,MAC3C,KAAA,EAAO,KAAA,CAAM,MAAA,CAAO,IAAA,CAAK,SAAA;AAAA,MACzB,UAAA,EAAY,MAAM,UAAA,CAAW;AAAA,KAC/B;AAAA,IAEA,iBAAA,EAAmB;AAAA,MACjB,KAAA,EAAO,KAAA,CAAM,MAAA,CAAO,OAAA,CAAQ,IAAA;AAAA,MAC5B,UAAA,EAAY,MAAM,UAAA,CAAW;AAAA,KAC/B;AAAA,IAEA,sBAAA,EAAwB;AAAA,MACtB,KAAA,EAAO,KAAA,CAAM,MAAA,CAAO,OAAA,CAAQ,IAAA;AAAA,MAC5B,UAAA,EAAY,MAAM,UAAA,CAAW;AAAA,KAC/B;AAAA,IAEA,uBAAA,EAAyB;AAAA,MACvB,KAAA,EAAO,KAAA,CAAM,MAAA,CAAO,KAAA,CAAM,IAAA;AAAA,MAC1B,UAAA,EAAY,MAAM,UAAA,CAAW;AAAA;AAC/B,GACD,CAAA;AACH;;;;"}