@dust-tt/sparkle 0.2.167 → 0.2.169

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 (54) hide show
  1. package/dist/cjs/_index.d.ts +8 -6
  2. package/dist/cjs/components/DataTable.d.ts +12 -0
  3. package/dist/cjs/icons/solid/CloudArrowUp.d.ts +4 -0
  4. package/dist/cjs/icons/solid/HandHeart.d.ts +4 -0
  5. package/dist/cjs/icons/solid/Star.d.ts +4 -0
  6. package/dist/cjs/icons/solid/index.d.ts +3 -1
  7. package/dist/cjs/icons/stroke/CloudArrowUp.d.ts +4 -0
  8. package/dist/cjs/icons/stroke/HandHeart.d.ts +4 -0
  9. package/dist/cjs/icons/stroke/Star.d.ts +4 -0
  10. package/dist/cjs/icons/stroke/index.d.ts +3 -1
  11. package/dist/cjs/index.js +237 -94
  12. package/dist/cjs/index.js.map +1 -1
  13. package/dist/cjs/lib/utils.d.ts +1 -0
  14. package/dist/cjs/logo/platforms/Gong.d.ts +4 -0
  15. package/dist/cjs/logo/platforms/GoogleDoc.d.ts +4 -0
  16. package/dist/cjs/logo/platforms/GooglePdf.d.ts +4 -0
  17. package/dist/cjs/logo/platforms/GoogleSlide.d.ts +4 -0
  18. package/dist/cjs/logo/platforms/GoogleSpreadsheet.d.ts +4 -0
  19. package/dist/cjs/logo/platforms/MicrosoftExcel.d.ts +4 -0
  20. package/dist/cjs/logo/platforms/MicrosoftPowerpoint.d.ts +4 -0
  21. package/dist/cjs/logo/platforms/MicrosoftWord.d.ts +4 -0
  22. package/dist/cjs/logo/platforms/Office.d.ts +4 -0
  23. package/dist/cjs/logo/platforms/Zapier.d.ts +4 -0
  24. package/dist/cjs/logo/platforms/index.d.ts +10 -0
  25. package/dist/esm/_index.d.ts +8 -6
  26. package/dist/esm/components/DataTable.d.ts +12 -0
  27. package/dist/esm/icons/solid/CloudArrowUp.d.ts +4 -0
  28. package/dist/esm/icons/solid/HandHeart.d.ts +4 -0
  29. package/dist/esm/icons/solid/Star.d.ts +4 -0
  30. package/dist/esm/icons/solid/index.d.ts +3 -1
  31. package/dist/esm/icons/stroke/CloudArrowUp.d.ts +4 -0
  32. package/dist/esm/icons/stroke/HandHeart.d.ts +4 -0
  33. package/dist/esm/icons/stroke/Star.d.ts +4 -0
  34. package/dist/esm/icons/stroke/index.d.ts +3 -1
  35. package/dist/esm/index.js +222 -94
  36. package/dist/esm/index.js.map +1 -1
  37. package/dist/esm/lib/utils.d.ts +1 -0
  38. package/dist/esm/logo/platforms/Gong.d.ts +4 -0
  39. package/dist/esm/logo/platforms/GoogleDoc.d.ts +4 -0
  40. package/dist/esm/logo/platforms/GooglePdf.d.ts +4 -0
  41. package/dist/esm/logo/platforms/GoogleSlide.d.ts +4 -0
  42. package/dist/esm/logo/platforms/GoogleSpreadsheet.d.ts +4 -0
  43. package/dist/esm/logo/platforms/MicrosoftExcel.d.ts +4 -0
  44. package/dist/esm/logo/platforms/MicrosoftPowerpoint.d.ts +4 -0
  45. package/dist/esm/logo/platforms/MicrosoftWord.d.ts +4 -0
  46. package/dist/esm/logo/platforms/Office.d.ts +4 -0
  47. package/dist/esm/logo/platforms/Zapier.d.ts +4 -0
  48. package/dist/esm/logo/platforms/index.d.ts +10 -0
  49. package/dist/tsconfig.tsbuildinfo +1 -1
  50. package/package.json +1 -1
  51. package/dist/cjs/icons/solid/RobotShared.d.ts +0 -4
  52. package/dist/cjs/icons/stroke/RobotShared.d.ts +0 -4
  53. package/dist/esm/icons/solid/RobotShared.d.ts +0 -4
  54. package/dist/esm/icons/stroke/RobotShared.d.ts +0 -4
@@ -94,11 +94,13 @@ import { TextArea } from "./components/TextArea";
94
94
  export { TextArea };
95
95
  import { Markdown } from "./components/Markdown";
96
96
  export { Markdown };
97
+ import { DataTable } from "./components/DataTable";
98
+ export { DataTable };
97
99
  import { LogoHorizontalColor as LogoHorizontalColorLogo, LogoHorizontalColorLayer1 as LogoHorizontalColorLogoLayer1, LogoHorizontalColorLayer2 as LogoHorizontalColorLogoLayer2, LogoHorizontalDark as LogoHorizontalDarkLogo, LogoHorizontalWhite as LogoHorizontalWhiteLogo, LogoSquareColor as LogoSquareColorLogo, LogoSquareColorLayer1 as LogoSquareColorLogoLayer1, LogoSquareColorLayer2 as LogoSquareColorLogoLayer2, LogoSquareDark as LogoSquareDarkLogo, LogoSquareWhite as LogoSquareWhiteLogo } from "./logo/dust";
98
100
  export { LogoHorizontalColorLogo, LogoHorizontalColorLogoLayer1, LogoHorizontalColorLogoLayer2, LogoHorizontalDarkLogo, LogoHorizontalWhiteLogo, LogoSquareColorLogo, LogoSquareColorLogoLayer1, LogoSquareColorLogoLayer2, LogoSquareDarkLogo, LogoSquareWhiteLogo, };
