djedi-json
Advanced tools
Comparing version 0.6.0 to 0.6.1
@@ -7,3 +7,3 @@ import React from 'react'; | ||
type: string; | ||
options?: (string | number | { | ||
options: (string | number | { | ||
value: string; | ||
@@ -10,0 +10,0 @@ label: string; |
@@ -10,3 +10,3 @@ import React from 'react'; | ||
}; | ||
declare const String: React.FC<StringProps & CMSEditProps<string>>; | ||
export default String; | ||
declare const _default: React.NamedExoticComponent<StringProps & CMSEditProps<string>>; | ||
export default _default; |
@@ -17,3 +17,3 @@ /// <reference types="react" /> | ||
type: string; | ||
options?: (string | number | { | ||
options: (string | number | { | ||
value: string; | ||
@@ -20,0 +20,0 @@ label: string; |
@@ -7,3 +7,3 @@ import React from 'react'; | ||
}; | ||
declare const Append: React.FC<AppendProps>; | ||
export default Append; | ||
declare const _default: React.NamedExoticComponent<AppendProps>; | ||
export default _default; |
@@ -1,15 +0,9 @@ | ||
import React, { ReactNode } from 'react'; | ||
import React from 'react'; | ||
import { ComponentConfig, NodeTreeItem } from '../../types'; | ||
/** | ||
* Editable, wraps the child component with some tooling for talking to the admin. | ||
* | ||
* @param config a Config for a single Component. | ||
* @returns a rendered component | ||
*/ | ||
declare const Editable: React.FC<{ | ||
declare const _default: React.NamedExoticComponent<{ | ||
config: ComponentConfig; | ||
tree: NodeTreeItem; | ||
path: string[]; | ||
children?: ReactNode; | ||
children?: React.ReactNode; | ||
}>; | ||
export default Editable; | ||
export default _default; |
{ | ||
"name": "djedi-json", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"main": "build/index.js", | ||
"module": "build/index.esm.js", | ||
"types": "build/index.d.ts", | ||
"files": [ | ||
"build" | ||
], | ||
"files": ["build"], | ||
"scripts": { | ||
@@ -11,0 +9,0 @@ "start": "rollup -c -w", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
399768
2
4266