@awsui/theming-runtime
Advanced tools
Comparing version 1.0.48 to 1.0.49
{ | ||
"commit": "7462358a23b30e16587dec9eb1107cf7f00477ba" | ||
"commit": "1ea8f3fb99f526ec1aa4619d378327a0bdc6620b" | ||
} |
@@ -1,1 +0,1 @@ | ||
{"version":"1.0.48","name":"@awsui/theming-runtime","main":"./browser/index.js","files":["shared","browser","internal"],"dependencies":{"tslib":"^2.4.0"},"homepage":"https://github.com/aws/awsui-documentation","license":"Apache-2.0"} | ||
{"version":"1.0.49","name":"@awsui/theming-runtime","main":"./browser/index.js","files":["shared","browser","internal"],"dependencies":{"tslib":"^2.4.0"},"homepage":"https://github.com/aws/awsui-documentation","license":"Apache-2.0"} |
@@ -38,3 +38,3 @@ import { __assign } from "tslib"; | ||
if (!state) { | ||
throw new Error('Mode resolution needs state'); | ||
throw new Error("Mode resolution for token ".concat(token, " does not have any mode value. modes: ").concat(JSON.stringify(assignment))); | ||
} | ||
@@ -41,0 +41,0 @@ assignment = assignment[state]; |
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
69786