@epam/ai-dial-ui-kit 0.13.0-dev.20 → 0.13.0-dev.21

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.
@@ -60,13 +60,10 @@ export { DialBreadcrumbItem } from './components/Breadcrumb/BreadcrumbItem';
60
60
  export { DialButton } from './components/Button/Button';
61
61
  export { DialIconButton } from './components/IconButton/IconButton';
62
62
  export type { DialIconButtonProps } from './components/IconButton/IconButton';
63
- export { DialDangerButton, DialNeutralButton, DialPrimaryButton, DialGhostButton, DialLinkButton, DialRoundedButton, } from './components/Button/ButtonWrappers';
64
- export type { DialRoundedButtonProps } from './components/Button/ButtonWrappers';
63
+ export { DialDangerButton, DialNeutralButton, DialPrimaryButton, DialGhostButton, DialLinkButton, } from './components/Button/ButtonWrappers';
65
64
  export { DialDangerIconButton, DialGhostIconButton, DialNeutralIconButton, DialPrimaryIconButton, DialSecondaryIconButton, DialSuccessIconButton, DialTertiaryIconButton, } from './components/IconButton/IconButtonWrappers';
66
65
  export { DialCloseButton } from './components/CloseButton/CloseButton';
67
66
  export { DialRemoveButton } from './components/RemoveButton/RemoveButton';
68
- export { DialFabButton } from './components/FabButton/FabButton';
69
- export type { DialFabButtonProps } from './components/FabButton/FabButton';
70
67
  export { DialTextarea } from './components/Textarea/Textarea';
71
68
  export { DialTooltip } from './components/Tooltip/Tooltip';
72
69
  export type { DialTooltipProps } from './components/Tooltip/Tooltip';
@@ -103,7 +100,7 @@ export { DialFileManager } from './components/FileManager/FileManager';
103
100
  export type { FileManagerGridRow } from './components/FileManager/FileManagerContext';
104
101
  export type { GridOptions, ToolbarOptions, BulkActionsToolbarOptions, } from './components/FileManager/FileManager';
105
102
  export { DialDestinationFolderPopup } from './components/FileManager/components/DestinationFolderPopup/DestinationFolderPopup';
106
- export { DialFoldersTree } from './components/FileManager/components/FoldersTree/FoldersTree.tsx';
103
+ export { DialFoldersTree } from './components/FileManager/components/FoldersTree/FoldersTree';
107
104
  export { ButtonVariant, ButtonAppearance } from './types/button';
108
105
  export { RadioGroupOrientation } from './types/radio-group';
109
106
  export { PopupSize } from './types/popup';
@@ -158,3 +155,11 @@ export { Calendar } from './components/New/Calendar/Calendar';
158
155
  export type { CalendarProps, CalendarValue, } from './components/New/Calendar/Calendar';
159
156
  export { FolderPath } from './components/New/FolderPath/FolderPath';
160
157
  export type { FolderPathProps } from './components/New/FolderPath/FolderPath';
158
+ export { DangerButton, GhostButton, LinkButton, NeutralButton, OutlinedButton, PrimaryButton, } from './components/New/Button/ButtonWrappers';
159
+ export { DangerIconButton, GhostIconButton, NeutralIconButton, PrimaryIconButton, } from './components/New/IconButton/IconButtonWrappers';
160
+ export { Button } from './components/New/Button/Button';
161
+ export { IconButton } from './components/New/IconButton/IconButton';
162
+ export type { ButtonProps } from './components/New/Button/Button';
163
+ export type { IconButtonProps } from './components/New/IconButton/IconButton';
164
+ export { FabButton as DialFabButton } from './components/FabButton/FabButton';
165
+ export type { FabButtonProps as DialFabButtonProps } from './components/FabButton/FabButton';
@@ -2,6 +2,7 @@ export declare enum ButtonVariant {
2
2
  Primary = "primary",
3
3
  Neutral = "neutral",
4
4
  Danger = "danger",
5
+ Static = "static",
5
6
  Success = "success",
6
7
  Secondary = "secondary",
7
8
  Tertiary = "tertiary"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epam/ai-dial-ui-kit",
3
- "version": "0.13.0-dev.20",
3
+ "version": "0.13.0-dev.21",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "description": "A modern UI kit for building AI DIAL interfaces with React",