@griffel/core
Advanced tools
Comparing version 1.12.0 to 1.12.1
@@ -27,2 +27,3 @@ 'use strict'; | ||
var transition = require('./shorthands/transition.cjs.js'); | ||
var textDecoration = require('./shorthands/textDecoration.cjs.js'); | ||
var createDOMRenderer = require('./renderer/createDOMRenderer.cjs.js'); | ||
@@ -70,3 +71,4 @@ var rehydrateRendererCache = require('./renderer/rehydrateRendererCache.cjs.js'); | ||
outline: outline.outline, | ||
transition: transition.transition | ||
transition: transition.transition, | ||
textDecoration: textDecoration.textDecoration | ||
}; | ||
@@ -73,0 +75,0 @@ |
@@ -23,2 +23,3 @@ import { border } from './shorthands/border.esm.js'; | ||
import { transition } from './shorthands/transition.esm.js'; | ||
import { textDecoration } from './shorthands/textDecoration.esm.js'; | ||
export { createDOMRenderer, defaultCompareMediaQueries } from './renderer/createDOMRenderer.esm.js'; | ||
@@ -66,3 +67,4 @@ export { rehydrateRendererCache } from './renderer/rehydrateRendererCache.esm.js'; | ||
outline, | ||
transition | ||
transition, | ||
textDecoration | ||
}; | ||
@@ -69,0 +71,0 @@ |
{ | ||
"name": "@griffel/core", | ||
"version": "1.12.0", | ||
"version": "1.12.1", | ||
"description": "DOM implementation of Atomic CSS-in-JS", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -1,2 +0,2 @@ | ||
import { border, borderLeft, borderBottom, borderRight, borderTop, borderColor, borderStyle, borderRadius, borderWidth, flex, gap, gridArea, margin, marginBlock, marginInline, padding, paddingBlock, paddingInline, overflow, inset, outline, transition } from './shorthands/index'; | ||
import { border, borderLeft, borderBottom, borderRight, borderTop, borderColor, borderStyle, borderRadius, borderWidth, flex, gap, gridArea, margin, marginBlock, marginInline, padding, paddingBlock, paddingInline, overflow, inset, outline, transition, textDecoration } from './shorthands/index'; | ||
export declare const shorthands: { | ||
@@ -25,2 +25,3 @@ border: typeof border; | ||
transition: typeof transition; | ||
textDecoration: typeof textDecoration; | ||
}; | ||
@@ -27,0 +28,0 @@ export { createDOMRenderer } from './renderer/createDOMRenderer'; |
@@ -23,1 +23,2 @@ export { border } from './border'; | ||
export { transition } from './transition'; | ||
export { textDecoration } from './textDecoration'; |
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
650322
379
6156