Skip to content

Commit

Permalink
styles: add JSDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mgadewoll committed Dec 19, 2024
1 parent 57b6ff3 commit 755606d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/eui-theme-common/src/global_styling/variables/colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -266,15 +266,25 @@ export type _EuiThemeVisColors = {
euiColorVis8: string;
euiColorVis9: string;

/* deprecated - temp token; used only during theme migration */
euiColorVis0_behindText: string;
/* deprecated - temp token; used only during theme migration */
euiColorVis1_behindText: string;
/* deprecated - temp token; used only during theme migration */
euiColorVis2_behindText: string;
/* deprecated - temp token; used only during theme migration */
euiColorVis3_behindText: string;
/* deprecated - temp token; used only during theme migration */
euiColorVis4_behindText: string;
/* deprecated - temp token; used only during theme migration */
euiColorVis5_behindText: string;
/* deprecated - temp token; used only during theme migration */
euiColorVis6_behindText: string;
/* deprecated - temp token; used only during theme migration */
euiColorVis7_behindText: string;
/* deprecated - temp token; used only during theme migration */
euiColorVis8_behindText: string;
/* deprecated - temp token; used only during theme migration */
euiColorVis9_behindText: string;

euiColorVisAsTextLight0: string;
Expand Down

0 comments on commit 755606d

Please sign in to comment.