@grafana/openapi 13.2.0-28485856927 → 13.2.0-28630731574

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1833,6 +1833,10 @@
1833
1833
  "description": "The fixed color value for fixed or shades color modes.",
1834
1834
  "type": "string"
1835
1835
  },
1836
+ "gradientColorTo": {
1837
+ "description": "The end color for the gradient color mode (smallest value). Only used when mode is gradient.",
1838
+ "type": "string"
1839
+ },
1836
1840
  "mode": {
1837
1841
  "description": "The main color scheme mode.",
1838
1842
  "type": "string",
@@ -1792,6 +1792,10 @@
1792
1792
  "description": "The fixed color value for fixed or shades color modes.",
1793
1793
  "type": "string"
1794
1794
  },
1795
+ "gradientColorTo": {
1796
+ "description": "The end color for the gradient color mode (smallest value). Only used when mode is gradient.",
1797
+ "type": "string"
1798
+ },
1795
1799
  "mode": {
1796
1800
  "description": "The main color scheme mode.",
1797
1801
  "type": "string",
@@ -1854,6 +1854,10 @@
1854
1854
  "description": "The fixed color value for fixed or shades color modes.",
1855
1855
  "type": "string"
1856
1856
  },
1857
+ "gradientColorTo": {
1858
+ "description": "The end color for the gradient color mode (smallest value). Only used when mode is gradient.",
1859
+ "type": "string"
1860
+ },
1857
1861
  "mode": {
1858
1862
  "description": "The main color scheme mode.",
1859
1863
  "type": "string",