/// /// Copyright 2015-2026 Micro Focus or one of its affiliates. /// /// Licensed under the Apache License, Version 2.0 (the "License"); /// you may not use this file except in compliance with the License. /// You may obtain a copy of the License at /// /// http://www.apache.org/licenses/LICENSE-2.0 /// /// Unless required by applicable law or agreed to in writing, software /// distributed under the License is distributed on an "AS IS" BASIS, /// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. /// See the License for the specific language governing permissions and /// limitations under the License. /// export enum Color { Primary = 'primary', Accent = 'accent', Secondary = 'secondary', Alternate1 = 'alternate1', Alternate2 = 'alternate2', Alternate3 = 'alternate3', Vibrant1 = 'vibrant1', Vibrant2 = 'vibrant2', Grey1 = 'grey1', Grey2 = 'grey2', Grey3 = 'grey3', Grey4 = 'grey4', Grey5 = 'grey5', Grey6 = 'grey6', Grey7 = 'grey7', Grey8 = 'grey8', Chart1 = 'chart1', Chart2 = 'chart2', Chart3 = 'chart3', Chart4 = 'chart4', Chart5 = 'chart5', Chart6 = 'chart6', Ok = 'ok', Warning = 'warning', Critical = 'critical', Partition1 = 'partition1', Partition9 = 'partition9', Partition10 = 'partition10', Partition11 = 'partition11', Partition12 = 'partition12', Partition13 = 'partition13', Partition14 = 'partition14', SocialChartNode = 'social-chart-node', SocialChartEdge = 'social-chart-edge', }