|
20 | 20 | "build:typescript": "tsc", |
21 | 21 | "build:styles": "node scripts/build-styles.mjs", |
22 | 22 | "build:watch": "npm run build:styles && concurrently -k -r \"npm:watch-scss\" \"npm:watch-ts\"", |
23 | | - "build:docs:md": "web-component-analyzer \"src/**/*.ts\" --outDir docs/md", |
24 | | - "build:docs:json": "web-component-analyzer \"src/**/*.ts\" --format json --outDir docs/json", |
25 | | - "build:docs:schema": "web-component-analyzer src --format json --outFile custom-elements.json", |
26 | | - "build:docs:vscode-schema": "web-component-analyzer src --format vscode --outFile vscode-html-custom-data.json", |
| 23 | + "build:docs:md": "web-component-analyzer \"src/**/!(*.spec|*.css).ts\" --outDir docs/md", |
| 24 | + "build:docs:json": "web-component-analyzer \"src/**/!(*.spec|*.css).ts\" --format json --outDir docs/json", |
| 25 | + "build:docs:schema": "web-component-analyzer \"src/**/!(*.spec|*.css).ts\" --format json --outFile custom-elements.json", |
| 26 | + "build:docs:vscode-schema": "web-component-analyzer \"src/**/!(*.spec|*.css).ts\" --format vscode --outFile vscode-html-custom-data.json", |
27 | 27 | "build:meta": "node scripts/build-stories.js", |
28 | 28 | "watch-meta": "node scripts/stories-watcher.js ", |
29 | 29 | "watch-scss": "node scripts/styles-watcher.mjs", |
|
82 | 82 | "eslint-plugin-storybook": "^0.6.15", |
83 | 83 | "globby": "^13.2.2", |
84 | 84 | "husky": "^8.0.3", |
85 | | - "igniteui-theming": "^3.2.0", |
| 85 | + "igniteui-theming": "^3.3.0", |
86 | 86 | "igniteui-typedoc-theme": "^3.1.0", |
87 | 87 | "keep-a-changelog": "^2.4.1", |
88 | 88 | "lint-staged": "^15.0.1", |
|
0 commit comments