@cloudscape-design/theming-runtime
Advanced tools
Comparing version 1.0.38 to 1.0.39
{ | ||
"commit": "7462358a23b30e16587dec9eb1107cf7f00477ba" | ||
"commit": "1ea8f3fb99f526ec1aa4619d378327a0bdc6620b" | ||
} |
@@ -1,1 +0,1 @@ | ||
{"version":"1.0.38","name":"@cloudscape-design/theming-runtime","main":"./browser/index.js","files":["shared","browser","internal"],"dependencies":{"tslib":"^2.4.0"},"repository":{"type":"git","url":"https://github.com/cloudscape-design/theming-core.git"},"homepage":"https://cloudscape.design","license":"Apache-2.0"} | ||
{"version":"1.0.39","name":"@cloudscape-design/theming-runtime","main":"./browser/index.js","files":["shared","browser","internal"],"dependencies":{"tslib":"^2.4.0"},"repository":{"type":"git","url":"https://github.com/cloudscape-design/theming-core.git"},"homepage":"https://cloudscape.design","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
70280