@northlight/ui 2.36.8 → 2.36.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.
@@ -1592,7 +1592,10 @@
1592
1592
  const processColorSchemeBasedOnTheme = ({
1593
1593
  currentTheme,
1594
1594
  colorScheme
1595
- }) => ramda.defaultTo(colorScheme, themeMap[currentTheme][colorScheme]);
1595
+ }) => {
1596
+ var _a;
1597
+ return (_a = ramda.path([currentTheme, colorScheme], themeMap)) != null ? _a : colorScheme;
1598
+ };
1596
1599
 
1597
1600
  const Tag$1 = {
1598
1601
  parts: ["container"],