99
- import { Ai21 as Ai21Logo, Anthropic as AnthropicLogo, AnthropicWhite as AnthropicWhiteLogo, Claude as ClaudeLogo, Cohere as CohereLogo, Confluence as ConfluenceLogo, Drive as DriveLogo, Gemini as GeminiLogo, Github as GithubLogo, GithubWhite as GithubWhiteLogo, Google as GoogleLogo, Gpt3 as Gpt3Logo, Gpt4 as Gpt4Logo, HuggingFace as HuggingFaceLogo, Intercom as IntercomLogo, Microsoft as MicrosoftLogo, Mistral as MistralLogo, Notion as NotionLogo, Openai as OpenaiLogo, OpenaiWhite as OpenaiWhiteLogo, Replicate as ReplicateLogo, Salesforce as SalesforceLogo, Slack as SlackLogo } from "./logo/platforms";
100
- export { Ai21Logo, AnthropicLogo, AnthropicWhiteLogo, ClaudeLogo, CohereLogo, ConfluenceLogo, DriveLogo, GeminiLogo, GithubLogo, GithubWhiteLogo, GoogleLogo, Gpt3Logo, Gpt4Logo, HuggingFaceLogo, IntercomLogo, MicrosoftLogo, MistralLogo, NotionLogo, OpenaiLogo, OpenaiWhiteLogo, ReplicateLogo, SalesforceLogo, SlackLogo, };
101
- import { ArrowDown as ArrowDownIcon, ArrowDownCircle as ArrowDownCircleIcon, ArrowDownOnSquare as ArrowDownOnSquareIcon, ArrowLeft as ArrowLeftIcon, ArrowPath as ArrowPathIcon, ArrowRight as ArrowRightIcon, ArrowUp as ArrowUpIcon, ArrowUpOnSquare as ArrowUpOnSquareIcon, Attachment as AttachmentIcon, Backspace as BackspaceIcon, Bookmark as BookmarkIcon, BookOpen as BookOpenIcon, Braces as BracesIcon, Card as CardIcon, ChatBubbleBottomCenterPlus as ChatBubbleBottomCenterPlusIcon, ChatBubbleBottomCenterText as ChatBubbleBottomCenterTextIcon, ChatBubbleLeftRight as ChatBubbleLeftRightIcon, Check as CheckIcon, CheckCircle as CheckCircleIcon, ChevronDown as ChevronDownIcon, ChevronLeft as ChevronLeftIcon, ChevronRight as ChevronRightIcon, ChevronUp as ChevronUpIcon, ChevronUpDown as ChevronUpDownIcon, Circle as CircleIcon, Clipboard as ClipboardIcon, ClipboardCheck as ClipboardCheckIcon, Clock as ClockIcon, CloudArrowDown as CloudArrowDownIcon, CloudArrowLeftRight as CloudArrowLeftRightIcon, CloudX as CloudXIcon, Cog6Tooth as Cog6ToothIcon, Command as CommandIcon, CommandLine as CommandLineIcon, Cube as CubeIcon, Dash as DashIcon, Document as DocumentIcon, DocumentDuplicate as DocumentDuplicateIcon, DocumentPile as DocumentPileIcon, DocumentPlus as DocumentPlusIcon, DocumentText as DocumentTextIcon, Dust as DustIcon, EmotionLaugh as EmotionLaughIcon, Equalizer as EqualizerIcon, ExclamationCircle as ExclamationCircleIcon, ExternalLink as ExternalLinkIcon, Eye as EyeIcon, EyeSlash as EyeSlashIcon, Flag as FlagIcon, Folder as FolderIcon, FolderOpen as FolderOpenIcon, Fullscreen as FullscreenIcon, FullscreenExit as FullscreenExitIcon, GlobeAlt as GlobeAltIcon, Grab as GrabIcon, HandThumbDown as HandThumbDownIcon, HandThumbUp as HandThumbUpIcon, HeartAlt as HeartAltIcon, Hexagon as HexagonIcon, Image as ImageIcon, InformationCircle as InformationCircleIcon, Key as KeyIcon, Lightbulb as LightbulbIcon, Link as LinkIcon, List as ListIcon, ListAdd as ListAddIcon, ListCheck as ListCheckIcon, ListRemove as ListRemoveIcon, Lock as LockIcon, Login as LoginIcon, Logout as LogoutIcon, Magic as MagicIcon, MagnifyingGlass as MagnifyingGlassIcon, Menu as MenuIcon, More as MoreIcon, MovingMail as MovingMailIcon, Paint as PaintIcon, PaperAirplane as PaperAirplaneIcon, Pause as PauseIcon, PencilSquare as PencilSquareIcon, Planet as PlanetIcon, Play as PlayIcon, Plus as PlusIcon, PlusCircle as PlusCircleIcon, Pushpin as PushpinIcon, Puzzle as PuzzleIcon, QuestionMarkCircle as QuestionMarkCircleIcon, Reaction as ReactionIcon, Rectangle as RectangleIcon, Robot as RobotIcon, RobotShared as RobotSharedIcon, Rocket as RocketIcon, Scan as ScanIcon, Server as ServerIcon, ShakeHands as ShakeHandsIcon, Shapes as ShapesIcon, Sparkles as SparklesIcon, Square as SquareIcon, Square3Stack3D as Square3Stack3DIcon, Stop as StopIcon, Table as TableIcon, Template as TemplateIcon, TestTube as TestTubeIcon, Time as TimeIcon, Trash as TrashIcon, Triangle as TriangleIcon, User as UserIcon, UserArrow as UserArrowIcon, UserGroup as UserGroupIcon, UserPlus as UserPlusIcon, Wrench as WrenchIcon, XCircle as XCircleIcon, XMark as XMarkIcon } from "./icons/solid";
102
- export { ArrowDownCircleIcon, ArrowDownIcon, ArrowDownOnSquareIcon, ArrowLeftIcon, ArrowPathIcon, ArrowRightIcon, ArrowUpIcon, ArrowUpOnSquareIcon, AttachmentIcon, BackspaceIcon, BookmarkIcon, BookOpenIcon, BracesIcon, CardIcon, ChatBubbleBottomCenterPlusIcon, ChatBubbleBottomCenterTextIcon, ChatBubbleLeftRightIcon, CheckCircleIcon, CheckIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpDownIcon, ChevronUpIcon, CircleIcon, ClipboardCheckIcon, ClipboardIcon, ClockIcon, CloudArrowDownIcon, CloudArrowLeftRightIcon, CloudXIcon, Cog6ToothIcon, CommandIcon, CommandLineIcon, CubeIcon, DashIcon, DocumentDuplicateIcon, DocumentIcon, DocumentPileIcon, DocumentPlusIcon, DocumentTextIcon, DustIcon, EmotionLaughIcon, EqualizerIcon, ExclamationCircleIcon, ExternalLinkIcon, EyeIcon, EyeSlashIcon, FlagIcon, FolderIcon, FolderOpenIcon, FullscreenExitIcon, FullscreenIcon, GlobeAltIcon, GrabIcon, HandThumbDownIcon, HandThumbUpIcon, HeartAltIcon, HexagonIcon, ImageIcon, InformationCircleIcon, KeyIcon, LightbulbIcon, LinkIcon, ListAddIcon, ListCheckIcon, ListIcon, ListRemoveIcon, LockIcon, LoginIcon, LogoutIcon, MagicIcon, MagnifyingGlassIcon, MenuIcon, MoreIcon, MovingMailIcon, PaintIcon, PaperAirplaneIcon, PauseIcon, PencilSquareIcon, PlanetIcon, PlayIcon, PlusCircleIcon, PlusIcon, PushpinIcon, PuzzleIcon, QuestionMarkCircleIcon, ReactionIcon, RectangleIcon, RobotIcon, RobotSharedIcon, RocketIcon, ScanIcon, ServerIcon, ShakeHandsIcon, ShapesIcon, SparklesIcon, Square3Stack3DIcon, SquareIcon, StopIcon, TableIcon, TemplateIcon, TestTubeIcon, TimeIcon, TrashIcon, TriangleIcon, UserArrowIcon, UserGroupIcon, UserIcon, UserPlusIcon, WrenchIcon, XCircleIcon, XMarkIcon, };
103
- import { ArrowDown as ArrowDownStrokeIcon, ArrowDownCircle as ArrowDownCircleStrokeIcon, ArrowDownOnSquare as ArrowDownOnSquareStrokeIcon, ArrowLeft as ArrowLeftStrokeIcon, ArrowPath as ArrowPathStrokeIcon, ArrowRight as ArrowRightStrokeIcon, ArrowUp as ArrowUpStrokeIcon, ArrowUpOnSquare as ArrowUpOnSquareStrokeIcon, Attachment as AttachmentStrokeIcon, Backspace as BackspaceStrokeIcon, Bookmark as BookmarkStrokeIcon, BookOpen as BookOpenStrokeIcon, Braces as BracesStrokeIcon, Card as CardStrokeIcon, ChatBubbleBottomCenterPlus as ChatBubbleBottomCenterPlusStrokeIcon, ChatBubbleBottomCenterText as ChatBubbleBottomCenterTextStrokeIcon, ChatBubbleLeftRight as ChatBubbleLeftRightStrokeIcon, Check as CheckStrokeIcon, CheckCircle as CheckCircleStrokeIcon, ChevronDown as ChevronDownStrokeIcon, ChevronLeft as ChevronLeftStrokeIcon, ChevronRight as ChevronRightStrokeIcon, ChevronUp as ChevronUpStrokeIcon, ChevronUpDown as ChevronUpDownStrokeIcon, Circle as CircleStrokeIcon, Clipboard as ClipboardStrokeIcon, ClipboardCheck as ClipboardCheckStrokeIcon, Clock as ClockStrokeIcon, CloudArrowDown as CloudArrowDownStrokeIcon, CloudArrowLeftRight as CloudArrowLeftRightStrokeIcon, CloudX as CloudXStrokeIcon, Cog6Tooth as Cog6ToothStrokeIcon, Command as CommandStrokeIcon, CommandLine as CommandLineStrokeIcon, Cube as CubeStrokeIcon, Dash as DashStrokeIcon, Document as DocumentStrokeIcon, DocumentDuplicate as DocumentDuplicateStrokeIcon, DocumentPile as DocumentPileStrokeIcon, DocumentPlus as DocumentPlusStrokeIcon, DocumentText as DocumentTextStrokeIcon, Dust as DustStrokeIcon, EmotionLaugh as EmotionLaughStrokeIcon, Equalizer as EqualizerStrokeIcon, ExclamationCircle as ExclamationCircleStrokeIcon, ExternalLink as ExternalLinkStrokeIcon, Eye as EyeStrokeIcon, EyeSlash as EyeSlashStrokeIcon, Flag as FlagStrokeIcon, Folder as FolderStrokeIcon, FolderOpen as FolderOpenStrokeIcon, Fullscreen as FullscreenStrokeIcon, FullscreenExit as FullscreenExitStrokeIcon, GlobeAlt as GlobeAltStrokeIcon, Grab as GrabStrokeIcon, HandThumbDown as HandThumbDownStrokeIcon, HandThumbUp as HandThumbUpStrokeIcon, HeartAlt as HeartAltStrokeIcon, Hexagon as HexagonStrokeIcon, Image as ImageStrokeIcon, InformationCircle as InformationCircleStrokeIcon, Key as KeyStrokeIcon, Lightbulb as LightbulbStrokeIcon, Link as LinkStrokeIcon, List as ListStrokeIcon, ListAdd as ListAddStrokeIcon, ListCheck as ListCheckStrokeIcon, ListRemove as ListRemoveStrokeIcon, Lock as LockStrokeIcon, Login as LoginStrokeIcon, Logout as LogoutStrokeIcon, Magic as MagicStrokeIcon, MagnifyingGlass as MagnifyingGlassStrokeIcon, Menu as MenuStrokeIcon, More as MoreStrokeIcon, MovingMail as MovingMailStrokeIcon, Paint as PaintStrokeIcon, PaperAirplane as PaperAirplaneStrokeIcon, Pause as PauseStrokeIcon, PencilSquare as PencilSquareStrokeIcon, Planet as PlanetStrokeIcon, Play as PlayStrokeIcon, Plus as PlusStrokeIcon, PlusCircle as PlusCircleStrokeIcon, Pushpin as PushpinStrokeIcon, Puzzle as PuzzleStrokeIcon, QuestionMarkCircle as QuestionMarkCircleStrokeIcon, Reaction as ReactionStrokeIcon, Rectangle as RectangleStrokeIcon, Robot as RobotStrokeIcon, RobotShared as RobotSharedStrokeIcon, Rocket as RocketStrokeIcon, Scan as ScanStrokeIcon, Server as ServerStrokeIcon, ShakeHands as ShakeHandsStrokeIcon, Shapes as ShapesStrokeIcon, Sparkles as SparklesStrokeIcon, Square as SquareStrokeIcon, Square3Stack3D as Square3Stack3DStrokeIcon, Stop as StopStrokeIcon, Table as TableStrokeIcon, Template as TemplateStrokeIcon, TestTube as TestTubeStrokeIcon, Time as TimeStrokeIcon, Trash as TrashStrokeIcon, Triangle as TriangleStrokeIcon, User as UserStrokeIcon, UserArrow as UserArrowStrokeIcon, UserGroup as UserGroupStrokeIcon, UserPlus as UserPlusStrokeIcon, Wrench as WrenchStrokeIcon, XCircle as XCircleStrokeIcon, XMark as XMarkStrokeIcon } from "./icons/stroke";
104
- export { ArrowDownCircleStrokeIcon, ArrowDownOnSquareStrokeIcon, ArrowDownStrokeIcon, ArrowLeftStrokeIcon, ArrowPathStrokeIcon, ArrowRightStrokeIcon, ArrowUpOnSquareStrokeIcon, ArrowUpStrokeIcon, AttachmentStrokeIcon, BackspaceStrokeIcon, BookmarkStrokeIcon, BookOpenStrokeIcon, BracesStrokeIcon, CardStrokeIcon, ChatBubbleBottomCenterPlusStrokeIcon, ChatBubbleBottomCenterTextStrokeIcon, ChatBubbleLeftRightStrokeIcon, CheckCircleStrokeIcon, CheckStrokeIcon, ChevronDownStrokeIcon, ChevronLeftStrokeIcon, ChevronRightStrokeIcon, ChevronUpDownStrokeIcon, ChevronUpStrokeIcon, CircleStrokeIcon, ClipboardCheckStrokeIcon, ClipboardStrokeIcon, ClockStrokeIcon, CloudArrowDownStrokeIcon, CloudArrowLeftRightStrokeIcon, CloudXStrokeIcon, Cog6ToothStrokeIcon, CommandLineStrokeIcon, CommandStrokeIcon, CubeStrokeIcon, DashStrokeIcon, DocumentDuplicateStrokeIcon, DocumentPileStrokeIcon, DocumentPlusStrokeIcon, DocumentStrokeIcon, DocumentTextStrokeIcon, DustStrokeIcon, EmotionLaughStrokeIcon, EqualizerStrokeIcon, ExclamationCircleStrokeIcon, ExternalLinkStrokeIcon, EyeSlashStrokeIcon, EyeStrokeIcon, FlagStrokeIcon, FolderOpenStrokeIcon, FolderStrokeIcon, FullscreenExitStrokeIcon, FullscreenStrokeIcon, GlobeAltStrokeIcon, GrabStrokeIcon, HandThumbDownStrokeIcon, HandThumbUpStrokeIcon, HeartAltStrokeIcon, HexagonStrokeIcon, ImageStrokeIcon, InformationCircleStrokeIcon, KeyStrokeIcon, LightbulbStrokeIcon, LinkStrokeIcon, ListAddStrokeIcon, ListCheckStrokeIcon, ListRemoveStrokeIcon, ListStrokeIcon, LockStrokeIcon, LoginStrokeIcon, LogoutStrokeIcon, MagicStrokeIcon, MagnifyingGlassStrokeIcon, MenuStrokeIcon, MoreStrokeIcon, MovingMailStrokeIcon, PaintStrokeIcon, PaperAirplaneStrokeIcon, PauseStrokeIcon, PencilSquareStrokeIcon, PlanetStrokeIcon, PlayStrokeIcon, PlusCircleStrokeIcon, PlusStrokeIcon, PushpinStrokeIcon, PuzzleStrokeIcon, QuestionMarkCircleStrokeIcon, ReactionStrokeIcon, RectangleStrokeIcon, RobotSharedStrokeIcon, RobotStrokeIcon, RocketStrokeIcon, ScanStrokeIcon, ServerStrokeIcon, ShakeHandsStrokeIcon, ShapesStrokeIcon, SparklesStrokeIcon, Square3Stack3DStrokeIcon, SquareStrokeIcon, StopStrokeIcon, TableStrokeIcon, TemplateStrokeIcon, TestTubeStrokeIcon, TimeStrokeIcon, TrashStrokeIcon, TriangleStrokeIcon, UserArrowStrokeIcon, UserGroupStrokeIcon, UserPlusStrokeIcon, UserStrokeIcon, WrenchStrokeIcon, XCircleStrokeIcon, XMarkStrokeIcon, };
101
+ import { Ai21 as Ai21Logo, Anthropic as AnthropicLogo, AnthropicWhite as AnthropicWhiteLogo, Claude as ClaudeLogo, Cohere as CohereLogo, Confluence as ConfluenceLogo, Drive as DriveLogo, Gemini as GeminiLogo, Github as GithubLogo, GithubWhite as GithubWhiteLogo, Gong as GongLogo, Google as GoogleLogo, GoogleDoc as GoogleDocLogo, GooglePdf as GooglePdfLogo, GoogleSlide as GoogleSlideLogo, GoogleSpreadsheet as GoogleSpreadsheetLogo, Gpt3 as Gpt3Logo, Gpt4 as Gpt4Logo, HuggingFace as HuggingFaceLogo, Intercom as IntercomLogo, Microsoft as MicrosoftLogo, MicrosoftExcel as MicrosoftExcelLogo, MicrosoftPowerpoint as MicrosoftPowerpointLogo, MicrosoftWord as MicrosoftWordLogo, Mistral as MistralLogo, Notion as NotionLogo, Office as OfficeLogo, Openai as OpenaiLogo, OpenaiWhite as OpenaiWhiteLogo, Replicate as ReplicateLogo, Salesforce as SalesforceLogo, Slack as SlackLogo, Zapier as ZapierLogo } from "./logo/platforms";
102
+ export { Ai21Logo, AnthropicLogo, AnthropicWhiteLogo, ClaudeLogo, CohereLogo, ConfluenceLogo, DriveLogo, GeminiLogo, GithubLogo, GithubWhiteLogo, GongLogo, GoogleDocLogo, GoogleLogo, GooglePdfLogo, GoogleSlideLogo, GoogleSpreadsheetLogo, Gpt3Logo, Gpt4Logo, HuggingFaceLogo, IntercomLogo, MicrosoftExcelLogo, MicrosoftLogo, MicrosoftPowerpointLogo, MicrosoftWordLogo, MistralLogo, NotionLogo, OfficeLogo, OpenaiLogo, OpenaiWhiteLogo, ReplicateLogo, SalesforceLogo, SlackLogo, ZapierLogo, };
103
+ import { ArrowDown as ArrowDownIcon, ArrowDownCircle as ArrowDownCircleIcon, ArrowDownOnSquare as ArrowDownOnSquareIcon, ArrowLeft as ArrowLeftIcon, ArrowPath as ArrowPathIcon, ArrowRight as ArrowRightIcon, ArrowUp as ArrowUpIcon, ArrowUpOnSquare as ArrowUpOnSquareIcon, Attachment as AttachmentIcon, Backspace as BackspaceIcon, Bookmark as BookmarkIcon, BookOpen as BookOpenIcon, Braces as BracesIcon, Card as CardIcon, ChatBubbleBottomCenterPlus as ChatBubbleBottomCenterPlusIcon, ChatBubbleBottomCenterText as ChatBubbleBottomCenterTextIcon, ChatBubbleLeftRight as ChatBubbleLeftRightIcon, Check as CheckIcon, CheckCircle as CheckCircleIcon, ChevronDown as ChevronDownIcon, ChevronLeft as ChevronLeftIcon, ChevronRight as ChevronRightIcon, ChevronUp as ChevronUpIcon, ChevronUpDown as ChevronUpDownIcon, Circle as CircleIcon, Clipboard as ClipboardIcon, ClipboardCheck as ClipboardCheckIcon, Clock as ClockIcon, CloudArrowDown as CloudArrowDownIcon, CloudArrowLeftRight as CloudArrowLeftRightIcon, CloudArrowUp as CloudArrowUpIcon, CloudX as CloudXIcon, Cog6Tooth as Cog6ToothIcon, Command as CommandIcon, CommandLine as CommandLineIcon, Cube as CubeIcon, Dash as DashIcon, Document as DocumentIcon, DocumentDuplicate as DocumentDuplicateIcon, DocumentPile as DocumentPileIcon, DocumentPlus as DocumentPlusIcon, DocumentText as DocumentTextIcon, Dust as DustIcon, EmotionLaugh as EmotionLaughIcon, Equalizer as EqualizerIcon, ExclamationCircle as ExclamationCircleIcon, ExternalLink as ExternalLinkIcon, Eye as EyeIcon, EyeSlash as EyeSlashIcon, Flag as FlagIcon, Folder as FolderIcon, FolderOpen as FolderOpenIcon, Fullscreen as FullscreenIcon, FullscreenExit as FullscreenExitIcon, GlobeAlt as GlobeAltIcon, Grab as GrabIcon, HandHeart as HandHeartIcon, HandThumbDown as HandThumbDownIcon, HandThumbUp as HandThumbUpIcon, HeartAlt as HeartAltIcon, Hexagon as HexagonIcon, Image as ImageIcon, InformationCircle as InformationCircleIcon, Key as KeyIcon, Lightbulb as LightbulbIcon, Link as LinkIcon, List as ListIcon, ListAdd as ListAddIcon, ListCheck as ListCheckIcon, ListRemove as ListRemoveIcon, Lock as LockIcon, Login as LoginIcon, Logout as LogoutIcon, Magic as MagicIcon, MagnifyingGlass as MagnifyingGlassIcon, Menu as MenuIcon, More as MoreIcon, MovingMail as MovingMailIcon, Paint as PaintIcon, PaperAirplane as PaperAirplaneIcon, Pause as PauseIcon, PencilSquare as PencilSquareIcon, Planet as PlanetIcon, Play as PlayIcon, Plus as PlusIcon, PlusCircle as PlusCircleIcon, Pushpin as PushpinIcon, Puzzle as PuzzleIcon, QuestionMarkCircle as QuestionMarkCircleIcon, Reaction as ReactionIcon, Rectangle as RectangleIcon, Robot as RobotIcon, Rocket as RocketIcon, Scan as ScanIcon, Server as ServerIcon, ShakeHands as ShakeHandsIcon, Shapes as ShapesIcon, Sparkles as SparklesIcon, Square as SquareIcon, Square3Stack3D as Square3Stack3DIcon, Star as StarIcon, Stop as StopIcon, Table as TableIcon, Template as TemplateIcon, TestTube as TestTubeIcon, Time as TimeIcon, Trash as TrashIcon, Triangle as TriangleIcon, User as UserIcon, UserArrow as UserArrowIcon, UserGroup as UserGroupIcon, UserPlus as UserPlusIcon, Wrench as WrenchIcon, XCircle as XCircleIcon, XMark as XMarkIcon } from "./icons/solid";
104
+ export { ArrowDownCircleIcon, ArrowDownIcon, ArrowDownOnSquareIcon, ArrowLeftIcon, ArrowPathIcon, ArrowRightIcon, ArrowUpIcon, ArrowUpOnSquareIcon, AttachmentIcon, BackspaceIcon, BookmarkIcon, BookOpenIcon, BracesIcon, CardIcon, ChatBubbleBottomCenterPlusIcon, ChatBubbleBottomCenterTextIcon, ChatBubbleLeftRightIcon, CheckCircleIcon, CheckIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpDownIcon, ChevronUpIcon, CircleIcon, ClipboardCheckIcon, ClipboardIcon, ClockIcon, CloudArrowDownIcon, CloudArrowLeftRightIcon, CloudArrowUpIcon, CloudXIcon, Cog6ToothIcon, CommandIcon, CommandLineIcon, CubeIcon, DashIcon, DocumentDuplicateIcon, DocumentIcon, DocumentPileIcon, DocumentPlusIcon, DocumentTextIcon, DustIcon, EmotionLaughIcon, EqualizerIcon, ExclamationCircleIcon, ExternalLinkIcon, EyeIcon, EyeSlashIcon, FlagIcon, FolderIcon, FolderOpenIcon, FullscreenExitIcon, FullscreenIcon, GlobeAltIcon, GrabIcon, HandHeartIcon, HandThumbDownIcon, HandThumbUpIcon, HeartAltIcon, HexagonIcon, ImageIcon, InformationCircleIcon, KeyIcon, LightbulbIcon, LinkIcon, ListAddIcon, ListCheckIcon, ListIcon, ListRemoveIcon, LockIcon, LoginIcon, LogoutIcon, MagicIcon, MagnifyingGlassIcon, MenuIcon, MoreIcon, MovingMailIcon, PaintIcon, PaperAirplaneIcon, PauseIcon, PencilSquareIcon, PlanetIcon, PlayIcon, PlusCircleIcon, PlusIcon, PushpinIcon, PuzzleIcon, QuestionMarkCircleIcon, ReactionIcon, RectangleIcon, RobotIcon, RocketIcon, ScanIcon, ServerIcon, ShakeHandsIcon, ShapesIcon, SparklesIcon, Square3Stack3DIcon, SquareIcon, StarIcon, StopIcon, TableIcon, TemplateIcon, TestTubeIcon, TimeIcon, TrashIcon, TriangleIcon, UserArrowIcon, UserGroupIcon, UserIcon, UserPlusIcon, WrenchIcon, XCircleIcon, XMarkIcon, };
105
+ import { ArrowDown as ArrowDownStrokeIcon, ArrowDownCircle as ArrowDownCircleStrokeIcon, ArrowDownOnSquare as ArrowDownOnSquareStrokeIcon, ArrowLeft as ArrowLeftStrokeIcon, ArrowPath as ArrowPathStrokeIcon, ArrowRight as ArrowRightStrokeIcon, ArrowUp as ArrowUpStrokeIcon, ArrowUpOnSquare as ArrowUpOnSquareStrokeIcon, Attachment as AttachmentStrokeIcon, Backspace as BackspaceStrokeIcon, Bookmark as BookmarkStrokeIcon, BookOpen as BookOpenStrokeIcon, Braces as BracesStrokeIcon, Card as CardStrokeIcon, ChatBubbleBottomCenterPlus as ChatBubbleBottomCenterPlusStrokeIcon, ChatBubbleBottomCenterText as ChatBubbleBottomCenterTextStrokeIcon, ChatBubbleLeftRight as ChatBubbleLeftRightStrokeIcon, Check as CheckStrokeIcon, CheckCircle as CheckCircleStrokeIcon, ChevronDown as ChevronDownStrokeIcon, ChevronLeft as ChevronLeftStrokeIcon, ChevronRight as ChevronRightStrokeIcon, ChevronUp as ChevronUpStrokeIcon, ChevronUpDown as ChevronUpDownStrokeIcon, Circle as CircleStrokeIcon, Clipboard as ClipboardStrokeIcon, ClipboardCheck as ClipboardCheckStrokeIcon, Clock as ClockStrokeIcon, CloudArrowDown as CloudArrowDownStrokeIcon, CloudArrowLeftRight as CloudArrowLeftRightStrokeIcon, CloudArrowUp as CloudArrowUpStrokeIcon, CloudX as CloudXStrokeIcon, Cog6Tooth as Cog6ToothStrokeIcon, Command as CommandStrokeIcon, CommandLine as CommandLineStrokeIcon, Cube as CubeStrokeIcon, Dash as DashStrokeIcon, Document as DocumentStrokeIcon, DocumentDuplicate as DocumentDuplicateStrokeIcon, DocumentPile as DocumentPileStrokeIcon, DocumentPlus as DocumentPlusStrokeIcon, DocumentText as DocumentTextStrokeIcon, Dust as DustStrokeIcon, EmotionLaugh as EmotionLaughStrokeIcon, Equalizer as EqualizerStrokeIcon, ExclamationCircle as ExclamationCircleStrokeIcon, ExternalLink as ExternalLinkStrokeIcon, Eye as EyeStrokeIcon, EyeSlash as EyeSlashStrokeIcon, Flag as FlagStrokeIcon, Folder as FolderStrokeIcon, FolderOpen as FolderOpenStrokeIcon, Fullscreen as FullscreenStrokeIcon, FullscreenExit as FullscreenExitStrokeIcon, GlobeAlt as GlobeAltStrokeIcon, Grab as GrabStrokeIcon, HandHeart as HandHeartStrokeIcon, HandThumbDown as HandThumbDownStrokeIcon, HandThumbUp as HandThumbUpStrokeIcon, HeartAlt as HeartAltStrokeIcon, Hexagon as HexagonStrokeIcon, Image as ImageStrokeIcon, InformationCircle as InformationCircleStrokeIcon, Key as KeyStrokeIcon, Lightbulb as LightbulbStrokeIcon, Link as LinkStrokeIcon, List as ListStrokeIcon, ListAdd as ListAddStrokeIcon, ListCheck as ListCheckStrokeIcon, ListRemove as ListRemoveStrokeIcon, Lock as LockStrokeIcon, Login as LoginStrokeIcon, Logout as LogoutStrokeIcon, Magic as MagicStrokeIcon, MagnifyingGlass as MagnifyingGlassStrokeIcon, Menu as MenuStrokeIcon, More as MoreStrokeIcon, MovingMail as MovingMailStrokeIcon, Paint as PaintStrokeIcon, PaperAirplane as PaperAirplaneStrokeIcon, Pause as PauseStrokeIcon, PencilSquare as PencilSquareStrokeIcon, Planet as PlanetStrokeIcon, Play as PlayStrokeIcon, Plus as PlusStrokeIcon, PlusCircle as PlusCircleStrokeIcon, Pushpin as PushpinStrokeIcon, Puzzle as PuzzleStrokeIcon, QuestionMarkCircle as QuestionMarkCircleStrokeIcon, Reaction as ReactionStrokeIcon, Rectangle as RectangleStrokeIcon, Robot as RobotStrokeIcon, Rocket as RocketStrokeIcon, Scan as ScanStrokeIcon, Server as ServerStrokeIcon, ShakeHands as ShakeHandsStrokeIcon, Shapes as ShapesStrokeIcon, Sparkles as SparklesStrokeIcon, Square as SquareStrokeIcon, Square3Stack3D as Square3Stack3DStrokeIcon, Star as StarStrokeIcon, Stop as StopStrokeIcon, Table as TableStrokeIcon, Template as TemplateStrokeIcon, TestTube as TestTubeStrokeIcon, Time as TimeStrokeIcon, Trash as TrashStrokeIcon, Triangle as TriangleStrokeIcon, User as UserStrokeIcon, UserArrow as UserArrowStrokeIcon, UserGroup as UserGroupStrokeIcon, UserPlus as UserPlusStrokeIcon, Wrench as WrenchStrokeIcon, XCircle as XCircleStrokeIcon, XMark as XMarkStrokeIcon } from "./icons/stroke";
106
+ export { ArrowDownCircleStrokeIcon, ArrowDownOnSquareStrokeIcon, ArrowDownStrokeIcon, ArrowLeftStrokeIcon, ArrowPathStrokeIcon, ArrowRightStrokeIcon, ArrowUpOnSquareStrokeIcon, ArrowUpStrokeIcon, AttachmentStrokeIcon, BackspaceStrokeIcon, BookmarkStrokeIcon, BookOpenStrokeIcon, BracesStrokeIcon, CardStrokeIcon, ChatBubbleBottomCenterPlusStrokeIcon, ChatBubbleBottomCenterTextStrokeIcon, ChatBubbleLeftRightStrokeIcon, CheckCircleStrokeIcon, CheckStrokeIcon, ChevronDownStrokeIcon, ChevronLeftStrokeIcon, ChevronRightStrokeIcon, ChevronUpDownStrokeIcon, ChevronUpStrokeIcon, CircleStrokeIcon, ClipboardCheckStrokeIcon, ClipboardStrokeIcon, ClockStrokeIcon, CloudArrowDownStrokeIcon, CloudArrowLeftRightStrokeIcon, CloudArrowUpStrokeIcon, CloudXStrokeIcon, Cog6ToothStrokeIcon, CommandLineStrokeIcon, CommandStrokeIcon, CubeStrokeIcon, DashStrokeIcon, DocumentDuplicateStrokeIcon, DocumentPileStrokeIcon, DocumentPlusStrokeIcon, DocumentStrokeIcon, DocumentTextStrokeIcon, DustStrokeIcon, EmotionLaughStrokeIcon, EqualizerStrokeIcon, ExclamationCircleStrokeIcon, ExternalLinkStrokeIcon, EyeSlashStrokeIcon, EyeStrokeIcon, FlagStrokeIcon, FolderOpenStrokeIcon, FolderStrokeIcon, FullscreenExitStrokeIcon, FullscreenStrokeIcon, GlobeAltStrokeIcon, GrabStrokeIcon, HandHeartStrokeIcon, HandThumbDownStrokeIcon, HandThumbUpStrokeIcon, HeartAltStrokeIcon, HexagonStrokeIcon, ImageStrokeIcon, InformationCircleStrokeIcon, KeyStrokeIcon, LightbulbStrokeIcon, LinkStrokeIcon, ListAddStrokeIcon, ListCheckStrokeIcon, ListRemoveStrokeIcon, ListStrokeIcon, LockStrokeIcon, LoginStrokeIcon, LogoutStrokeIcon, MagicStrokeIcon, MagnifyingGlassStrokeIcon, MenuStrokeIcon, MoreStrokeIcon, MovingMailStrokeIcon, PaintStrokeIcon, PaperAirplaneStrokeIcon, PauseStrokeIcon, PencilSquareStrokeIcon, PlanetStrokeIcon, PlayStrokeIcon, PlusCircleStrokeIcon, PlusStrokeIcon, PushpinStrokeIcon, PuzzleStrokeIcon, QuestionMarkCircleStrokeIcon, ReactionStrokeIcon, RectangleStrokeIcon, RobotStrokeIcon, RocketStrokeIcon, ScanStrokeIcon, ServerStrokeIcon, ShakeHandsStrokeIcon, ShapesStrokeIcon, SparklesStrokeIcon, Square3Stack3DStrokeIcon, SquareStrokeIcon, StarStrokeIcon, StopStrokeIcon, TableStrokeIcon, TemplateStrokeIcon, TestTubeStrokeIcon, TimeStrokeIcon, TrashStrokeIcon, TriangleStrokeIcon, UserArrowStrokeIcon, UserGroupStrokeIcon, UserPlusStrokeIcon, UserStrokeIcon, WrenchStrokeIcon, XCircleStrokeIcon, XMarkStrokeIcon, };
@@ -0,0 +1,12 @@
1
+ import React, { ReactNode } from "react";
2
+ type SupportedRowType = string | number;
3
+ interface DataTableProps {
4
+ name?: string;
5
+ columns: string[];
6
+ rows: SupportedRowType[][];
7
+ enableCopy?: boolean;
8
+ showLimit?: number;
9
+ downloadButton?: ReactNode;
10
+ }
11
+ export declare const DataTable: React.ForwardRefExoticComponent<DataTableProps & React.RefAttributes<HTMLTableElement>>;
12
+ export {};
@@ -0,0 +1,4 @@
1
+ import type { SVGProps } from "react";
2
+ import * as React from "react";
3
+ declare const SvgCloudArrowUp: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgCloudArrowUp;
@@ -0,0 +1,4 @@
1
+ import type { SVGProps } from "react";
2
+ import * as React from "react";
3
+ declare const SvgHandHeart: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgHandHeart;
@@ -0,0 +1,4 @@
1
+ import type { SVGProps } from "react";
2
+ import * as React from "react";
3
+ declare const SvgStar: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgStar;
@@ -28,6 +28,7 @@ export { default as ClipboardCheck } from "./ClipboardCheck";
28
28
  export { default as Clock } from "./Clock";
