@unbxd-ui/unbxd-react-components 0.3.4-beta.4 → 0.3.4-beta.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -200,9 +200,9 @@ Download.args = {
200
200
  children: 'Download CSV',
201
201
  appearance: _Button.ButtonAppearance.PRIMARY,
202
202
  size: _Button.ButtonSize.MEDIUM,
203
- type: _Button.ButtonType.DOWNLOAD,
203
+ intent: _Button.ButtonIntent.DOWNLOAD,
204
204
  downloadConfig: {
205
- downlaodUrl: 'data:text/csv;charset=utf-8,Name%2CEmail%2CAge%0AJohn%2Cjohn%40example.com%2C30%0AJane%2Cjane%40example.com%2C28',
205
+ downloadUrl: 'data:text/csv;charset=utf-8,Name%2CEmail%2CAge%0AJohn%2Cjohn%40example.com%2C30%0AJane%2Cjane%40example.com%2C28',
206
206
  downloadFileName: 'sample-file',
207
207
  downloadFileExtension: '.csv',
208
208
  onDownloadSuccess: (0, _addonActions.action)('download-success'),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unbxd-ui/unbxd-react-components",
3
- "version": "0.3.4-beta.4",
3
+ "version": "0.3.4-beta.5",
4
4
  "description": "React components library",
5
5
  "keywords": [
6
6
  "react components",