@vezham/shared-varaints 0.2.2 → 0.3.0
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/index.mjs +1 -1
- package/package.json +2 -2
package/index.mjs
CHANGED
@@ -992,7 +992,7 @@ const x = (e) => {
|
|
992
992
|
* Font Variant Numeric
|
993
993
|
* @see https://tailwindcss.com/docs/font-variant-numeric
|
994
994
|
*/
|
995
|
-
"fvn-fraction": ["diagonal-fractions", "stacked-
|
995
|
+
"fvn-fraction": ["diagonal-fractions", "stacked-fractons"],
|
996
996
|
/**
|
997
997
|
* Letter Spacing
|
998
998
|
* @see https://tailwindcss.com/docs/letter-spacing
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@vezham/shared-varaints",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.3.0",
|
4
4
|
"description": "A package for managing shared-varaints",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -17,6 +17,6 @@
|
|
17
17
|
"main": "./index.js",
|
18
18
|
"types": "./index.d.ts",
|
19
19
|
"dependencies": {
|
20
|
-
"@vezham/react-utils": "0.
|
20
|
+
"@vezham/react-utils": "0.3.0"
|
21
21
|
}
|
22
22
|
}
|