Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@stylexjs/open-props

Package Overview
Dependencies
Maintainers
2
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stylexjs/open-props - npm Package Compare versions

Comparing version 0.2.0-beta.24 to 0.2.0-beta.25

4

lib/animationNames.stylex.d.ts

@@ -10,3 +10,3 @@ /**

import type { Theme } from '@stylexjs/stylex/lib/StyleXTypes';
import type { VarGroup } from '@stylexjs/stylex/lib/StyleXTypes';
type TAnimationNames = Readonly<{

@@ -36,2 +36,2 @@ fadeIn: string;

}>;
export declare const animationNames: Theme<TAnimationNames>;
export declare const animationNames: VarGroup<TAnimationNames>;

@@ -10,3 +10,3 @@ /**

import type { Theme } from '@stylexjs/stylex/lib/StyleXTypes';
import type { VarGroup } from '@stylexjs/stylex/lib/StyleXTypes';
type TAspects = Readonly<{

@@ -20,2 +20,2 @@ ratioSquare: string;

}>;
export declare const aspects: Theme<TAspects>;
export declare const aspects: VarGroup<TAspects>;

@@ -10,3 +10,3 @@ /**

import type { Theme } from '@stylexjs/stylex/lib/StyleXTypes';
import type { VarGroup } from '@stylexjs/stylex/lib/StyleXTypes';
type TBorders = Readonly<{

@@ -32,2 +32,2 @@ size1: string;

}>;
export declare const borders: Theme<TBorders>;
export declare const borders: VarGroup<TBorders>;

@@ -10,3 +10,3 @@ /**

import type { Theme } from '@stylexjs/stylex/lib/StyleXTypes';
import type { VarGroup } from '@stylexjs/stylex/lib/StyleXTypes';
type TColors = Readonly<{

@@ -261,2 +261,2 @@ gray0: string;

}>;
export declare const colors: Theme<TColors>;
export declare const colors: VarGroup<TColors>;

@@ -10,3 +10,3 @@ /**

import type { Theme } from '@stylexjs/stylex/lib/StyleXTypes';
import type { VarGroup } from '@stylexjs/stylex/lib/StyleXTypes';
type TColorsHSL = Readonly<{

@@ -261,2 +261,2 @@ gray0: string;

}>;
export declare const colorsHSL: Theme<TColorsHSL>;
export declare const colorsHSL: VarGroup<TColorsHSL>;

@@ -10,3 +10,3 @@ /**

import type { Theme } from '@stylexjs/stylex/lib/StyleXTypes';
import type { VarGroup } from '@stylexjs/stylex/lib/StyleXTypes';
type TColorsOKLCH = Readonly<{

@@ -31,2 +31,2 @@ color0: string;

}>;
export declare const colorsOKLCH: Theme<TColorsOKLCH>;
export declare const colorsOKLCH: VarGroup<TColorsOKLCH>;

@@ -10,3 +10,3 @@ /**

import type { Theme } from '@stylexjs/stylex/lib/StyleXTypes';
import type { VarGroup } from '@stylexjs/stylex/lib/StyleXTypes';
type TColorsOKLCHHues = Readonly<{

@@ -26,2 +26,2 @@ red: string;

}>;
export declare const colorsOKLCHHues: Theme<TColorsOKLCHHues>;
export declare const colorsOKLCHHues: VarGroup<TColorsOKLCHHues>;

@@ -10,3 +10,3 @@ /**

import type { Theme } from '@stylexjs/stylex/lib/StyleXTypes';
import type { VarGroup } from '@stylexjs/stylex/lib/StyleXTypes';
type TEasings = Readonly<{

@@ -64,2 +64,2 @@ ease1: string;

}>;
export declare const easings: Theme<TEasings>;
export declare const easings: VarGroup<TEasings>;

@@ -10,3 +10,3 @@ /**

import type { Theme } from '@stylexjs/stylex/lib/StyleXTypes';
import type { VarGroup } from '@stylexjs/stylex/lib/StyleXTypes';
type TFonts = Readonly<{

@@ -55,2 +55,2 @@ sans: string;

}>;
export declare const fonts: Theme<TFonts>;
export declare const fonts: VarGroup<TFonts>;

@@ -10,3 +10,3 @@ /**

import type { Theme } from '@stylexjs/stylex/lib/StyleXTypes';
import type { VarGroup } from '@stylexjs/stylex/lib/StyleXTypes';
type TGradients = Readonly<{

@@ -54,2 +54,2 @@ gradient1: string;

}>;
export declare const gradients: Theme<TGradients>;
export declare const gradients: VarGroup<TGradients>;

@@ -10,3 +10,3 @@ /**

import type { Theme } from '@stylexjs/stylex/lib/StyleXTypes';
import type { VarGroup } from '@stylexjs/stylex/lib/StyleXTypes';
type TGrayOKLCH = Readonly<{

@@ -30,2 +30,2 @@ grey0: string;

}>;
export declare const grayOKLCH: Theme<TGrayOKLCH>;
export declare const grayOKLCH: VarGroup<TGrayOKLCH>;

@@ -10,3 +10,3 @@ /**

import type { Theme } from '@stylexjs/stylex/lib/StyleXTypes';
import type { VarGroup } from '@stylexjs/stylex/lib/StyleXTypes';
type THighlights = Readonly<{

@@ -17,2 +17,2 @@ highlightSize: string;

}>;
export declare const highlights: Theme<THighlights>;
export declare const highlights: VarGroup<THighlights>;

@@ -10,3 +10,3 @@ /**

import type { Theme } from '@stylexjs/stylex/lib/StyleXTypes';
import type { VarGroup } from '@stylexjs/stylex/lib/StyleXTypes';
type TLayouts = Readonly<{

@@ -26,2 +26,2 @@ gridCell: string;

}>;
export declare const layouts: Theme<TLayouts>;
export declare const layouts: VarGroup<TLayouts>;

@@ -10,3 +10,3 @@ /**

import type { Theme } from '@stylexjs/stylex/lib/StyleXTypes';
import type { VarGroup } from '@stylexjs/stylex/lib/StyleXTypes';
type TMasksCornerCuts = Readonly<{

@@ -23,2 +23,2 @@ circles1: string;

}>;
export declare const masksCornerCuts: Theme<TMasksCornerCuts>;
export declare const masksCornerCuts: VarGroup<TMasksCornerCuts>;

@@ -10,3 +10,3 @@ /**

import type { Theme } from '@stylexjs/stylex/lib/StyleXTypes';
import type { VarGroup } from '@stylexjs/stylex/lib/StyleXTypes';
type TMasksEdges = Readonly<{

@@ -39,2 +39,2 @@ scoopBottom: string;

}>;
export declare const masksEdges: Theme<TMasksEdges>;
export declare const masksEdges: VarGroup<TMasksEdges>;

@@ -10,3 +10,3 @@ /**

import type { Theme } from '@stylexjs/stylex/lib/StyleXTypes';
import type { VarGroup } from '@stylexjs/stylex/lib/StyleXTypes';
type TShadows = Readonly<{

@@ -25,2 +25,2 @@ shadow1: string;

}>;
export declare const shadows: Theme<TShadows>;
export declare const shadows: VarGroup<TShadows>;

@@ -10,3 +10,3 @@ /**

import type { Theme } from '@stylexjs/stylex/lib/StyleXTypes';
import type { VarGroup } from '@stylexjs/stylex/lib/StyleXTypes';
type TSizes = Readonly<{

@@ -71,2 +71,2 @@ spacing000: string;

}>;
export declare const sizes: Theme<TSizes>;
export declare const sizes: VarGroup<TSizes>;

@@ -10,3 +10,3 @@ /**

import type { Theme } from '@stylexjs/stylex/lib/StyleXTypes';
import type { VarGroup } from '@stylexjs/stylex/lib/StyleXTypes';
type TSvg = Readonly<{

@@ -17,2 +17,2 @@ squircle1: string;

}>;
export declare const svg: Theme<TSvg>;
export declare const svg: VarGroup<TSvg>;

@@ -10,3 +10,3 @@ /**

import type { Theme } from '@stylexjs/stylex/lib/StyleXTypes';
import type { VarGroup } from '@stylexjs/stylex/lib/StyleXTypes';
type TZindex = Readonly<{

@@ -20,2 +20,2 @@ layer1: number;

}>;
export declare const zIndex: Theme<TZindex>;
export declare const zIndex: VarGroup<TZindex>;
{
"name": "@stylexjs/open-props",
"version": "0.2.0-beta.24",
"version": "0.2.0-beta.25",
"description": "A library common values as variables to be used with Stylex.",

@@ -41,3 +41,3 @@ "exports": {

"devDependencies": {
"@stylexjs/scripts": "0.2.0-beta.24"
"@stylexjs/scripts": "0.2.0-beta.25"
},

@@ -44,0 +44,0 @@ "jest": {},

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc