@xstyled/styled-components
Advanced tools
Comparing version 3.0.1 to 3.0.2
@@ -6,2 +6,13 @@ # Change Log | ||
## [3.0.2](https://github.com/gregberge/xstyled/tree/master/packages/styled-components/compare/v3.0.1...v3.0.2) (2021-06-18) | ||
### Bug Fixes | ||
* move away from mjs extension to work in more environments ([9098b83](https://github.com/gregberge/xstyled/tree/master/packages/styled-components/commit/9098b83407888dea985081029dc93c18d5bb6eab)) | ||
# [2.5.0](https://github.com/gregberge/xstyled/tree/master/packages/styled-components/compare/v2.4.1...v2.5.0) (2021-05-02) | ||
@@ -8,0 +19,0 @@ |
@@ -14,5 +14,5 @@ import * as styled_components from 'styled-components'; | ||
declare type JSXElementKeys = keyof JSX.IntrinsicElements; | ||
declare type SafeIntrinsicComponent<T extends keyof JSX.IntrinsicElements> = (props: Omit<JSX.IntrinsicElements[T], 'color'>) => React.ReactElement<any, T>; | ||
declare type SafeIntrinsicElement<T extends keyof JSX.IntrinsicElements> = (props: Omit<JSX.IntrinsicElements[T], 'color'>) => React.ReactElement<any, T>; | ||
declare type X<TGen extends StyleGenerator> = { | ||
[Key in JSXElementKeys]: StyledComponent<SafeIntrinsicComponent<Key>, DefaultTheme, StyleGeneratorProps<TGen>, 'color'>; | ||
[Key in JSXElementKeys]: StyledComponent<SafeIntrinsicElement<Key>, DefaultTheme, StyleGeneratorProps<TGen>, 'color'>; | ||
}; | ||
@@ -19,0 +19,0 @@ |
{ | ||
"name": "@xstyled/styled-components", | ||
"description": "A utility-first CSS-in-JS framework built for React (styled-components bindings).", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"keywords": [ | ||
@@ -36,7 +36,7 @@ "styled-components", | ||
"dependencies": { | ||
"@xstyled/core": "^3.0.1", | ||
"@xstyled/system": "^3.0.1", | ||
"@xstyled/util": "^3.0.1" | ||
"@xstyled/core": "^3.0.2", | ||
"@xstyled/system": "^3.0.2", | ||
"@xstyled/util": "^3.0.2" | ||
}, | ||
"gitHead": "dfdddc0acb1439bb3d3801405eafcfa662ef410f" | ||
"gitHead": "2f74a07671c544e65728a156ff8eb2d7a29dc5e2" | ||
} |
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
67335
Updated@xstyled/core@^3.0.2
Updated@xstyled/system@^3.0.2
Updated@xstyled/util@^3.0.2