@importcsv/react 0.2.7 → 0.2.8
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.
- package/build/react/components/CSVImporter/index.d.ts +1 -1
- package/build/react/importer/components/Root/index.d.ts +1 -1
- package/build/react/importer/components/ui/alert.d.ts +3 -3
- package/build/react/importer/components/ui/button.d.ts +1 -1
- package/build/react/importer/components/ui/card.d.ts +6 -6
- package/build/react/importer/components/ui/checkbox.d.ts +1 -1
- package/build/react/importer/components/ui/dialog.d.ts +5 -5
- package/build/react/importer/components/ui/flex.d.ts +5 -5
- package/build/react/importer/components/ui/input.d.ts +1 -1
- package/build/react/importer/components/ui/select.d.ts +1 -1
- package/build/react/importer/components/ui/switch.d.ts +1 -1
- package/build/react/importer/components/ui/toast.d.ts +5 -5
- package/build/react/importer/components/ui/tooltip.d.ts +2 -2
- package/build/react/index.esm.js +5 -5
- package/build/react/index.js +11 -11
- package/build/react/index.js.map +1 -1
- package/build/react/js.d.ts +1 -1
- package/package.json +1 -1
package/build/react/js.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ type CreateImporterProps = CSVImporterProps & {
|
|
|
3
3
|
domElement?: Element;
|
|
4
4
|
};
|
|
5
5
|
export declare function createCSVImporter(props: CreateImporterProps): {
|
|
6
|
-
instance: (import('../react').FunctionalComponent<import('
|
|
6
|
+
instance: (import('../react').FunctionalComponent<import('../react').PropsWithoutRef<CSVImporterProps> & {
|
|
7
7
|
ref?: import('../react').Ref<unknown> | undefined;
|
|
8
8
|
}> & HTMLDialogElement) | null;
|
|
9
9
|
showModal: () => void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@importcsv/react",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.8",
|
|
4
4
|
"description": "AI-powered CSV importer for React. Smart column mapping with OpenAI, natural language transformations. Self-hosted.",
|
|
5
5
|
"main": "build/react/index.js",
|
|
6
6
|
"module": "build/react/index.esm.js",
|