@epam/ai-dial-ui-kit 0.9.0-rc.38 → 0.9.0-rc.39
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/dist/components-manifest.json +1 -8
- package/dist/dial-ui-kit.cjs.js +11 -11
- package/dist/dial-ui-kit.es.js +944 -946
- package/dist/index.css +2 -2
- package/dist/src/components/Grid/Grid.d.ts +1 -3
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "0.9.0-rc",
|
|
3
|
-
"generatedAt": "2026-04-17T13:
|
|
3
|
+
"generatedAt": "2026-04-17T13:38:49.368Z",
|
|
4
4
|
"kit": {
|
|
5
5
|
"name": "@epam/ai-dial-ui-kit",
|
|
6
6
|
"description": "A modern UI kit for building AI DIAL interfaces with React",
|
|
@@ -1340,13 +1340,6 @@
|
|
|
1340
1340
|
"required": false,
|
|
1341
1341
|
"description": "Controlled selection: set of row IDs that should be selected"
|
|
1342
1342
|
},
|
|
1343
|
-
{
|
|
1344
|
-
"name": "selectionOnHover",
|
|
1345
|
-
"type": "boolean",
|
|
1346
|
-
"required": false,
|
|
1347
|
-
"defaultValue": "true",
|
|
1348
|
-
"description": "Whether row selection highlights are shown on hover"
|
|
1349
|
-
},
|
|
1350
1343
|
{
|
|
1351
1344
|
"name": "onGridApiChange",
|
|
1352
1345
|
"type": "(api: GridApi<T>) => void",
|