{"version":3,"file":"index.cjs","names":[],"sources":["../../src/theme/theme.types.ts"],"sourcesContent":["// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.\n// SPDX-License-Identifier: BSD-3-Clause-Clear\n\nexport const QdsBrand = {\n  ARDUINO: \"arduino\",\n  DRAGONWING: \"dragonwing\",\n  QUALCOMM: \"qualcomm\",\n  SNAPDRAGON: \"snapdragon\",\n} as const\n\nexport type QdsBrand = (typeof QdsBrand)[keyof typeof QdsBrand]\n\nexport const QdsTheme = {\n  DARK: \"dark\",\n  LIGHT: \"light\",\n} as const\n\nexport type QdsTheme = (typeof QdsTheme)[keyof typeof QdsTheme]\n"],"mappings":"mEAGA,IAAa,EAAW,CACtB,QAAS,UACT,WAAY,aACZ,SAAU,WACV,WAAY,aACb,CAIY,EAAW,CACtB,KAAM,OACN,MAAO,QACR"}