29
29
  export { default as CloudArrowDown } from "./CloudArrowDown";
30
30
  export { default as CloudArrowLeftRight } from "./CloudArrowLeftRight";
31
+ export { default as CloudArrowUp } from "./CloudArrowUp";
31
32
  export { default as CloudX } from "./CloudX";
32
33
  export { default as Cog6Tooth } from "./Cog6Tooth";
33
34
  export { default as Command } from "./Command";
@@ -53,6 +54,7 @@ export { default as Fullscreen } from "./Fullscreen";
53
54
  export { default as FullscreenExit } from "./FullscreenExit";
54
55
  export { default as GlobeAlt } from "./GlobeAlt";
55
56
  export { default as Grab } from "./Grab";
57
+ export { default as HandHeart } from "./HandHeart";
56
58
  export { default as HandThumbDown } from "./HandThumbDown";
57
59
  export { default as HandThumbUp } from "./HandThumbUp";
58
60
  export { default as HeartAlt } from "./HeartAlt";
@@ -88,7 +90,6 @@ export { default as QuestionMarkCircle } from "./QuestionMarkCircle";
88
90
  export { default as Reaction } from "./Reaction";
89
91
  export { default as Rectangle } from "./Rectangle";
90
92
  export { default as Robot } from "./Robot";
