@kirbydesign/designsystem 4.0.8 → 4.0.9

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.
@@ -9,7 +9,7 @@ export declare class ColorHelper {
9
9
  private static mapToKirbyColorArray;
10
10
  static getBackgroundColor(): string;
11
11
  static getColorBrightness(name: string): string;
12
- static getThemeColorRgbString(name: string): string;
12
+ static getThemeColorRgbString(name: string, opacity?: number): string;
13
13
  static getThemeTextColorRgbString(name: string): string;
14
14
  static getThemeColorHexString(name: string): string;
15
15
  static getThemeTextColorHexString(name: string): string;
@@ -18,6 +18,7 @@ export declare class ColorHelper {
18
18
  private static hexToRGB;
19
19
  private static getColor;
20
20
  private static getTextColor;
21
+ private static opacityThreshold;
21
22
  }
22
23
  export interface Color {
23
24
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kirbydesign/designsystem",
3
- "version": "4.0.8",
3
+ "version": "4.0.9",
4
4
  "dependencies": {
5
5
  "chart.js": "3.3.2",
6
6
  "chartjs-plugin-annotation": "1.0.2",