@epam/ai-dial-ui-kit 0.5.0-rc.33 → 0.5.0-rc.35

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.
@@ -7332,7 +7332,7 @@ const o0 = ({
7332
7332
  c,
7333
7333
  lt,
7334
7334
  Ae
7335
- ]), Re = M ? K : Ae?.label ?? l ?? "";
7335
+ ]), Re = M ? K || l : Ae?.label || l || "";
7336
7336
  fr(P, () => ({
7337
7337
  dismiss: () => {
7338
7338
  O(!1);
@@ -2,7 +2,7 @@ import { FC } from 'react';
2
2
  import { DialFormItemProps } from '../FormItem/FormItem';
3
3
  import { DialSelectProps } from '../Select/Select';
4
4
  import { DialFieldLabelProps } from '../Field/Field';
5
- export interface DialSelectFieldProps extends Omit<DialSelectProps, 'cssClass'>, Omit<DialFieldLabelProps, 'htmlFor'>, Omit<DialFormItemProps, 'label' | 'children' | 'value'> {
5
+ export interface DialSelectFieldProps extends Omit<DialSelectProps, 'cssClass' | 'elementId'>, Omit<DialFieldLabelProps, 'htmlFor'>, Omit<DialFormItemProps, 'label' | 'children' | 'value'> {
6
6
  selectCssClass?: string;
7
7
  containerCssClass?: string;
8
8
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epam/ai-dial-ui-kit",
3
- "version": "0.5.0-rc.33",
3
+ "version": "0.5.0-rc.35",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "description": "A modern UI kit for building AI DIAL interfaces with React",