@epam/ai-dial-ui-kit 0.5.0-rc.77 → 0.5.0-rc.79

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.
@@ -26,7 +26,7 @@ export interface DialDateCellRendererProps extends Partial<ICellRendererParams<R
26
26
  *
27
27
  * @param [locale='en-US'] - Locale fixed to U.S. English by default to enforce "Jul 20, 2025".
28
28
  * @param [options={ year: 'numeric', month: 'numeric', day: '2-digit', hour: '2-digit', minute: '2-digit', second: '2-digit', timeZone: 'UTC' }] - Options for date formatting (e.g., timeZone).
29
- * @param [emptyPlaceholder='—'] - Placeholder when value is empty/invalid.
29
+ * @param [emptyPlaceholder] - Placeholder when value is empty/invalid.
30
30
  * @param [className] - Additional classes merged into the wrapper.
31
31
  */
32
32
  export declare const DialDateCellRenderer: FC<DialDateCellRendererProps>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epam/ai-dial-ui-kit",
3
- "version": "0.5.0-rc.77",
3
+ "version": "0.5.0-rc.79",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "description": "A modern UI kit for building AI DIAL interfaces with React",