@epam/ai-dial-ui-kit 0.9.0-rc.23 → 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-08T14:54:43.999Z",
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",