beep boop

This commit is contained in:
Mirco Wittrien 2019-10-14 13:03:28 +02:00
parent a9b765cd98
commit c3357fb7f8
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -5669,6 +5669,7 @@ var BDFDB = {myPlugins: BDFDB && BDFDB.myPlugins ? BDFDB.myPlugins : {}, BDv2Api
LibraryComponents.ModalComponents = BDFDB.WebModules.findByProperties('ModalContent', 'ModalFooter');
LibraryComponents.SvgIcon = BDFDB.WebModules.findByProperties('Gradients', 'Names');
LibraryComponents.Switch = BDFDB.WebModules.findByName('Switch');
LibraryComponents.SwitchItem = BDFDB.WebModules.findByName('SwitchItem');
LibraryComponents.TextElement = BDFDB.WebModules.findByProperties('Sizes', 'Weights');
LibraryComponents.TextInput = BDFDB.WebModules.findByName('TextInput');
BDFDB.LibraryComponents = Object.assign({}, LibraryComponents);