"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SVG = exports.PLUGIN_NAME = exports.PLUGIN_ID = exports.FONT_WEIGHT = exports.FONT_FAMILY = exports.CSS = exports.BOOLEAN_TRUE = exports.BOOLEAN_FALSE = void 0; /* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License * 2.0 and the Server Side Public License, v 1; you may not use this file except * in compliance with, at your election, the Elastic License 2.0 or the Server * Side Public License, v 1. */ const PLUGIN_ID = 'expressionShape'; exports.PLUGIN_ID = PLUGIN_ID; const PLUGIN_NAME = 'expressionShape'; exports.PLUGIN_NAME = PLUGIN_NAME; const SVG = 'SVG'; exports.SVG = SVG; const CSS = 'CSS'; exports.CSS = CSS; const FONT_FAMILY = '`font-family`'; exports.FONT_FAMILY = FONT_FAMILY; const FONT_WEIGHT = '`font-weight`'; exports.FONT_WEIGHT = FONT_WEIGHT; const BOOLEAN_TRUE = '`true`'; exports.BOOLEAN_TRUE = BOOLEAN_TRUE; const BOOLEAN_FALSE = '`false`'; exports.BOOLEAN_FALSE = BOOLEAN_FALSE;