react-autoql 8.29.6 → 8.30.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.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-autoql",
3
- "version": "8.29.6",
3
+ "version": "8.30.0",
4
4
  "description": "React Widget Library",
5
5
  "main": "dist/autoql.cjs.js",
6
6
  "module": "dist/autoql.esm.js",
@@ -64,7 +64,7 @@
64
64
  },
65
65
  "dependencies": {
66
66
  "@react-icons/all-files": "4.1.0",
67
- "autoql-fe-utils": "1.11.21",
67
+ "autoql-fe-utils": "1.11.23",
68
68
  "axios": "^1.16.0",
69
69
  "caniuse-lite": "1.0.30001692",
70
70
  "classnames": "2.5.1",
package/src/index.d.ts CHANGED
@@ -256,6 +256,9 @@ export declare const Icon: React.FC<{ type: string; className?: string; [key: st
256
256
  export declare const LoadingDots: React.FC<{ [key: string]: any }>
257
257
 
258
258
  export declare const DataAlerts: React.ComponentType<any>
259
+ export declare const DataAlertsTabbed: React.ComponentType<any>
260
+ export declare const DataAlertsList: React.ComponentType<any>
261
+ export declare const DataAlertRow: React.ComponentType<any>
259
262
  export declare const DataAlertModal: React.ComponentType<any>
260
263
  export declare const DataAlertDeleteDialog: React.ComponentType<any>
261
264
  export declare const DataAlertListItem: React.ComponentType<any>