@griffel/core
Advanced tools
Comparing version 1.8.1 to 1.8.2
@@ -42,3 +42,3 @@ import { border, borderLeft, borderBottom, borderRight, borderTop, borderColor, borderStyle, borderRadius, borderWidth, flex, gap, gridArea, margin, padding, overflow, inset, outline, transition } from './shorthands/index'; | ||
export * from './constants'; | ||
export type { GriffelStaticStyle, GriffelStaticStyles, GriffelAnimation, GriffelStyle, GriffelResetStyle, CSSClasses, CSSClassesMapBySlot, CSSRulesByBucket, StyleBucketName, MakeStaticStylesOptions, MakeStylesOptions, GriffelRenderer, } from './types'; | ||
export type { GriffelStaticStyle, GriffelStaticStyles, GriffelAnimation, GriffelStyle, GriffelResetStyle, CSSClasses, CSSClassesMapBySlot, CSSBucketEntry, CSSRulesByBucket, StyleBucketName, MakeStaticStylesOptions, MakeStylesOptions, GriffelRenderer, } from './types'; | ||
export type { DebugCSSRules, DebugSequence, DebugResult } from './devtools'; |
{ | ||
"name": "@griffel/core", | ||
"version": "1.8.1", | ||
"version": "1.8.2", | ||
"description": "DOM implementation of Atomic CSS-in-JS", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -243,2 +243,3 @@ import * as CSS from 'csstype'; | ||
}; | ||
/** @internal */ | ||
export declare type CSSBucketEntry = string | [string, Record<string, unknown>]; | ||
@@ -245,0 +246,0 @@ export declare type StylesBySlots<Slots extends string | number> = Record<Slots, GriffelStyle>; |
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
585441
5392