@versini/ui-styles 6.0.1 → 6.0.3
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/dist/index.js +4 -3
- package/package.json +4 -3
package/dist/index.js
CHANGED
|
@@ -6967,9 +6967,10 @@ const Yi = "#ff3f3f", V = {
|
|
|
6967
6967
|
})
|
|
6968
6968
|
}
|
|
6969
6969
|
}
|
|
6970
|
-
}, lu = ws.
|
|
6971
|
-
|
|
6972
|
-
),
|
|
6970
|
+
}, lu = ws.flatMap((e) => [
|
|
6971
|
+
`${process.cwd()}/node_modules/${e}/dist/**/*.{js,ts,jsx,tsx}`,
|
|
6972
|
+
`${process.cwd()}/node_modules/${e}/src/**/*.{js,ts,jsx,tsx}`
|
|
6973
|
+
]), cu = [
|
|
6973
6974
|
ps,
|
|
6974
6975
|
Ga,
|
|
6975
6976
|
gs(function({ addComponents: e, addVariant: t }) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-styles",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.3",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -15,7 +15,8 @@
|
|
|
15
15
|
"main": "dist/index.js",
|
|
16
16
|
"types": "dist/index.d.ts",
|
|
17
17
|
"files": [
|
|
18
|
-
"dist"
|
|
18
|
+
"dist",
|
|
19
|
+
"README.md"
|
|
19
20
|
],
|
|
20
21
|
"scripts": {
|
|
21
22
|
"build:check": "tsc",
|
|
@@ -41,5 +42,5 @@
|
|
|
41
42
|
"fs-extra": "11.3.1",
|
|
42
43
|
"tailwindcss": "4.1.12"
|
|
43
44
|
},
|
|
44
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "dcc216644c8c3e7d43a49ea655a22aed21fa4b83"
|
|
45
46
|
}
|