@sanity/default-layout
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -21,3 +21,3 @@ { | ||
{ | ||
"implements": "part:@sanity/base/sanity-studio-logo", | ||
"implements": "part:@sanity/base/company-logo", | ||
"path": "./Logo.js" | ||
@@ -24,0 +24,0 @@ }, |
@@ -25,6 +25,10 @@ 'use strict'; | ||
var _loginWrapper = require('part:@sanity/base/login-wrapper'); | ||
var _loginWrapper = require('part:@sanity/base/login-wrapper?'); | ||
var _loginWrapper2 = _interopRequireDefault(_loginWrapper); | ||
var _NoLogin = require('./NoLogin'); | ||
var _NoLogin2 = _interopRequireDefault(_NoLogin); | ||
var _NotFound = require('./NotFound'); | ||
@@ -87,2 +91,3 @@ | ||
var supportedLanguages = locale.supportedLanguages || ['en-US']; | ||
var LoginWrapper = _loginWrapper2.default || _NoLogin2.default; | ||
@@ -97,3 +102,3 @@ if (!location) { | ||
_react2.default.createElement( | ||
_loginWrapper2.default, | ||
LoginWrapper, | ||
null, | ||
@@ -100,0 +105,0 @@ _react2.default.createElement( |
{ | ||
"name": "@sanity/default-layout", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "The default layout components for Sanity", | ||
@@ -31,3 +31,3 @@ "main": "lib/default-layout.js", | ||
"devDependencies": { | ||
"@sanity/base": "^0.2.0", | ||
"@sanity/base": "^0.2.1", | ||
"@sanity/check": "^0.0.3", | ||
@@ -34,0 +34,0 @@ "@sanity/cli": "^0.1.13", |
Sorry, the diff of this file is not supported yet
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
1246
279427
40