Tsm/field api (#549)

* feat: add field api and inline listbox

* feat: add autosizer

* chore: add specs for fieldSelections

* feat: support horizontal, set as experimental

* fix: close actions correctly

* chore: correct docs, set as async
This commit is contained in:
Tobias Åström
2020-12-14 16:03:42 +01:00
committed by GitHub
parent 317cc472c1
commit 1116ed52d4
12 changed files with 495 additions and 10 deletions

View File

@@ -108,7 +108,7 @@ const config = ({ format = 'umd', debug = false, file, targetPkg }) => {
format,
exports: ['test-utils', 'stardust'].indexOf(targetName) !== -1 ? 'named' : 'default',
name: umdName,
sourcemap: false,
sourcemap: true,
banner,
globals,
},