@pandacss/preset-panda
Advanced tools
Comparing version 0.0.0-dev-20230621094608 to 0.0.0-dev-20230621094901
@@ -42,7 +42,2 @@ import * as _pandacss_types_dist_shared from '@pandacss/types/dist/shared'; | ||
tokens: { | ||
borders: { | ||
none: { | ||
value: string; | ||
}; | ||
}; | ||
easings: { | ||
@@ -692,5 +687,2 @@ default: { | ||
spacing: { | ||
0: { | ||
value: string; | ||
}; | ||
0.5: { | ||
@@ -848,5 +840,2 @@ value: string; | ||
}; | ||
0: { | ||
value: string; | ||
}; | ||
0.5: { | ||
@@ -853,0 +842,0 @@ value: string; |
@@ -273,7 +273,2 @@ "use strict"; | ||
// src/borders.ts | ||
var borders = { | ||
none: { value: "none" } | ||
}; | ||
// src/shadows.ts | ||
@@ -292,3 +287,2 @@ var shadows = { | ||
var spacing = { | ||
0: { value: "0rem" }, | ||
0.5: { value: "0.125rem" }, | ||
@@ -517,3 +511,2 @@ 1: { value: "0.25rem" }, | ||
var tokens = defineTokens({ | ||
borders, | ||
easings: { | ||
@@ -520,0 +513,0 @@ default: { value: "cubic-bezier(0.4, 0, 0.2, 1)" }, |
{ | ||
"name": "@pandacss/preset-panda", | ||
"version": "0.0.0-dev-20230621094608", | ||
"version": "0.0.0-dev-20230621094901", | ||
"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-20230621094608" | ||
"@pandacss/types": "0.0.0-dev-20230621094901" | ||
}, | ||
@@ -20,0 +20,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
54522
2050
+ Added@pandacss/types@0.0.0-dev-20230621094901(transitive)
- Removed@pandacss/types@0.0.0-dev-20230621094608(transitive)