@epam/ai-dial-ui-kit 0.9.0-rc.22 → 0.9.0-rc.24

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-08T12:42:07.079Z",
3
+ "generatedAt": "2026-04-08T15:30:01.505Z",
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",
@@ -2408,6 +2408,12 @@
2408
2408
  "category": "Elements/Inputs",
2409
2409
  "description": "A number input field component\naliases: NumericField|NumberField",
2410
2410
  "props": [
2411
+ {
2412
+ "name": "integer",
2413
+ "type": "boolean",
2414
+ "required": false,
2415
+ "description": "When true, restricts input to integer values only — blocks decimal points, minus, plus, and scientific notation (e/E)"
2416
+ },
2411
2417
  {
2412
2418
  "name": "onChange",
2413
2419
  "type": "(value?: number | string) => void",
@@ -2543,6 +2549,12 @@
2543
2549
  "type": "(value: string) => void",
2544
2550
  "required": false,
2545
2551
  "description": "Callback fired when the user types in the editable input."
2552
+ },
2553
+ {
2554
+ "name": "collapseTagOverflow",
2555
+ "type": "boolean",
2556
+ "required": false,
2557
+ "defaultValue": "false"
2546
2558
  }
2547
2559
  ],
2548
2560
  "examples": [