matsuri-ui 16.7.1-alpha-1741402056893-19bfcf3.0 → 16.7.1-alpha-1741989150249-774300e.0
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.
|
@@ -189,5 +189,5 @@ export interface CSVImportUIProps<Columns extends CSVImportUIColumns, Row extend
|
|
|
189
189
|
*/
|
|
190
190
|
selectDownloadTemplateColumns?: boolean;
|
|
191
191
|
}
|
|
192
|
-
export declare const CSVImportUI: <Columns extends CSVImportUIColumns, Row extends Record<string, string> =
|
|
192
|
+
export declare const CSVImportUI: <Columns extends CSVImportUIColumns, Row extends Record<string, string> = CSVImportUIRow<Columns>>(props: CSVImportUIProps<Columns, Row>) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
193
193
|
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "matsuri-ui",
|
|
3
|
-
"version": "16.7.1-alpha-
|
|
3
|
+
"version": "16.7.1-alpha-1741989150249-774300e.0",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/matsuri-tech/matsuri-ui.git"
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"@mui/icons-material": "6.4.7",
|
|
36
36
|
"@mui/material": "6.4.7",
|
|
37
37
|
"@popperjs/core": "2.11.8",
|
|
38
|
-
"framer-motion": "12.4.
|
|
38
|
+
"framer-motion": "12.4.13",
|
|
39
39
|
"react-popper": "2.3.0",
|
|
40
40
|
"react-spring": "9.7.5",
|
|
41
41
|
"relative-time-format": "1.1.6",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"@babel/cli": "7.26.4",
|
|
62
|
-
"@babel/core": "7.26.
|
|
62
|
+
"@babel/core": "7.26.10",
|
|
63
63
|
"@babel/preset-env": "7.26.9",
|
|
64
64
|
"@babel/preset-react": "7.26.3",
|
|
65
65
|
"@babel/preset-typescript": "7.26.0",
|
|
@@ -189,5 +189,5 @@ export interface CSVImportUIProps<Columns extends CSVImportUIColumns, Row extend
|
|
|
189
189
|
*/
|
|
190
190
|
selectDownloadTemplateColumns?: boolean;
|
|
191
191
|
}
|
|
192
|
-
export declare const CSVImportUI: <Columns extends CSVImportUIColumns, Row extends Record<string, string> =
|
|
192
|
+
export declare const CSVImportUI: <Columns extends CSVImportUIColumns, Row extends Record<string, string> = CSVImportUIRow<Columns>>(props: CSVImportUIProps<Columns, Row>) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
193
193
|
export {};
|