91
- export { default as RobotShared } from "./RobotShared";
92
93
  export { default as Rocket } from "./Rocket";
93
94
  export { default as Scan } from "./Scan";
94
95
  export { default as Server } from "./Server";
@@ -97,6 +98,7 @@ export { default as Shapes } from "./Shapes";
97
98
  export { default as Sparkles } from "./Sparkles";
98
99
  export { default as Square } from "./Square";
99
100
  export { default as Square3Stack3D } from "./Square3Stack3D";
101
+ export { default as Star } from "./Star";
100
102
  export { default as Stop } from "./Stop";
101
103
  export { default as Table } from "./Table";
102
104
  export { default as Template } from "./Template";
@@ -0,0 +1,4 @@
1
+ import type { SVGProps } from "react";
2
+ import * as React from "react";
3
+ declare const SvgCloudArrowUp: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgCloudArrowUp;
@@ -0,0 +1,4 @@
1
+ import type { SVGProps } from "react";
2
+ import * as React from "react";
3
+ declare const SvgHandHeart: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgHandHeart;
@@ -0,0 +1,4 @@
1
+ import type { SVGProps } from "react";
2
+ import * as React from "react";
3
+ declare const SvgStar: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
4
+ export default SvgStar;
@@ -28,6 +28,7 @@ export { default as ClipboardCheck } from "./ClipboardCheck";
28
28
  export { default as Clock } from "./Clock";
