@epam/ai-dial-ui-kit 0.9.0-rc.26 → 0.9.0-rc.27

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "0.9.0-rc",
3
- "generatedAt": "2026-04-10T09:48:36.180Z",
3
+ "generatedAt": "2026-04-10T12:46:42.921Z",
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",
@@ -3450,7 +3450,7 @@
3450
3450
  "name": "uploadValidationMessages",
3451
3451
  "type": "FileUploadValidationMessages",
3452
3452
  "required": false,
3453
- "description": "Custom validation messages for file uploads"
3453
+ "description": "Custom validation messages for file uploads. Consumers can customize these strings for a11y and copy consistency."
3454
3454
  },
3455
3455
  {
3456
3456
  "name": "onUploadArchive",
@@ -3603,6 +3603,12 @@
3603
3603
  "name": "hideSearchPathItemName",
3604
3604
  "type": "boolean",
3605
3605
  "required": false
3606
+ },
3607
+ {
3608
+ "name": "autoSelectUploadedItems",
3609
+ "type": "boolean",
3610
+ "required": false,
3611
+ "description": "When true, automatically selects newly uploaded or created items (files, archives, folders) after they appear in the current directory. Useful in attach flows where the user expects immediate selection feedback."
3606
3612
  }
3607
3613
  ],
3608
3614
  "examples": [