зеркало из
1
0
Форкнуть 0
Граф коммитов

4 Коммитов

Автор SHA1 Сообщение Дата
Matt Rothenberg cc58b83f1c
Export toolkit components as wrapped React components (#300)
Description of changes

Uses the `fast-react-wrapper` to wrap all toolkit components as React components and then exports them under the following syntax: `import { ComponentName } from '@vscode/webview-ui-toolkit/react';`
2022-01-25 11:13:50 -08:00
Hawk Ticehurst fc9ed50a32
Update & Clean Up Toolkit Infrastructure (#78)
Update and clean up various aspects of the toolkit's infrastructure. Changes include:

**Package.json**
- Update `types` property to use `dist/dts/index.d.ts` instead of `dist/toolkit.d.ts`
- Uninstall a couple of unused npm packages
- Rename and remove a couple of npm scripts

**Rollup Config**
- Add rules to build a minified version of `toolkit.js`

**ESLint Config**
- Move `.eslintignore` rules into `.eslintrc` file

**API Extractor**
- Update API Extractor package to `v7.15.1`
- Disable API extractor doc model generation
- Remove style exports from every toolkit component

**TSConfig**
- Disable source map generation

**Storybook Config**
- Update Storybook packages to `v6.2.9`
- Silence a PostCSS deprecation warning
2021-05-03 11:56:35 -07:00
Hawk Ticehurst 6efd69b01b
Update Build Config (#69)
Update the Rollup build configuration for the toolkit and theme utilities.

Additionally, fix some TSDoc/API extractor warnings.
2021-04-20 11:49:30 -07:00
Hawk Ticehurst e43e1cec4b
Rollup Conversion (#17)
Set up configurations to use Rollup as the project bundler and remove Webpack configs.
2021-03-08 16:23:14 -08:00