Comparing version 0.105.0 to 0.106.0
@@ -1,3 +0,2 @@ | ||
import { Store } from 'effector'; | ||
import { AttributeStore, DOMProperty, DOMTag, PropertyMap, HandlerMap, StylePropertyMap } from 'forest'; | ||
import { DOMTag, spec } from 'forest'; | ||
export declare function StyledRoot(): void; | ||
@@ -8,12 +7,5 @@ declare type Cb = () => void; | ||
}; | ||
export interface Spec { | ||
attr?: PropertyMap; | ||
data?: PropertyMap; | ||
text?: DOMProperty | AttributeStore | Array<DOMProperty | AttributeStore>; | ||
visible?: Store<boolean>; | ||
style?: StylePropertyMap; | ||
styleVar?: PropertyMap; | ||
handler?: HandlerMap; | ||
export declare type Spec = Parameters<typeof spec>[0] & { | ||
fn?: Cb; | ||
} | ||
}; | ||
declare type Creator = (content: TemplateStringsArray, ...interpolations: (string | Component | number)[]) => Component; | ||
@@ -20,0 +12,0 @@ declare type TagFabric = (tag: DOMTag) => Creator; |
{ | ||
"name": "foliage", | ||
"version": "0.105.0", | ||
"version": "0.106.0", | ||
"description": "Styled Components for forest", | ||
@@ -56,3 +56,3 @@ "main": "dist/index.js", | ||
"cz-conventional-changelog": "^3.2.0", | ||
"effector": "^21.7.5", | ||
"effector": "^21.8.3", | ||
"eslint": "^7.11.0", | ||
@@ -68,3 +68,3 @@ "forest": "^0.19.6", | ||
"ts-loader": "^7.0.5", | ||
"typescript": "^4.1.3", | ||
"typescript": "^4.1.5", | ||
"typescript-styled-plugin": "^0.15.0", | ||
@@ -82,5 +82,5 @@ "webpack": "^4.43.0", | ||
"peerDependencies": { | ||
"effector": "^21.7.5", | ||
"effector": "^21.8.3", | ||
"forest": "^0.19.6" | ||
} | ||
} |
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
19851
34