{"version":3,"sources":["globals/shared-enums.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAGH;;GAEG;AACH,oBAAY,yBAAyB;IACnC;;OAEG;IACH,OAAO,KAAK;IAEZ;;OAEG;IACH,KAAK,UAAU;CAChB","file":"shared-enums.d.ts","sourcesContent":["/**\n * @license\n *\n * Copyright IBM Corp. 2020\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n/* eslint-disable import/prefer-default-export */\n/**\n * Color scheme for form elements.\n */\nexport enum FORM_ELEMENT_COLOR_SCHEME {\n  /**\n   * Regular color scheme.\n   */\n  REGULAR = '',\n\n  /**\n   * Light color scheme.\n   */\n  LIGHT = 'light',\n}\n"]}