Comparing version 0.4.0-alpha.5 to 0.4.0-alpha.6
@@ -1,2 +0,3 @@ | ||
import { css, keyframes, extractCss, setup } from 'goober'; | ||
import { css, keyframes } from './css.js'; | ||
import { extractCss } from './core/update.js'; | ||
import { optimize } from './optimize.js'; | ||
@@ -6,2 +7,2 @@ import type { Props, Style, As, StyledComponent, StyledHtmlComponent, StyledFn } from './types.js'; | ||
export type { Props, Style, As, StyledComponent, StyledFn, StyledHtmlComponent }; | ||
export { styled, css, keyframes, extractCss, setup, optimize }; | ||
export { styled, css, keyframes, extractCss, optimize }; |
import { createElement, forwardRef } from 'react'; | ||
import { css, keyframes, extractCss, setup } from 'goober'; | ||
import { css, keyframes } from './css.js'; | ||
import { extractCss } from './core/update.js'; | ||
import { transform } from './transform.js'; | ||
@@ -28,3 +29,3 @@ import { optimize } from './optimize.js'; | ||
}); | ||
export { styled, css, keyframes, extractCss, setup, optimize }; | ||
export { styled, css, keyframes, extractCss, optimize }; | ||
//# sourceMappingURL=index.js.map |
@@ -1,2 +0,2 @@ | ||
import { css, keyframes } from 'goober'; | ||
import { css, keyframes } from './css.js'; | ||
const addImportant = (nested, style) => { | ||
@@ -3,0 +3,0 @@ for (const key in nested) { |
{ | ||
"name": "inlines", | ||
"description": "When you just want to use the style prop in React", | ||
"version": "0.4.0-alpha.5", | ||
"version": "0.4.0-alpha.6", | ||
"main": "dist/src/index.js", | ||
@@ -6,0 +6,0 @@ "types": "dist/src/index.d.ts", |
import { createElement, forwardRef } from 'react' | ||
import { css, keyframes, extractCss, setup } from 'goober' | ||
import { css, keyframes } from './css.js' | ||
import { extractCss } from './core/update.js' | ||
import { transform } from './transform.js' | ||
@@ -58,2 +59,2 @@ import { optimize } from './optimize.js' | ||
export type { Props, Style, As, StyledComponent, StyledFn, StyledHtmlComponent } | ||
export { styled, css, keyframes, extractCss, setup, optimize } | ||
export { styled, css, keyframes, extractCss, optimize } |
@@ -1,2 +0,2 @@ | ||
import { css, keyframes } from 'goober' | ||
import { css, keyframes } from './css.js' | ||
import type { Props, Style } from './types.js' | ||
@@ -3,0 +3,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
49760
54
916