Skip to content

Commit

Permalink
makes DePayWidgets available through DePayButtons
Browse files Browse the repository at this point in the history
  • Loading branch information
10xSebastian committed Apr 21, 2022
1 parent 08b7cbd commit 42c35f6
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
3 changes: 2 additions & 1 deletion dist/esm/index.bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -108285,7 +108285,8 @@ var DePayButtons = {
init: init$1,
DePayButton: DePayButton,
React: react,
ReactDOM: reactDom
ReactDOM: reactDom,
DePayWidgets: DePayWidgets
};

export default DePayButtons;
3 changes: 2 additions & 1 deletion dist/esm/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion dist/umd/index.bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -108291,7 +108291,8 @@
init: init$1,
DePayButton: DePayButton,
React: react,
ReactDOM: reactDom
ReactDOM: reactDom,
DePayWidgets: DePayWidgets
};

return DePayButtons;
Expand Down
3 changes: 2 additions & 1 deletion dist/umd/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import DePayButton from './components/DePayButton'
import DePayWidgets from '@depay/widgets'
import init from './init'
import React from 'react'
import ReactDOM from 'react-dom'
Expand All @@ -7,7 +8,8 @@ let DePayButtons = {
init,
DePayButton,
React,
ReactDOM
ReactDOM,
DePayWidgets
}

export default DePayButtons

0 comments on commit 42c35f6

Please sign in to comment.