@contentful/field-editor-checkbox
Advanced tools
Comparing version 0.4.0 to 0.4.2
@@ -1,16 +0,1 @@ | ||
/// <reference types="react" /> | ||
import { FieldAPI } from "@contentful/field-editor-shared"; | ||
interface CheckboxEditorProps { | ||
/** | ||
* is the field disabled initially | ||
*/ | ||
isInitiallyDisabled: boolean; | ||
field: FieldAPI; | ||
} | ||
declare function CheckboxEditor(props: CheckboxEditorProps): JSX.Element; | ||
declare namespace CheckboxEditor { | ||
declare var defaultProps: { | ||
isInitiallyDisabled: boolean; | ||
}; | ||
} | ||
export { CheckboxEditor }; | ||
export { CheckboxEditor } from './CheckboxEditor'; |
{ | ||
"name": "@contentful/field-editor-checkbox", | ||
"version": "0.4.0", | ||
"version": "0.4.2", | ||
"main": "dist/index.js", | ||
@@ -10,2 +10,8 @@ "module": "dist/field-editor-checkbox.esm.js", | ||
], | ||
"author": "Contentful GmbH", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/contentful/field-editors" | ||
}, | ||
"scripts": { | ||
@@ -19,3 +25,3 @@ "watch": "tsdx watch", | ||
"dependencies": { | ||
"@contentful/field-editor-shared": "^0.3.0", | ||
"@contentful/field-editor-shared": "^0.4.0", | ||
"@contentful/forma-36-react-components": "^3.18.4", | ||
@@ -28,3 +34,3 @@ "@contentful/forma-36-tokens": "^0.4.5", | ||
"devDependencies": { | ||
"@contentful/field-editor-test-utils": "^0.1.0" | ||
"@contentful/field-editor-test-utils": "^0.1.2" | ||
}, | ||
@@ -44,3 +50,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "9bdefb6ecd9b8f05de4187ca92f0172767877ea2" | ||
"gitHead": "f3001b6329054b1e33756f6c87a1ab96e552ac52" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
28481
13
0
213
1
1
+ Added@contentful/field-editor-shared@0.4.0(transitive)
+ Added@contentful/forma-36-tokens@0.5.3(transitive)
- Removed@contentful/field-editor-shared@0.3.1(transitive)