@vadimcomanescu/nadicode-design-system 2.0.4 → 2.0.5

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/catalog.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "2.0.4",
3
- "generatedAt": "2026-03-22T22:42:11.464Z",
2
+ "version": "2.0.5",
3
+ "generatedAt": "2026-03-22T23:01:23.220Z",
4
4
  "components": {
5
5
  "Accordion": {
6
6
  "file": "src/components/ui/Accordion.tsx",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vadimcomanescu/nadicode-design-system",
3
- "version": "2.0.4",
3
+ "version": "2.0.5",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org/"
@@ -34,7 +34,7 @@
34
34
  "lint": "eslint src scripts bin eslint-rules --max-warnings 0",
35
35
  "lint:fix": "eslint src scripts bin eslint-rules --fix --max-warnings 0",
36
36
  "ds:lint-shipped": "eslint --config eslint.shipped.config.mjs src/components/ui src/components/animate-ui src/components/layout src/components/logos src/components/blocks src/lib src/hooks src/messages src/tokens.ts src/site.config.ts",
37
- "typecheck": "tsc --noEmit --incremental false",
37
+ "typecheck": "next typegen && tsc --noEmit --incremental false",
38
38
  "test": "vitest run",
39
39
  "test:all": "npm run typecheck && npm run lint && vitest run && npm run build:lib && npm run test:distribution && npm run build",
40
40
  "lighthouse": "bin/lighthouse.sh",