@csvbox/react
Advanced tools
Comparing version 1.1.10 to 1.1.11
@@ -17,5 +17,6 @@ import React, { PropsWithChildren } from 'react'; | ||
language?: string; | ||
environment?: any; | ||
render?:(launch:any, isLoading:boolean) => void | ||
} | ||
export class CSVBoxButton extends React.Component<PropsWithChildren<CSVBoxImporterProps>>{ | ||
@@ -40,2 +41,2 @@ constructor(props: CSVBoxImporterProps); | ||
} | ||
} | ||
} |
@@ -30,3 +30,3 @@ function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; } | ||
var version = "1.1.10"; | ||
var version = "1.1.11"; | ||
@@ -33,0 +33,0 @@ var CSVBoxButton = /*#__PURE__*/function (_Component) { |
@@ -27,3 +27,3 @@ import React, { Component } from 'react'; | ||
var version = "1.1.10"; | ||
var version = "1.1.11"; | ||
@@ -30,0 +30,0 @@ var CSVBoxButton = /*#__PURE__*/function (_Component) { |
{ | ||
"name": "@csvbox/react", | ||
"version": "1.1.10", | ||
"version": "1.1.11", | ||
"description": "React adapter for csvbox.io", | ||
@@ -5,0 +5,0 @@ "types": "@types/csvbox__react.d.ts", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
63360
553