@awsui/theming-runtime
Advanced tools
Comparing version 1.0.25 to 1.0.26
@@ -13,3 +13,3 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. | ||
var theme = getThemeFromPreset(preset, baseThemeId); | ||
var content = createOverrideDeclarations(theme, validated, preset.propertiesMap, createMultiThemeCustomizer(theme.selector)); | ||
var content = createOverrideDeclarations(theme, validated, preset.propertiesMap, createMultiThemeCustomizer(preset.theme.selector)); | ||
var nonce = getNonce(); | ||
@@ -16,0 +16,0 @@ var styleNode = createStyleNode(content, nonce); |
{ | ||
"commit": "08d2634ece93560254be57d7145e54c8964b305d" | ||
"commit": "19a5e5378bf448e2fabcd6c046754a9755301c68" | ||
} |
{ | ||
"version": "1.0.25", | ||
"version": "1.0.26", | ||
"name": "@awsui/theming-runtime", | ||
@@ -4,0 +4,0 @@ "main": "./browser/index.js", |
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
69054