@stylexjs/open-props
Advanced tools
Comparing version 0.5.1 to 0.6.0
@@ -45,9 +45,9 @@ /** | ||
header3: string; | ||
spacingspacings: string; | ||
spacings: string; | ||
xxs: string; | ||
xs: string; | ||
sm: string; | ||
md: string; | ||
lg: string; | ||
spacingl: string; | ||
spacingspacingl: string; | ||
xl: string; | ||
xxl: string; | ||
relative000: string; | ||
@@ -54,0 +54,0 @@ relative00: string; |
@@ -45,9 +45,9 @@ /** | ||
header3: '35ch', | ||
spacingspacings: '240pspacing', | ||
spacings: '360pspacing', | ||
sm: '480pspacing', | ||
md: '768pspacing', | ||
lg: '1024pspacing', | ||
spacingl: '1440pspacing', | ||
spacingspacingl: '1920pspacing', | ||
xxs: '240px', | ||
xs: '360px', | ||
sm: '480px', | ||
md: '768px', | ||
lg: '1024px', | ||
xl: '1440px', | ||
xxl: '1920px', | ||
relative000: '-.5ch', | ||
@@ -54,0 +54,0 @@ relative00: '-.25ch', |
{ | ||
"name": "@stylexjs/open-props", | ||
"version": "0.5.1", | ||
"version": "0.6.0", | ||
"description": "A library common values as variables to be used with Stylex.", | ||
"type": "module", | ||
"exports": { | ||
@@ -35,9 +36,6 @@ "./lib/animationNames.stylex": "./lib/animationNames.stylex.js", | ||
"dependencies": { | ||
"css-mediaquery": "^0.1.2", | ||
"invariant": "^2.2.4", | ||
"styleq": "0.1.3", | ||
"utility-types": "^3.10.0" | ||
"@stylexjs/stylex": "0.6.0" | ||
}, | ||
"devDependencies": { | ||
"@stylexjs/scripts": "0.5.1" | ||
"@stylexjs/scripts": "0.6.0" | ||
}, | ||
@@ -44,0 +42,0 @@ "jest": {}, |
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
1
Yes
102856
+ Added@stylexjs/stylex@0.6.0
+ Added@stylexjs/stylex@0.6.0(transitive)
- Removedcss-mediaquery@^0.1.2
- Removedinvariant@^2.2.4
- Removedstyleq@0.1.3
- Removedutility-types@^3.10.0
- Removedutility-types@3.11.0(transitive)