@evergis/uilib-gl 1.0.10 → 1.0.12

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,4 +1,4 @@
1
- import React, { InputHTMLAttributes } from "react";
1
+ import React, { InputHTMLAttributes, ReactNode } from "react";
2
2
  export interface IBoxProps {
3
3
  labelLeft?: boolean;
4
4
  }
@@ -6,7 +6,7 @@ export interface ICheckProps {
6
6
  indeterminate?: boolean;
7
7
  }
8
8
  export interface ICheckboxProps extends InputHTMLAttributes<HTMLInputElement> {
9
- label?: string;
9
+ label?: ReactNode;
10
10
  indeterminate?: boolean;
11
11
  labelLeft?: boolean;
12
12
  onClick?: (e: React.MouseEvent<HTMLElement>) => void;
@@ -8640,7 +8640,7 @@ var palette = {
8640
8640
  textPrimary: /*#__PURE__*/hsla(0, 0, 0, 0.87),
8641
8641
  textSecondary: /*#__PURE__*/hsla(0, 0, 0, 0.54),
8642
8642
  textDisabled: /*#__PURE__*/hsla(0, 0, 0, 0.36),
8643
- textContrast: /*#__PURE__*/hsl(0, 0, 1),
8643
+ textContrast: /*#__PURE__*/hsl(0, 0, 0),
8644
8644
  icon: /*#__PURE__*/hsla(0, 0, 0, 0.65),
8645
8645
  iconAccent: /*#__PURE__*/hsla(0, 0, 0, 0.87),
8646
8646
  iconDisabled: /*#__PURE__*/hsla(0, 0, 0, 0.28),