@griffel/react
Advanced tools
+2
-2
| { | ||
| "name": "@griffel/react", | ||
| "version": "1.7.0", | ||
| "version": "1.7.1", | ||
| "description": "React implementation of Atomic CSS-in-JS", | ||
@@ -30,3 +30,3 @@ "license": "MIT", | ||
| "dependencies": { | ||
| "@griffel/core": "^1.20.2", | ||
| "@griffel/core": "^1.20.3", | ||
| "tslib": "^2.1.0" | ||
@@ -33,0 +33,0 @@ }, |
+7
-1
@@ -1,1 +0,7 @@ | ||
| export {}; | ||
| import type { CSSClassesMapBySlot } from '@griffel/core'; | ||
| /** | ||
| * A version of makeStyles() that accepts build output as an input and skips all runtime transforms & DOM insertion. | ||
| * | ||
| * @private | ||
| */ | ||
| export declare function __css<Slots extends string>(classesMapBySlot: CSSClassesMapBySlot<Slots>): () => Record<Slots, string>; |
+1
-1
@@ -7,3 +7,3 @@ 'use client'; | ||
| * | ||
| * @internal | ||
| * @private | ||
| */ | ||
@@ -10,0 +10,0 @@ // eslint-disable-next-line @typescript-eslint/naming-convention |
@@ -1,1 +0,6 @@ | ||
| export {}; | ||
| /** | ||
| * A version of makeResetStyles() that accepts build output as an input and skips all runtime transforms & DOM insertion. | ||
| * | ||
| * @private | ||
| */ | ||
| export declare function __resetCSS(ltrClassName: string, rtlClassName: string | null): () => string; |
@@ -7,3 +7,3 @@ 'use client'; | ||
| * | ||
| * @internal | ||
| * @private | ||
| */ | ||
@@ -10,0 +10,0 @@ // eslint-disable-next-line @typescript-eslint/naming-convention |
@@ -1,1 +0,7 @@ | ||
| export {}; | ||
| import type { CSSRulesByBucket } from '@griffel/core'; | ||
| /** | ||
| * A version of makeResetStyles() that accepts build output as an input and skips all runtime transforms. | ||
| * | ||
| * @private | ||
| */ | ||
| export declare function __resetStyles(ltrClassName: string, rtlClassName: string | null, cssRules: CSSRulesByBucket | string[]): () => string; |
@@ -9,3 +9,3 @@ 'use client'; | ||
| * | ||
| * @internal | ||
| * @private | ||
| */ | ||
@@ -12,0 +12,0 @@ // eslint-disable-next-line @typescript-eslint/naming-convention |
@@ -1,1 +0,6 @@ | ||
| export {}; | ||
| /** | ||
| * A version of makeStaticStyles() that accepts build output as an input and skips all runtime transforms & DOM insertion. | ||
| * | ||
| * @private | ||
| */ | ||
| export declare function __staticCSS(): () => void; |
@@ -6,3 +6,3 @@ 'use client'; | ||
| * | ||
| * @internal | ||
| * @private | ||
| */ | ||
@@ -9,0 +9,0 @@ // eslint-disable-next-line @typescript-eslint/naming-convention |
@@ -1,1 +0,7 @@ | ||
| export {}; | ||
| import type { CSSRulesByBucket } from '@griffel/core'; | ||
| /** | ||
| * A version of makeStaticStyles() that accepts build output as an input and skips all runtime transforms. | ||
| * | ||
| * @private | ||
| */ | ||
| export declare function __staticStyles(cssRules: CSSRulesByBucket): () => void; |
@@ -8,3 +8,3 @@ 'use client'; | ||
| * | ||
| * @internal | ||
| * @private | ||
| */ | ||
@@ -11,0 +11,0 @@ // eslint-disable-next-line @typescript-eslint/naming-convention |
@@ -1,1 +0,7 @@ | ||
| export {}; | ||
| import type { CSSClassesMapBySlot, CSSRulesByBucket } from '@griffel/core'; | ||
| /** | ||
| * A version of makeStyles() that accepts build output as an input and skips all runtime transforms. | ||
| * | ||
| * @private | ||
| */ | ||
| export declare function __styles<Slots extends string>(classesMapBySlot: CSSClassesMapBySlot<Slots>, cssRules: CSSRulesByBucket): () => Record<Slots, string>; |
+1
-1
@@ -9,3 +9,3 @@ 'use client'; | ||
| * | ||
| * @internal | ||
| * @private | ||
| */ | ||
@@ -12,0 +12,0 @@ // eslint-disable-next-line @typescript-eslint/naming-convention |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
64573
2.62%1025
3.43%Updated