@versini/ui-styles 6.0.2 → 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.
Files changed (2) hide show
  1. package/dist/index.js +4 -3
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -6967,9 +6967,10 @@ const Yi = "#ff3f3f", V = {
6967
6967
  })
6968
6968
  }
6969
6969
  }
6970
- }, lu = ws.map(
6971
- (e) => `${process.cwd()}/node_modules/${e}/dist/**/*.{js,ts,jsx,tsx}`
6972
- ), cu = [
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.2",
3
+ "version": "6.0.3",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -42,5 +42,5 @@
42
42
  "fs-extra": "11.3.1",
43
43
  "tailwindcss": "4.1.12"
44
44
  },
45
- "gitHead": "7bbfa99a4441ef5b0828a37d190f694e199b663d"
45
+ "gitHead": "dcc216644c8c3e7d43a49ea655a22aed21fa4b83"
46
46
  }