@cloudscape-design/theming-runtime
Advanced tools
Comparing version 1.0.18 to 1.0.19
{ | ||
"commit": "68114416adf6bf9443f37fca3ebf764c8b62ae59" | ||
"commit": "993692cc97514cff33cfe390ef03b2d46b097890" | ||
} |
{ | ||
"version": "1.0.18", | ||
"version": "1.0.19", | ||
"name": "@cloudscape-design/theming-runtime", | ||
@@ -4,0 +4,0 @@ "main": "./browser/index.js", |
@@ -72,3 +72,7 @@ import { __assign, __spreadArray } from "tslib"; | ||
var theme = themes_1[_i]; | ||
contexts.push.apply(contexts, Object.keys(theme.contexts)); | ||
Object.keys(theme.contexts).forEach(function (contextName) { | ||
if (contexts.indexOf(contextName) === -1) { | ||
contexts.push(contextName); | ||
} | ||
}); | ||
} | ||
@@ -75,0 +79,0 @@ return contexts; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
69694
1332