@symbo.ls/atoms 2.11.210 → 2.11.214

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/Theme.js +1 -1
  2. package/package.json +2 -2
package/Theme.js CHANGED
@@ -14,7 +14,7 @@ import { isUndefined } from '@domql/utils'
14
14
 
15
15
  export const getSystemTheme = ({ context, state }) => {
16
16
  const rootState = state && state.__root
17
- return rootState ? rootState.globalTheme : context.designSystem && context.designSystem.globalTheme
17
+ return rootState && rootState.globalTheme ? rootState.globalTheme : context.designSystem && context.designSystem.globalTheme
18
18
  }
19
19
 
20
20
  export const Theme = {
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@symbo.ls/atoms",
3
- "version": "2.11.210",
3
+ "version": "2.11.214",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
- "gitHead": "45ec4a9a2ab3233c83b705202980d45b0c3cb91e",
6
+ "gitHead": "707d4101f2b259c80be5c1ad095ca1c0ea6ef35d",
7
7
  "dependencies": {
8
8
  "@domql/state": "latest",
9
9
  "@domql/utils": "latest",