@uipath/apollo-core 5.9.1 → 5.11.0

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.
@@ -1,5 +1,5 @@
1
1
  export type Palette = {
2
- type: "light" | "light-hc" | "dark" | "dark-hc" | undefined;
2
+ type: "light" | "light-hc" | "dark" | "dark-hc" | "future-dark" | "future-light" | undefined;
3
3
  semantic: {
4
4
  colorBackground: string;
5
5
  colorBackgroundSecondary: string;
@@ -120,6 +120,17 @@ export type Palette = {
120
120
  colorGradientInvokedEnd: string;
121
121
  colorGradientHumanStart: string;
122
122
  colorGradientHumanEnd: string;
123
+ colorCanvasBackground: string;
124
+ colorDotGrid: string;
125
+ colorBackgroundOverlay: string;
126
+ colorForegroundSecondary: string;
127
+ colorForegroundHover: string;
128
+ colorForegroundOnAccent: string;
129
+ colorPrimarySubtle: string;
130
+ colorBorderMuted: string;
131
+ colorBorderDeep: string;
132
+ colorBorderInverse: string;
133
+ colorBorderHover: string;
123
134
  colorBackgroundHigh: string;
124
135
  colorForegroundHigh: string;
125
136
  colorForegroundHighSelected: string;
@@ -272,3 +283,5 @@ export declare const lightPalette: Palette;
272
283
  export declare const lightHighContrastPalette: Palette;
273
284
  export declare const darkPalette: Palette;
274
285
  export declare const darkHighContrastPalette: Palette;
286
+ export declare const futureDarkPalette: Palette;
287
+ export declare const futureLightPalette: Palette;
@@ -1 +1 @@
1
- export { darkHighContrastPalette, darkPalette, lightHighContrastPalette, lightPalette } from "../../6.js";
1
+ export { darkHighContrastPalette, darkPalette, futureDarkPalette, futureLightPalette, lightHighContrastPalette, lightPalette } from "../../6.js";