dripsy-variants 1.0.0 → 1.0.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 +22 -3
package/package.json
CHANGED
@@ -1,15 +1,34 @@
|
|
1
1
|
{
|
2
2
|
"name": "dripsy-variants",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.1",
|
4
4
|
"main": "dist/index.js",
|
5
5
|
"types": "dist/index.d.ts",
|
6
6
|
"scripts": {
|
7
7
|
"build": "tsc"
|
8
8
|
},
|
9
|
-
"keywords": [
|
9
|
+
"keywords": [
|
10
|
+
"dripsy",
|
11
|
+
"variants",
|
12
|
+
"compound variants",
|
13
|
+
"react native",
|
14
|
+
"sx",
|
15
|
+
"design system",
|
16
|
+
"tailwind",
|
17
|
+
"style variants",
|
18
|
+
"ui utility",
|
19
|
+
"react"
|
20
|
+
],
|
10
21
|
"author": "axel valles",
|
11
22
|
"license": "MIT",
|
12
|
-
"description": "",
|
23
|
+
"description": "Utility to create style variants and compound variants for Dripsy.",
|
24
|
+
"repository": {
|
25
|
+
"type": "git",
|
26
|
+
"url": "git+https://github.com/axelvalles/dripsy-variants.git"
|
27
|
+
},
|
28
|
+
"homepage": "https://github.com/axelvalles/dripsy-variants#readme",
|
29
|
+
"bugs": {
|
30
|
+
"url": "https://github.com/axelvalles/dripsy-variants/issues"
|
31
|
+
},
|
13
32
|
"dependencies": {
|
14
33
|
"dripsy": "^4.3.8"
|
15
34
|
},
|