Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "froggy", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "type": "git", |
@@ -1,2 +0,2 @@ | ||
### Live example | ||
### Example | ||
@@ -16,2 +16,3 @@ [Playground](https://greensnot.github.io/Froggy/example/dist/) | ||
### TODO | ||
partial rendering(root brick level) | ||
partial rendering(root brick level) | ||
shadow brick |
@@ -10,6 +10,7 @@ export const toolbox: string; | ||
export const inputs: string; | ||
export const hat: string; | ||
export const parts: string; | ||
export const next: string; | ||
export const hat: string; | ||
export const container: string; | ||
export const output: string; | ||
export const number: string; | ||
@@ -19,5 +20,4 @@ export const boolean: string; | ||
export const string: string; | ||
export const any: string; | ||
export const atomicText: string; | ||
export const ghost: string; | ||
export const atomicText: string; | ||
export const atomicParam: string; | ||
@@ -24,0 +24,0 @@ export const atomicTextIndent: string; |
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
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
162054
17