@projectwallace/css-analyzer 8.0.2 → 9.1.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/dist/index.d.ts CHANGED
@@ -327,6 +327,7 @@ declare function analyzeInternal<T extends boolean>(css: string, options: Option
327
327
  ratio: number;
328
328
  };
329
329
  pseudoClasses: CollectionCount<T>;
330
+ pseudoElements: CollectionCount<T>;
330
331
  accessibility: {
331
332
  total: number;
332
333
  totalUnique: number;
@@ -339,6 +340,7 @@ declare function analyzeInternal<T extends boolean>(css: string, options: Option
339
340
  }) & {
340
341
  ratio: number;
341
342
  };
343
+ attributes: CollectionCount<T>;
342
344
  keyframes: CollectionCount<T>;
343
345
  prefixed: {
344
346
  total: number;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@projectwallace/css-analyzer",
3
3
  "description": "The best CSS analyzer out there. Check design tokens, complexity, specificity, performance and more.",
4
- "version": "8.0.2",
4
+ "version": "9.1.0",
5
5
  "author": "Bart Veneman",
6
6
  "repository": {
7
7
  "type": "git",
@@ -49,18 +49,18 @@
49
49
  "code"
50
50
  ],
51
51
  "dependencies": {
52
- "@projectwallace/css-parser": "^0.12.3"
52
+ "@projectwallace/css-parser": "^0.13.0"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@codecov/vite-plugin": "^1.9.1",
56
56
  "c8": "^10.1.3",
57
- "knip": "^5.68.0",
58
- "oxlint": "^1.26.0",
57
+ "knip": "^5.83.1",
58
+ "oxlint": "^1.43.0",
59
59
  "prettier": "^3.6.2",
60
- "publint": "^0.3.15",
60
+ "publint": "^0.3.17",
61
61
  "typescript": "^5.9.3",
62
62
  "vite": "^6.3.4",
63
63
  "vite-plugin-dts": "^4.5.4",
64
- "vitest": "^4.0.8"
64
+ "vitest": "^4.0.18"
65
65
  }
66
66
  }