@evergis/uilib-gl 1.0.9 → 1.0.11

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.
@@ -8633,14 +8633,14 @@ var palette = {
8633
8633
  elementDarkNoAlpha: /*#__PURE__*/hsl(0, 0, 0.94),
8634
8634
  errorDeep: /*#__PURE__*/hsl(14, 1, 0.45),
8635
8635
  background: /*#__PURE__*/hsl(0, 0, 1),
8636
- backgroundAlpha: /*#__PURE__*/hsla(0, 0, 0.9),
8636
+ backgroundAlpha: /*#__PURE__*/hsla(0, 0, 1, 0.9),
8637
8637
  element: /*#__PURE__*/hsla(200, 0.47, 0.13, 1),
8638
8638
  elementDark: /*#__PURE__*/hsla(0, 0, 0, 0.06),
8639
8639
  elementDeep: /*#__PURE__*/hsla(0, 0, 0, 0.12),
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),