29
29
  export { default as CloudArrowDown } from "./CloudArrowDown";
30
30
  export { default as CloudArrowLeftRight } from "./CloudArrowLeftRight";
31
+ export { default as CloudArrowUp } from "./CloudArrowUp";
31
32
  export { default as CloudX } from "./CloudX";
32
33
  export { default as Cog6Tooth } from "./Cog6Tooth";
33
34
  export { default as Command } from "./Command";
@@ -53,6 +54,7 @@ export { default as Fullscreen } from "./Fullscreen";
53
54
  export { default as FullscreenExit } from "./FullscreenExit";
54
55
  export { default as GlobeAlt } from "./GlobeAlt";
55
56
  export { default as Grab } from "./Grab";
57
+ export { default as HandHeart } from "./HandHeart";
56
58
  export { default as HandThumbDown } from "./HandThumbDown";
57
59
  export { default as HandThumbUp } from "./HandThumbUp";
58
60
  export { default as HeartAlt } from "./HeartAlt";
@@ -88,7 +90,6 @@ export { default as QuestionMarkCircle } from "./QuestionMarkCircle";
88
90
  export { default as Reaction } from "./Reaction";
89
91
  export { default as Rectangle } from "./Rectangle";
90
92
  export { default as Robot } from "./Robot";
91
- export { default as RobotShared } from "./RobotShared";
92
93
  export { default as Rocket } from "./Rocket";
93
94
  export { default as Scan } from "./Scan";
94
95
  export { default as Server } from "./Server";
@@ -97,6 +98,7 @@ export { default as Shapes } from "./Shapes";
97
98
  export { default as Sparkles } from "./Sparkles";
98
99
  export { default as Square } from "./Square";
99
100
  export { default as Square3Stack3D } from "./Square3Stack3D";
101
+ export { default as Star } from "./Star";
100
102
  export { default as Stop } from "./Stop";
101
103
  export { default as Table } from "./Table";
102
104
  export { default as Template } from "./Template";