@pandacss/preset-panda
Advanced tools
Comparing version 0.0.0-dev-20230621090758 to 0.0.0-dev-20230621093308
@@ -42,2 +42,7 @@ import * as _pandacss_types_dist_shared from '@pandacss/types/dist/shared'; | ||
tokens: { | ||
borders: { | ||
none: { | ||
value: string; | ||
}; | ||
}; | ||
easings: { | ||
@@ -687,2 +692,5 @@ default: { | ||
spacing: { | ||
0: { | ||
value: string; | ||
}; | ||
0.5: { | ||
@@ -840,2 +848,5 @@ value: string; | ||
}; | ||
0: { | ||
value: string; | ||
}; | ||
0.5: { | ||
@@ -842,0 +853,0 @@ value: string; |
@@ -273,2 +273,7 @@ "use strict"; | ||
// src/borders.ts | ||
var borders = { | ||
none: { value: "none" } | ||
}; | ||
// src/shadows.ts | ||
@@ -287,2 +292,3 @@ var shadows = { | ||
var spacing = { | ||
0: { value: "0rem" }, | ||
0.5: { value: "0.125rem" }, | ||
@@ -511,2 +517,3 @@ 1: { value: "0.25rem" }, | ||
var tokens = defineTokens({ | ||
borders, | ||
easings: { | ||
@@ -513,0 +520,0 @@ default: { value: "cubic-bezier(0.4, 0, 0.2, 1)" }, |
{ | ||
"name": "@pandacss/preset-panda", | ||
"version": "0.0.0-dev-20230621090758", | ||
"version": "0.0.0-dev-20230621093308", | ||
"description": "The preset for PandaCSS that contains the default theme", | ||
@@ -17,3 +17,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@pandacss/types": "0.0.0-dev-20230621090758" | ||
"@pandacss/types": "0.0.0-dev-20230621093308" | ||
}, | ||
@@ -20,0 +20,0 @@ "scripts": { |
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
54986
2073
+ Added@pandacss/types@0.0.0-dev-20230621093308(transitive)
- Removed@pandacss/types@0.0.0-dev-20230621090758(transitive)