@cloudscape-design/components 3.0.93 → 3.0.94
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.
package/internal/environment.js
CHANGED
|
@@ -99,6 +99,9 @@ export const colorChartsThresholdNegative: string;
|
|
|
99
99
|
export const colorChartsThresholdPositive: string;
|
|
100
100
|
export const colorChartsThresholdInfo: string;
|
|
101
101
|
export const colorChartsThresholdNeutral: string;
|
|
102
|
+
export const colorChartsLineGrid: string;
|
|
103
|
+
export const colorChartsLineTick: string;
|
|
104
|
+
export const colorChartsLineAxis: string;
|
|
102
105
|
export const colorChartsPaletteCategorical1: string;
|
|
103
106
|
export const colorChartsPaletteCategorical2: string;
|
|
104
107
|
export const colorChartsPaletteCategorical3: string;
|
|
@@ -99,6 +99,9 @@ export var colorChartsThresholdNegative = "var(--color-charts-threshold-negative
|
|
|
99
99
|
export var colorChartsThresholdPositive = "var(--color-charts-threshold-positive-42ybvt, #037f0c)";
|
|
100
100
|
export var colorChartsThresholdInfo = "var(--color-charts-threshold-info-kcjduw, #0972d3)";
|
|
101
101
|
export var colorChartsThresholdNeutral = "var(--color-charts-threshold-neutral-k14cuc, #5f6b7a)";
|
|
102
|
+
export var colorChartsLineGrid = "var(--color-charts-line-grid-6wil4m, #d1d5db)";
|
|
103
|
+
export var colorChartsLineTick = "var(--color-charts-line-tick-yidpvu, #d1d5db)";
|
|
104
|
+
export var colorChartsLineAxis = "var(--color-charts-line-axis-yo865k, #d1d5db)";
|
|
102
105
|
export var colorChartsPaletteCategorical1 = "var(--color-charts-palette-categorical-1-bonb16, #688ae8)";
|
|
103
106
|
export var colorChartsPaletteCategorical2 = "var(--color-charts-palette-categorical-2-emtquh, #c33d69)";
|
|
104
107
|
export var colorChartsPaletteCategorical3 = "var(--color-charts-palette-categorical-3-imrqvq, #2ea597)";
|
|
@@ -6467,6 +6467,9 @@ module.exports.preset = {
|
|
|
6467
6467
|
"colorChartsThresholdPositive",
|
|
6468
6468
|
"colorChartsThresholdInfo",
|
|
6469
6469
|
"colorChartsThresholdNeutral",
|
|
6470
|
+
"colorChartsLineGrid",
|
|
6471
|
+
"colorChartsLineTick",
|
|
6472
|
+
"colorChartsLineAxis",
|
|
6470
6473
|
"colorChartsPaletteCategorical1",
|
|
6471
6474
|
"colorChartsPaletteCategorical2",
|
|
6472
6475
|
"colorChartsPaletteCategorical3",
|
|
@@ -6467,6 +6467,9 @@ export var preset = {
|
|
|
6467
6467
|
"colorChartsThresholdPositive",
|
|
6468
6468
|
"colorChartsThresholdInfo",
|
|
6469
6469
|
"colorChartsThresholdNeutral",
|
|
6470
|
+
"colorChartsLineGrid",
|
|
6471
|
+
"colorChartsLineTick",
|
|
6472
|
+
"colorChartsLineAxis",
|
|
6470
6473
|
"colorChartsPaletteCategorical1",
|
|
6471
6474
|
"colorChartsPaletteCategorical2",
|
|
6472
6475
|
"colorChartsPaletteCategorical3",
|