@pickaxeproject/react 2.5.0 → 2.6.1

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.
Files changed (99) hide show
  1. package/dist/cjs/components/EmbedPreview/ChatInput.js +1 -0
  2. package/dist/cjs/components/EmbedPreview/FAB.js +1 -0
  3. package/dist/cjs/components/EmbedPreview/Inline.js +1 -0
  4. package/dist/cjs/components/EmbedPreview/Popup.js +1 -0
  5. package/dist/cjs/components/Pickaxe/Chat/History/index.js +1 -1
  6. package/dist/cjs/components/Pickaxe/Chat/Input.js +1 -1
  7. package/dist/cjs/components/Pickaxe/Chat/index.js +1 -1
  8. package/dist/cjs/components/Pickaxe/Provider.js +1 -1
  9. package/dist/cjs/components/Pickaxe/common/PickaxeButton.js +1 -1
  10. package/dist/cjs/components/Pickaxe/common/PickaxeHead.js +1 -1
  11. package/dist/cjs/components/Pickaxe/common/PickaxeMarkdown/Components/A/index.js +1 -1
  12. package/dist/cjs/components/Pickaxe/common/PickaxeMarkdown/Components/P/index.js +1 -1
  13. package/dist/cjs/components/Pickaxe/common/PickaxeMarkdown/Renderer.js +1 -1
  14. package/dist/cjs/components/Pickaxe/common/PickaxeUpgradeCard.js +1 -1
  15. package/dist/cjs/components/Pickaxe/index.js +1 -1
  16. package/dist/cjs/embed/index.js +1 -0
  17. package/dist/cjs/hooks/pickaxe/usePickaxe.js +1 -1
  18. package/dist/cjs/index.js +1 -1
  19. package/dist/cjs/prose.css +1 -1
  20. package/dist/cjs/src/components/EmbedPreview/ChatInput.d.ts +9 -0
  21. package/dist/cjs/src/components/EmbedPreview/FAB.d.ts +10 -0
  22. package/dist/cjs/src/components/EmbedPreview/Inline.d.ts +5 -0
  23. package/dist/cjs/src/components/EmbedPreview/Popup.d.ts +10 -0
  24. package/dist/cjs/src/components/Pickaxe/Chat/Input.d.ts +3 -3
  25. package/dist/cjs/src/components/Pickaxe/Provider.d.ts +31 -5
  26. package/dist/cjs/src/components/Pickaxe/common/PickaxeButton.d.ts +1 -1
  27. package/dist/cjs/src/components/Pickaxe/common/PickaxeHead.d.ts +2 -2
  28. package/dist/cjs/src/components/Pickaxe/common/PickaxeMarkdown/Renderer.d.ts +2 -1
  29. package/dist/cjs/src/embed.d.ts +5 -0
  30. package/dist/cjs/src/hooks/pickaxe/usePickaxe.d.ts +1 -0
  31. package/dist/cjs/src/hooks/pickaxe/usePickaxeContext.d.ts +6 -2
  32. package/dist/cjs/src/index.d.ts +4 -0
  33. package/dist/esm/components/EmbedPreview/ChatInput.js +1 -0
  34. package/dist/esm/components/EmbedPreview/FAB.js +1 -0
  35. package/dist/esm/components/EmbedPreview/Inline.js +1 -0
  36. package/dist/esm/components/EmbedPreview/Popup.js +1 -0
  37. package/dist/esm/components/Pickaxe/Chat/History/index.js +1 -1
  38. package/dist/esm/components/Pickaxe/Chat/Input.js +1 -1
  39. package/dist/esm/components/Pickaxe/Chat/index.js +1 -1
  40. package/dist/esm/components/Pickaxe/Provider.js +1 -1
  41. package/dist/esm/components/Pickaxe/common/PickaxeButton.js +1 -1
  42. package/dist/esm/components/Pickaxe/common/PickaxeHead.js +1 -1
  43. package/dist/esm/components/Pickaxe/common/PickaxeMarkdown/Components/A/index.js +1 -1
  44. package/dist/esm/components/Pickaxe/common/PickaxeMarkdown/Components/P/index.js +1 -1
  45. package/dist/esm/components/Pickaxe/common/PickaxeMarkdown/Renderer.js +1 -1
  46. package/dist/esm/components/Pickaxe/common/PickaxeUpgradeCard.js +1 -1
  47. package/dist/esm/components/Pickaxe/index.js +1 -1
  48. package/dist/esm/embed/index.js +1 -0
  49. package/dist/esm/hooks/pickaxe/usePickaxe.js +1 -1
  50. package/dist/esm/index.js +1 -1
  51. package/dist/esm/prose.css +1 -1
  52. package/dist/esm/src/components/EmbedPreview/ChatInput.d.ts +9 -0
  53. package/dist/esm/src/components/EmbedPreview/FAB.d.ts +10 -0
  54. package/dist/esm/src/components/EmbedPreview/Inline.d.ts +5 -0
  55. package/dist/esm/src/components/EmbedPreview/Popup.d.ts +10 -0
  56. package/dist/esm/src/components/Pickaxe/Chat/Input.d.ts +3 -3
  57. package/dist/esm/src/components/Pickaxe/Provider.d.ts +31 -5
  58. package/dist/esm/src/components/Pickaxe/common/PickaxeButton.d.ts +1 -1
  59. package/dist/esm/src/components/Pickaxe/common/PickaxeHead.d.ts +2 -2
  60. package/dist/esm/src/components/Pickaxe/common/PickaxeMarkdown/Renderer.d.ts +2 -1
  61. package/dist/esm/src/embed.d.ts +5 -0
  62. package/dist/esm/src/hooks/pickaxe/usePickaxe.d.ts +1 -0
  63. package/dist/esm/src/hooks/pickaxe/usePickaxeContext.d.ts +6 -2
  64. package/dist/esm/src/index.d.ts +4 -0
  65. package/package.json +8 -2
  66. package/dist/cjs/src/components/Pickaxe/ui/Input/StyledAttachmentGrid.d.ts +0 -7
  67. package/dist/cjs/src/components/Pickaxe/ui/Input/StyledIconButton.d.ts +0 -10
  68. package/dist/cjs/src/components/Pickaxe/ui/Input/StyledImagePreview.d.ts +0 -12
  69. package/dist/cjs/src/components/Pickaxe/ui/Input/StyledInputContainer.d.ts +0 -13
  70. package/dist/cjs/src/components/Pickaxe/ui/Input/StyledInputWrapper.d.ts +0 -13
  71. package/dist/cjs/src/components/Pickaxe/ui/Input/StyledRemoveButton.d.ts +0 -13
  72. package/dist/cjs/src/components/Pickaxe/ui/Input/StyledTextareaWrapper.d.ts +0 -8
  73. package/dist/cjs/src/components/Pickaxe/ui/Message/StyledIconWrapper.d.ts +0 -11
  74. package/dist/cjs/src/components/Pickaxe/ui/Message/StyledMessage.d.ts +0 -10
  75. package/dist/cjs/src/components/Pickaxe/ui/Message/StyledMessageBubble.d.ts +0 -14
  76. package/dist/cjs/src/components/Pickaxe/ui/Message/StyledMessageContainer.d.ts +0 -10
  77. package/dist/cjs/src/components/Pickaxe/ui/StyledCopyButton.d.ts +0 -12
  78. package/dist/cjs/src/components/Pickaxe/ui/StyledDocumentCard.d.ts +0 -25
  79. package/dist/cjs/src/components/Pickaxe/ui/StyledIceBreaker.d.ts +0 -20
  80. package/dist/cjs/src/components/Pickaxe/ui/StyledLoadingDots.d.ts +0 -9
  81. package/dist/cjs/src/components/Pickaxe/ui/index.d.ts +0 -20
  82. package/dist/cjs/src/components/Pickaxe/ui/types.d.ts +0 -5
  83. package/dist/esm/src/components/Pickaxe/ui/Input/StyledAttachmentGrid.d.ts +0 -7
  84. package/dist/esm/src/components/Pickaxe/ui/Input/StyledIconButton.d.ts +0 -10
  85. package/dist/esm/src/components/Pickaxe/ui/Input/StyledImagePreview.d.ts +0 -12
  86. package/dist/esm/src/components/Pickaxe/ui/Input/StyledInputContainer.d.ts +0 -13
  87. package/dist/esm/src/components/Pickaxe/ui/Input/StyledInputWrapper.d.ts +0 -13
  88. package/dist/esm/src/components/Pickaxe/ui/Input/StyledRemoveButton.d.ts +0 -13
  89. package/dist/esm/src/components/Pickaxe/ui/Input/StyledTextareaWrapper.d.ts +0 -8
  90. package/dist/esm/src/components/Pickaxe/ui/Message/StyledIconWrapper.d.ts +0 -11
  91. package/dist/esm/src/components/Pickaxe/ui/Message/StyledMessage.d.ts +0 -10
  92. package/dist/esm/src/components/Pickaxe/ui/Message/StyledMessageBubble.d.ts +0 -14
  93. package/dist/esm/src/components/Pickaxe/ui/Message/StyledMessageContainer.d.ts +0 -10
  94. package/dist/esm/src/components/Pickaxe/ui/StyledCopyButton.d.ts +0 -12
  95. package/dist/esm/src/components/Pickaxe/ui/StyledDocumentCard.d.ts +0 -25
  96. package/dist/esm/src/components/Pickaxe/ui/StyledIceBreaker.d.ts +0 -20
  97. package/dist/esm/src/components/Pickaxe/ui/StyledLoadingDots.d.ts +0 -9
  98. package/dist/esm/src/components/Pickaxe/ui/index.d.ts +0 -20
  99. package/dist/esm/src/components/Pickaxe/ui/types.d.ts +0 -5
