@epam/statgpt-ui-components 0.5.0-rc.34 → 0.5.0-rc.36

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.
@@ -41,5 +41,5 @@ interface CopyButtonProps {
41
41
  * @param className - Additional classes applied to the button.
42
42
  * @param buttonTextClassName - Additional classes for the button text.
43
43
  */
44
- export declare const CopyButton: ({ title, copiedTitle, tooltip, hoverTooltip, icon, copiedIcon, className, buttonTextClassName, onClick, }: CopyButtonProps) => import("react").JSX.Element;
44
+ export declare const CopyButton: ({ title, copiedTitle, tooltip, hoverTooltip, icon, copiedIcon, className, buttonTextClassName, onClick, }: CopyButtonProps) => import("react/jsx-runtime").JSX.Element;
45
45
  export {};
@@ -64,4 +64,4 @@ export interface DraggableListProps {
64
64
  * @param onItemClick - Called when the main item row is clicked.
65
65
  * @param renderLabel - Optional custom renderer for item labels.
66
66
  */
67
- export declare function DraggableList({ items, showDragHandle, showCheckbox, onItemsChange, onToggleExpanded, onToggleChecked, onItemClick, renderLabel, }: DraggableListProps): React.JSX.Element;
67
+ export declare function DraggableList({ items, showDragHandle, showCheckbox, onItemsChange, onToggleExpanded, onToggleChecked, onItemClick, renderLabel, }: DraggableListProps): import("react/jsx-runtime").JSX.Element;
@@ -6,4 +6,4 @@ export declare function DraggableListOverlay({ id, label, hasChildren, showDragH
6
6
  showCheckbox: boolean;
7
7
  isChecked?: boolean;
8
8
  isExpanded?: boolean;
9
- }): import("react").JSX.Element;
9
+ }): import("react/jsx-runtime").JSX.Element;
@@ -9,4 +9,4 @@ export declare function DraggableListRow({ parentPath, item, showDragHandle, sho
9
9
  onItemClick?: (e: ItemClickEvent) => void;
10
10
  onToggleExpanded?: (e: ToggleExpandedEvent) => void;
11
11
  onToggleChecked?: (e: ToggleCheckedEvent) => void;
12
- }): import("react").JSX.Element;
12
+ }): import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,4 @@
1
- import { default as React, ReactNode } from 'react';
1
+ import { ReactNode } from 'react';
2
2
  import { InlineAlertType } from './types';
3
3
  export interface InlineAlertProps {
4
4
  type: InlineAlertType;
@@ -52,4 +52,4 @@ export interface InlineAlertProps {
52
52
  * @param className - Additional classes applied to the root container.
53
53
  * @param contentClassName - Additional classes applied to the content wrapper.
54
54
  */
55
- export declare function InlineAlert({ type, icon, children, className, contentClassName, }: InlineAlertProps): React.JSX.Element;
55
+ export declare function InlineAlert({ type, icon, children, className, contentClassName, }: InlineAlertProps): import("react/jsx-runtime").JSX.Element;
@@ -4,5 +4,5 @@ export interface InlineAlertProviderProps {
4
4
  value?: InlineAlertConfig;
5
5
  children: ReactNode;
6
6
  }
7
- export declare function InlineAlertProvider({ value, children, }: InlineAlertProviderProps): import("react").JSX.Element;
7
+ export declare function InlineAlertProvider({ value, children, }: InlineAlertProviderProps): import("react/jsx-runtime").JSX.Element;
8
8
  export declare function useInlineAlertConfig(): InlineAlertConfig | null;
@@ -1 +1 @@
1
- export declare const Loader: () => import("react").JSX.Element;
1
+ export declare const Loader: () => import("react/jsx-runtime").JSX.Element;
@@ -1,9 +1,9 @@
1
- import { default as React, ReactNode } from 'react';
1
+ import { ReactNode } from 'react';
2
2
  export interface AgentAvailabilityContextValue {
3
3
  isAgentAvailable: boolean;
4
4
  }
5
5
  export declare function AgentAvailabilityProvider({ children, isAgentAvailable, }: {
6
6
  children: ReactNode;
7
7
  isAgentAvailable: boolean;
8
- }): React.JSX.Element;
8
+ }): import("react/jsx-runtime").JSX.Element;
9
9
  export declare function useAgentAvailability(): AgentAvailabilityContextValue;
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@epam/statgpt-ui-components",
3
- "version": "0.5.0-rc.34",
3
+ "version": "0.5.0-rc.36",
4
4
  "license": "MIT",
5
5
  "dependencies": {
6
6
  "react-flatpickr": "^4.0.11",
7
7
  "classnames": "^2.5.1",
8
- "@epam/statgpt-shared-toolkit": "0.5.0-rc.34",
8
+ "@epam/statgpt-shared-toolkit": "0.5.0-rc.36",
9
9
  "@tabler/icons-react": "^3.34.1",
10
10
  "@floating-ui/react": "^0.27.14",
11
11
  "tailwind-merge": "^3.4.0",