Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@griffel/react

Package Overview
Dependencies
Maintainers
5
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@griffel/react - npm Package Compare versions

Comparing version
1.7.0
to
1.7.1
+2
-2
package.json
{
"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 @@ },

@@ -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>;

@@ -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>;

@@ -9,3 +9,3 @@ 'use client';

*
* @internal
* @private
*/

@@ -12,0 +12,0 @@ // eslint-disable-next-line @typescript-eslint/naming-convention