@techfides/ui-library-design 0.3.0 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@techfides/ui-library-design",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"description": "Framework-agnostic design core for the TechFides UI library: Tailwind design tokens and component variant recipes",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cva",
|
|
@@ -52,12 +52,6 @@
|
|
|
52
52
|
"typescript": "~6.0.3",
|
|
53
53
|
"@techfides/tsconfig": "0.0.0"
|
|
54
54
|
},
|
|
55
|
-
"browserslist": [
|
|
56
|
-
"last 1 chrome version",
|
|
57
|
-
"last 1 edge version",
|
|
58
|
-
"last 1 firefox version",
|
|
59
|
-
"last 1 safari version"
|
|
60
|
-
],
|
|
61
55
|
"engines": {
|
|
62
56
|
"node": ">=24"
|
|
63
57
|
},
|