You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -31,9 +31,8 @@ These are the component libraries we publish to NPM.
31
31
-[](https://www.npmjs.com/package/@blueprintjs/colors)– Design system color variables.
-[](https://www.npmjs.com/package/@blueprintjs/datetime)– Components for interacting with dates and times.
34
-
-[](https://www.npmjs.com/package/@blueprintjs/datetime2)– Next-generation components for interacting with dates and times.
35
34
-[](https://www.npmjs.com/package/@blueprintjs/icons)– APIs for displaying icons (contains both SVG and icon font implementations).
36
-
-[](https://www.npmjs.com/package/@blueprintjs/monaco-editor-theme)– Theme for [Monaco Editor](https://microsoft.github.io/monaco-editor/) (:warning: experimental).
35
+
-[](https://www.npmjs.com/package/@blueprintjs/monaco-editor-theme)– Theme for [Monaco Editor](https://microsoft.github.io/monaco-editor) (:warning: experimental).
37
36
-[](https://www.npmjs.com/package/@blueprintjs/select)– Components for selecting items from a list.
@@ -60,7 +59,6 @@ These packages define development dependencies and contain build configuration.
60
59
-[](https://www.npmjs.com/package/@blueprintjs/node-build-scripts)– various utility scripts for building Sass sources, linting Sass & TypeScript, generating Sass & Less variables, and optimizing icon SVGs.
61
60
-[](https://www.npmjs.com/package/@blueprintjs/stylelint-plugin)– implementations for custom stylelint rules which enforce best practices for Blueprint usage.
62
61
-[](https://www.npmjs.com/package/@blueprintjs/test-commons)– various utility functions used in Blueprint test suites.
63
-
-[](https://www.npmjs.com/package/@blueprintjs/tslint-config)– TSLint configuration used in this repo and recommended for Blueprint-related projects (should be installed by `@blueprintjs/eslint-config`, not directly).
64
62
-[](https://www.npmjs.com/package/@blueprintjs/webpack-build-scripts)– Webpack build configuration for Blueprint projects.
65
63
66
64
## Contributing
@@ -71,7 +69,7 @@ then [check out the "help wanted" label](https://github.com/palantir/blueprint/l
71
69
72
70
## Development
73
71
74
-
[Yarn](https://yarnpkg.com/) manages third-party and inter-package dependencies in this monorepo.
72
+
[Yarn](https://yarnpkg.com) manages third-party and inter-package dependencies in this monorepo.
75
73
Builds are orchestrated via [Nx's task runner](https://nx.dev/getting-started/intro) and NPM scripts.
76
74
[Lerna-Lite](https://github.com/lerna-lite/lerna-lite) is used to prepare releases.
77
75
@@ -122,7 +120,7 @@ There are a few ways to run development scripts, here they are listed from simpl
122
120
123
121
### Updating documentation
124
122
125
-
Much of Blueprint's documentation lives inside source code as JSDoc comments in `.tsx` files and KSS markup in `.scss` files. This documentation is extracted and converted into static JSON data using [documentalist](https://github.com/palantir/documentalist/). If you are updating documentation sources (_not_ the docs UI code which lives in `packages/docs-app` or the docs theme in `packages/docs-theme`), you'll need to run `yarn compile` from `packages/docs-data` to see changes reflected in the application. For simplicity, an alias script `yarn docs-data` exists in the root to minimize directory hopping.
123
+
Much of Blueprint's documentation lives inside source code as JSDoc comments in `.tsx` files and KSS markup in `.scss` files. This documentation is extracted and converted into static JSON data using [documentalist](https://github.com/palantir/documentalist). If you are updating documentation sources (_not_ the docs UI code which lives in `packages/docs-app` or the docs theme in `packages/docs-theme`), you'll need to run `yarn compile` from `packages/docs-data` to see changes reflected in the application. For simplicity, an alias script `yarn docs-data` exists in the root to minimize directory hopping.
0 commit comments