@epam/ai-dial-ui-kit 0.4.0-rc.32 → 0.4.0-rc.33

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.
@@ -47930,6 +47930,7 @@ export {
47930
47930
  hn as RadioGroupOrientation,
47931
47931
  fn as SearchSize,
47932
47932
  _a as SelectSize,
47933
+ Ua as SelectVariant,
47933
47934
  wt as StepStatus,
47934
47935
  na as TabOrientation,
47935
47936
  al as TagVariant,
@@ -62,7 +62,7 @@ export { TagVariant } from './types/tag';
62
62
  export { TabOrientation } from './types/tab';
63
63
  export type { DialBreadcrumbPathItem } from './models/breadcrumb';
64
64
  export { FormItemOrientation } from './types/form-item';
65
- export { SelectSize } from './types/select';
65
+ export { SelectSize, SelectVariant } from './types/select';
66
66
  export { DialFileManagerTabs, DialFileManagerActions, } from './types/file-manager';
67
67
  export { FlexibleActionsDirection } from './types/flexible-actions';
68
68
  export { useDialFileManagerTabs } from './components/FileManager/hooks/use-file-manager-tabs';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epam/ai-dial-ui-kit",
3
- "version": "0.4.0-rc.32",
3
+ "version": "0.4.0-rc.33",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "description": "A modern UI kit for building AI DIAL interfaces with React",