@schrodinger/ui-context
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -14,3 +14,3 @@ 'use strict'; | ||
var UIContext = /*#__PURE__*/react.createContext({ | ||
const UIContext = /*#__PURE__*/react.createContext({ | ||
theme: exports.Theme.LIGHT | ||
@@ -17,0 +17,0 @@ }); |
@@ -10,3 +10,3 @@ import { createContext } from 'react'; | ||
var UIContext = /*#__PURE__*/createContext({ | ||
const UIContext = /*#__PURE__*/createContext({ | ||
theme: Theme.LIGHT | ||
@@ -13,0 +13,0 @@ }); |
{ | ||
"name": "@schrodinger/ui-context", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "UI Context provider", | ||
@@ -30,5 +30,6 @@ "keywords": [], | ||
"devDependencies": { | ||
"@schrodinger/ui-scripts": "^1.1.2" | ||
"@schrodinger/ui-scripts": "^1.1.2", | ||
"@types/react": "^16.9.49" | ||
}, | ||
"gitHead": "87c019ddb8494ad534622bde627fd007e5b4397c" | ||
"gitHead": "53dc452ae15bd00f131a0de407dc55df412bd8d5" | ||
} |
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
2096
2