@@ -1,11 +0,0 @@
1
- import React from "react";
2
- import { BaseStyleProps } from "../types";
3
- export interface StyledIconWrapperProps extends BaseStyleProps {
4
- children: React.ReactNode;
5
- size?: string;
6
- backgroundColor?: string;
7
- borderRadius?: string | number;
8
- padding?: string;
9
- margin?: string;
10
- }
11
- export declare const StyledIconWrapper: React.FC<StyledIconWrapperProps>;
@@ -1,10 +0,0 @@
1
- import React from "react";
2
- import { BaseStyleProps } from "../types";
3
- export interface StyledMessageProps extends BaseStyleProps {
4
- children: React.ReactNode;
5
- alignment?: "left" | "right";
6
- maxWidth?: string;
7
- isRtl?: boolean;
8
- gap?: string;
9
- }
10
- export declare const StyledMessage: React.FC<StyledMessageProps>;
@@ -1,14 +0,0 @@
1
- import React from "react";
2
- import { BaseStyleProps } from "../types";
3
- export interface StyledMessageBubbleProps extends BaseStyleProps {
4
- children: React.ReactNode;
5
- backgroundColor?: string;
6
- textColor?: string;
7
- padding?: string;
8
- borderRadius?: number;
9
- fontSize?: string;
10
- fontFamily?: string;
11
- isRtl?: boolean;
12
- opacity?: number;
13
- }
14
- export declare const StyledMessageBubble: React.FC<StyledMessageBubbleProps>;
@@ -1,10 +0,0 @@
1
- import React from "react";
2
- import { BaseStyleProps } from "../types";
3
- export interface StyledMessageContainerProps extends BaseStyleProps {
4
- children: React.ReactNode;
5
- direction?: "row" | "row-reverse";
6
- gap?: string;
7
- alignItems?: "start" | "center" | "end";
8
- isRtl?: boolean;
9
- }
10
- export declare const StyledMessageContainer: React.FC<StyledMessageContainerProps>;
@@ -1,12 +0,0 @@
1
- import React from "react";
2
- import { BaseStyleProps } from "./types";
3
- export interface StyledCopyButtonProps extends BaseStyleProps {
4
- onClick: () => void;
5
- icon: React.ReactNode;
6
- label?: string;
7
- color?: string;
8
- hoverColor?: string;
9
- fontSize?: string;
10
- gap?: string;
11
- }
12
- export declare const StyledCopyButton: React.FC<StyledCopyButtonProps>;
@@ -1,25 +0,0 @@
1
- import React from "react";
2
- import { BaseStyleProps } from "./types";
3
- export interface StyledDocumentCardProps extends BaseStyleProps {
4
- icon: React.ReactNode;
5
- title: string;
6
- subtitle?: string;
7
- href?: string;
8
- target?: string;
9
- borderColor?: string;
10
- borderRadius?: string | number;
11
- backgroundColor?: string;
12
- textColor?: string;
13
- titleFontSize?: string;
14
- subtitleFontSize?: string;
15
- iconBackgroundColor?: string;
16
- iconColor?: string;
17
- iconSize?: string;
18
- height?: string;
19
- padding?: string;
20
- gap?: string;
21
- maxWidth?: string;
22
- isRtl?: boolean;
23
- children?: React.ReactNode;
24
- }
25
- export declare const StyledDocumentCard: React.FC<StyledDocumentCardProps>;
@@ -1,20 +0,0 @@
1
- /// <reference types="react" />
2
- import { BaseStyleProps } from "./types";
3
- import { PickaxeResponsiveBy } from "../Provider";
4
- export interface StyledIceBreakerProps extends BaseStyleProps {
5
- colors: {
6
- primary: string;
7
- secondary: string;
8
- secondaryText: string;
9
- };
10
- styles: {
11
- cornerRadius: string | number;
12
- };
13
- isHover?: boolean;
14
- responsiveBy?: PickaxeResponsiveBy;
15
- forceMobile?: boolean;
16
- text: string;
17
- onSend?: (text: string) => void;
18
- hoverProps?: React.HTMLAttributes<HTMLDivElement>;
19
- }
20
- export declare const StyledIceBreaker: React.FC<StyledIceBreakerProps>;
@@ -1,9 +0,0 @@
1
- import React from "react";
2
- import { BaseStyleProps } from "./types";
3
- export interface StyledLoadingDotsProps extends BaseStyleProps {
4
- dotColor?: string;
5
- dotSize?: string;
6
- gap?: string;
7
- animationDuration?: string;
8
- }
9
- export declare const StyledLoadingDots: React.FC<StyledLoadingDotsProps>;
@@ -1,20 +0,0 @@
1
- export { StyledMessage } from "./Message/StyledMessage";
2
- export { StyledMessageBubble } from "./Message/StyledMessageBubble";
3
- export { StyledLoadingDots } from "./StyledLoadingDots";
4
- export { StyledDocumentCard } from "./StyledDocumentCard";
5
- export { StyledIconWrapper } from "./Message/StyledIconWrapper";
6
- export { StyledMessageContainer } from "./Message/StyledMessageContainer";
7
- export { StyledCopyButton } from "./StyledCopyButton";
8
- export { StyledInputContainer } from "./Input/StyledInputContainer";
9
- export { StyledTextareaWrapper } from "./Input/StyledTextareaWrapper";
10
- export { StyledIconButton } from "./Input/StyledIconButton";
11
- export { StyledRemoveButton } from "./Input/StyledRemoveButton";
12
- export { StyledImagePreview } from "./Input/StyledImagePreview";
13
- export { StyledAttachmentGrid } from "./Input/StyledAttachmentGrid";
14
- export { StyledInputWrapper } from "./Input/StyledInputWrapper";
15
- export { StyledIceBreaker } from "./StyledIceBreaker";
16
- export { default as FileIcon } from "@src/components/Icons/file.svg";
17
- export { default as AttachVerticalIcon } from "@src/components/Icons/attach-vertical.svg";
18
- export { default as SpinnerLinesIcon } from "@src/components/Icons/spinner-lines.svg";
19
- export { default as XIcon } from "@src/components/Icons/x.svg";
20
- export { default as ArrowRightIcon } from "@src/components/Icons/arrow-right.svg";
@@ -1,5 +0,0 @@
1
- /// <reference types="react" />
2
- export interface BaseStyleProps {
3
- className?: string;
4
- style?: React.CSSProperties;
5
- }
@@ -1,7 +0,0 @@
1
- import React from "react";
2
- import { BaseStyleProps } from "../types";
3
- export interface StyledAttachmentGridProps extends BaseStyleProps {
4
- children: React.ReactNode;
5
- columns?: number;
6
- }
7
- export declare const StyledAttachmentGrid: React.FC<StyledAttachmentGridProps>;
@@ -1,10 +0,0 @@
1
- import React from "react";
2
- import { BaseStyleProps } from "../types";
3
- export interface StyledIconButtonProps extends BaseStyleProps {
4
- children: React.ReactNode;
5
- onClick?: () => void;
6
- disabled?: boolean;
7
- backgroundColor?: string;
8
- hoverProps?: any;
9
- }
10
- export declare const StyledIconButton: React.FC<StyledIconButtonProps>;
@@ -1,12 +0,0 @@
1
- import React from "react";
2
- import { BaseStyleProps } from "../types";
3
- export interface StyledImagePreviewProps extends BaseStyleProps {
4
- src?: string;
5
- alt?: string;
6
- size?: string;
7
- borderRadius?: string | number;
8
- backgroundColor?: string;
9
- isLoading?: boolean;
10
- removeButton?: React.ReactNode;
11
- }
12
- export declare const StyledImagePreview: React.FC<StyledImagePreviewProps>;
@@ -1,13 +0,0 @@
1
- import React from "react";
2
- import { BaseStyleProps } from "../types";
3
- export interface StyledInputContainerProps extends BaseStyleProps {
4
- children: React.ReactNode;
5
- maxWidth?: string;
6
- backgroundColor?: string;
7
- borderColor?: string;
8
- borderRadius?: string | number;
9
- padding?: string;
10
- boxShadow?: boolean;
11
- gap?: string;
12
- }
13
- export declare const StyledInputContainer: React.FC<StyledInputContainerProps>;
@@ -1,13 +0,0 @@
1
- import React from "react";
2
- import { BaseStyleProps } from "../types";
3
- export interface StyledInputWrapperProps extends BaseStyleProps {
4
- children: React.ReactNode;
5
- position?: "fixed" | "absolute" | "relative";
6
- bottom?: string;
7
- padding?: string;
8
- width?: string;
9
- backgroundColor?: string;
10
- zIndex?: number;
11
- isRtl?: boolean;
12
- }
13
- export declare const StyledInputWrapper: React.FC<StyledInputWrapperProps>;
@@ -1,13 +0,0 @@
1
- import React from "react";
2
- import { BaseStyleProps } from "../types";
3
- export interface StyledRemoveButtonProps extends BaseStyleProps {
4
- children: React.ReactNode;
5
- onClick: () => void;
6
- disabled?: boolean;
7
- size?: string;
8
- backgroundColor?: string;
9
- borderColor?: string;
10
- position?: "top-right" | "top-left";
11
- isRtl?: boolean;
12
- }
13
- export declare const StyledRemoveButton: React.FC<StyledRemoveButtonProps>;
@@ -1,8 +0,0 @@
1
- import React from "react";
2
- import { BaseStyleProps } from "../types";
3
- export interface StyledTextareaWrapperProps extends BaseStyleProps {
4
- children: React.ReactNode;
5
- gap?: string;
6
- isRtl?: boolean;
7
- }
8
- export declare const StyledTextareaWrapper: React.FC<StyledTextareaWrapperProps>;
@@ -1,11 +0,0 @@
1
- import React from "react";
2
- import { BaseStyleProps } from "../types";
3
- export interface StyledIconWrapperProps extends BaseStyleProps {
4
- children: React.ReactNode;
5
- size?: string;
6
- backgroundColor?: string;
7
- borderRadius?: string | number;
8
- padding?: string;
9
- margin?: string;
10
- }
11
- export declare const StyledIconWrapper: React.FC<StyledIconWrapperProps>;
@@ -1,10 +0,0 @@
1
- import React from "react";
2
- import { BaseStyleProps } from "../types";
3
- export interface StyledMessageProps extends BaseStyleProps {
4
- children: React.ReactNode;
5
- alignment?: "left" | "right";
6
- maxWidth?: string;
7
- isRtl?: boolean;
8
- gap?: string;
9
- }
10
- export declare const StyledMessage: React.FC<StyledMessageProps>;
@@ -1,14 +0,0 @@
1
- import React from "react";
2
- import { BaseStyleProps } from "../types";
3
- export interface StyledMessageBubbleProps extends BaseStyleProps {
4
- children: React.ReactNode;
5
- backgroundColor?: string;
6
- textColor?: string;
7
- padding?: string;
8
- borderRadius?: number;
9
- fontSize?: string;
10
- fontFamily?: string;
11
- isRtl?: boolean;
12
- opacity?: number;
13
- }
14
- export declare const StyledMessageBubble: React.FC<StyledMessageBubbleProps>;
@@ -1,10 +0,0 @@
1
- import React from "react";
2
- import { BaseStyleProps } from "../types";
3
- export interface StyledMessageContainerProps extends BaseStyleProps {
4
- children: React.ReactNode;
5
- direction?: "row" | "row-reverse";
6
- gap?: string;
7
- alignItems?: "start" | "center" | "end";
8
- isRtl?: boolean;
9
- }
10
- export declare const StyledMessageContainer: React.FC<StyledMessageContainerProps>;
@@ -1,12 +0,0 @@
1
- import React from "react";
2
- import { BaseStyleProps } from "./types";
3
- export interface StyledCopyButtonProps extends BaseStyleProps {
4
- onClick: () => void;
5
- icon: React.ReactNode;
6
- label?: string;
7
- color?: string;
8
- hoverColor?: string;
9
- fontSize?: string;
10
- gap?: string;
11
- }
12
- export declare const StyledCopyButton: React.FC<StyledCopyButtonProps>;
@@ -1,25 +0,0 @@
1
- import React from "react";
2
- import { BaseStyleProps } from "./types";
3
- export interface StyledDocumentCardProps extends BaseStyleProps {
4
- icon: React.ReactNode;
5
- title: string;
6
- subtitle?: string;
7
- href?: string;
8
- target?: string;
9
- borderColor?: string;
10
- borderRadius?: string | number;
11
- backgroundColor?: string;
12
- textColor?: string;
13
- titleFontSize?: string;
14
- subtitleFontSize?: string;
15
- iconBackgroundColor?: string;
16
- iconColor?: string;
17
- iconSize?: string;
18
- height?: string;
19
- padding?: string;
20
- gap?: string;
21
- maxWidth?: string;
22
- isRtl?: boolean;
23
- children?: React.ReactNode;
24
- }
25
- export declare const StyledDocumentCard: React.FC<StyledDocumentCardProps>;
@@ -1,20 +0,0 @@
1
- /// <reference types="react" />
2
- import { BaseStyleProps } from "./types";
3
- import { PickaxeResponsiveBy } from "../Provider";
4
- export interface StyledIceBreakerProps extends BaseStyleProps {
5
- colors: {
6
- primary: string;
7
- secondary: string;
8
- secondaryText: string;
9
- };
10
- styles: {
11
- cornerRadius: string | number;
12
- };
13
- isHover?: boolean;
14
- responsiveBy?: PickaxeResponsiveBy;
15
- forceMobile?: boolean;
16
- text: string;
17
- onSend?: (text: string) => void;
18
- hoverProps?: React.HTMLAttributes<HTMLDivElement>;
19
- }
20
- export declare const StyledIceBreaker: React.FC<StyledIceBreakerProps>;
@@ -1,9 +0,0 @@
1
- import React from "react";
2
- import { BaseStyleProps } from "./types";
3
- export interface StyledLoadingDotsProps extends BaseStyleProps {
4
- dotColor?: string;
5
- dotSize?: string;
6
- gap?: string;
7
- animationDuration?: string;
8
- }
9
- export declare const StyledLoadingDots: React.FC<StyledLoadingDotsProps>;
@@ -1,20 +0,0 @@
1
- export { StyledMessage } from "./Message/StyledMessage";
2
- export { StyledMessageBubble } from "./Message/StyledMessageBubble";
3
- export { StyledLoadingDots } from "./StyledLoadingDots";
4
- export { StyledDocumentCard } from "./StyledDocumentCard";
5
- export { StyledIconWrapper } from "./Message/StyledIconWrapper";
6
- export { StyledMessageContainer } from "./Message/StyledMessageContainer";
7
- export { StyledCopyButton } from "./StyledCopyButton";
8
- export { StyledInputContainer } from "./Input/StyledInputContainer";
9
- export { StyledTextareaWrapper } from "./Input/StyledTextareaWrapper";
10
- export { StyledIconButton } from "./Input/StyledIconButton";
11
- export { StyledRemoveButton } from "./Input/StyledRemoveButton";
12
- export { StyledImagePreview } from "./Input/StyledImagePreview";
13
- export { StyledAttachmentGrid } from "./Input/StyledAttachmentGrid";
14
- export { StyledInputWrapper } from "./Input/StyledInputWrapper";
15
- export { StyledIceBreaker } from "./StyledIceBreaker";
16
- export { default as FileIcon } from "@src/components/Icons/file.svg";
17
- export { default as AttachVerticalIcon } from "@src/components/Icons/attach-vertical.svg";
18
- export { default as SpinnerLinesIcon } from "@src/components/Icons/spinner-lines.svg";
19
- export { default as XIcon } from "@src/components/Icons/x.svg";
20
- export { default as ArrowRightIcon } from "@src/components/Icons/arrow-right.svg";
@@ -1,5 +0,0 @@
1
- /// <reference types="react" />
2
- export interface BaseStyleProps {
3
- className?: string;
4
- style?: React.CSSProperties;
5
- }