beep boop
This commit is contained in:
parent
a9b765cd98
commit
c3357fb7f8
File diff suppressed because one or more lines are too long
|
@ -5669,6 +5669,7 @@ var BDFDB = {myPlugins: BDFDB && BDFDB.myPlugins ? BDFDB.myPlugins : {}, BDv2Api
|
||||||
LibraryComponents.ModalComponents = BDFDB.WebModules.findByProperties('ModalContent', 'ModalFooter');
|
LibraryComponents.ModalComponents = BDFDB.WebModules.findByProperties('ModalContent', 'ModalFooter');
|
||||||
LibraryComponents.SvgIcon = BDFDB.WebModules.findByProperties('Gradients', 'Names');
|
LibraryComponents.SvgIcon = BDFDB.WebModules.findByProperties('Gradients', 'Names');
|
||||||
LibraryComponents.Switch = BDFDB.WebModules.findByName('Switch');
|
LibraryComponents.Switch = BDFDB.WebModules.findByName('Switch');
|
||||||
|
LibraryComponents.SwitchItem = BDFDB.WebModules.findByName('SwitchItem');
|
||||||
LibraryComponents.TextElement = BDFDB.WebModules.findByProperties('Sizes', 'Weights');
|
LibraryComponents.TextElement = BDFDB.WebModules.findByProperties('Sizes', 'Weights');
|
||||||
LibraryComponents.TextInput = BDFDB.WebModules.findByName('TextInput');
|
LibraryComponents.TextInput = BDFDB.WebModules.findByName('TextInput');
|
||||||
BDFDB.LibraryComponents = Object.assign({}, LibraryComponents);
|
BDFDB.LibraryComponents = Object.assign({}, LibraryComponents);
|
||||||
|
|
Loading…
Reference in New Issue