@symbo.ls/atoms
Advanced tools
Comparing version 2.11.212 to 2.11.214
{ | ||
"name": "@symbo.ls/atoms", | ||
"version": "2.11.212", | ||
"version": "2.11.214", | ||
"main": "index.js", | ||
"license": "MIT", | ||
"gitHead": "12914eac8527ac1df36183098bbf3dfcfaa2e027", | ||
"gitHead": "707d4101f2b259c80be5c1ad095ca1c0ea6ef35d", | ||
"dependencies": { | ||
@@ -8,0 +8,0 @@ "@domql/state": "latest", |
@@ -17,3 +17,3 @@ 'use strict' | ||
const rootState = state && state.__root | ||
return rootState ? rootState.globalTheme : context.designSystem && context.designSystem.globalTheme | ||
return rootState && rootState.globalTheme ? rootState.globalTheme : context.designSystem && context.designSystem.globalTheme | ||
} | ||
@@ -20,0 +20,0 @@ |
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
43903