@juristr/nx-tailwind-sync 0.0.7 → 0.0.8-beta.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/README.md CHANGED
@@ -48,7 +48,7 @@ Register the sync generator on tasks that need it (e.g., `build`, `dev`):
48
48
  "nx": {
49
49
  "targets": {
50
50
  "build": {
51
- "syncGenerators": ["@juristr/nx-tailwind-sync:update-tailwind-globs"]
51
+ "syncGenerators": ["@juristr/nx-tailwind-sync:tailwind-source-directives"]
52
52
  }
53
53
  }
54
54
  }
@@ -3,4 +3,4 @@ import { SyncGeneratorResult } from 'nx/src/utils/sync-generators';
3
3
  import { UpdateTailwindGlobsGeneratorSchema } from './schema';
4
4
  export declare function updateTailwindGlobsGenerator(tree: Tree, options?: UpdateTailwindGlobsGeneratorSchema): Promise<SyncGeneratorResult>;
5
5
  export default updateTailwindGlobsGenerator;
6
- //# sourceMappingURL=update-tailwind-globs.d.ts.map
6
+ //# sourceMappingURL=tailwind-source-directives.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tailwind-source-directives.d.ts","sourceRoot":"","sources":["../../src/generators/tailwind-source-directives.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,IAAI,EAIL,MAAM,YAAY,CAAC;AACpB,OAAO,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AAEnE,OAAO,EAAE,kCAAkC,EAAE,MAAM,UAAU,CAAC;AA+O9D,wBAAsB,4BAA4B,CAChD,IAAI,EAAE,IAAI,EACV,OAAO,GAAE,kCAAuC,GAC/C,OAAO,CAAC,mBAAmB,CAAC,CAmC9B;AAED,eAAe,4BAA4B,CAAC"}
package/generators.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "generators": {
3
- "update-tailwind-globs": {
4
- "factory": "./dist/generators/update-tailwind-globs",
3
+ "tailwind-source-directives": {
4
+ "factory": "./dist/generators/tailwind-source-directives",
5
5
  "schema": "./dist/generators/schema.json",
6
6
  "description": "Nx Sync generator to update @source directives in CSS files for Tailwind v4 monorepos"
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juristr/nx-tailwind-sync",
3
- "version": "0.0.7",
3
+ "version": "0.0.8-beta.1",
4
4
  "author": "Juri Strumpflohner",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -1 +0,0 @@
1
- {"version":3,"file":"update-tailwind-globs.d.ts","sourceRoot":"","sources":["../../src/generators/update-tailwind-globs.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,IAAI,EAIL,MAAM,YAAY,CAAC;AACpB,OAAO,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AAEnE,OAAO,EAAE,kCAAkC,EAAE,MAAM,UAAU,CAAC;AA+O9D,wBAAsB,4BAA4B,CAChD,IAAI,EAAE,IAAI,EACV,OAAO,GAAE,kCAAuC,GAC/C,OAAO,CAAC,mBAAmB,CAAC,CAmC9B;AAED,eAAe,4BAA4B,CAAC"}