@arcadeai/design-system 3.34.0 → 3.35.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 (95) hide show
  1. package/README.md +30 -317
  2. package/dist/arcade-logo-BVV97-cr.js +33 -0
  3. package/dist/assets/icons/granola.js +14 -0
  4. package/dist/assets/images/arcade-grid.d.ts +1 -1
  5. package/dist/assets/images/arcade-grid.d.ts.map +1 -1
  6. package/dist/assets/images/arcade-logo.d.ts +1 -1
  7. package/dist/assets/images/arcade-logo.d.ts.map +1 -1
  8. package/dist/assets/images/arcade-logo.js +10 -31
  9. package/dist/components/index.js +369 -367
  10. package/dist/components/ui/atoms/accordion.d.ts +1 -1
  11. package/dist/components/ui/atoms/accordion.d.ts.map +1 -1
  12. package/dist/components/ui/atoms/alert-dialog.d.ts +1 -1
  13. package/dist/components/ui/atoms/alert-dialog.d.ts.map +1 -1
  14. package/dist/components/ui/atoms/alert.d.ts +1 -1
  15. package/dist/components/ui/atoms/alert.d.ts.map +1 -1
  16. package/dist/components/ui/atoms/avatar.d.ts +1 -1
  17. package/dist/components/ui/atoms/avatar.d.ts.map +1 -1
  18. package/dist/components/ui/atoms/breadcrumb.d.ts +1 -1
  19. package/dist/components/ui/atoms/breadcrumb.d.ts.map +1 -1
  20. package/dist/components/ui/atoms/card.d.ts +1 -1
  21. package/dist/components/ui/atoms/card.d.ts.map +1 -1
  22. package/dist/components/ui/atoms/chart.d.ts +1 -1
  23. package/dist/components/ui/atoms/chart.d.ts.map +1 -1
  24. package/dist/components/ui/atoms/chat-container.d.ts +1 -1
  25. package/dist/components/ui/atoms/chat-container.d.ts.map +1 -1
  26. package/dist/components/ui/atoms/code-block.d.ts +1 -1
  27. package/dist/components/ui/atoms/code-block.d.ts.map +1 -1
  28. package/dist/components/ui/atoms/collapsible.d.ts +1 -1
  29. package/dist/components/ui/atoms/command.d.ts +1 -1
  30. package/dist/components/ui/atoms/command.d.ts.map +1 -1
  31. package/dist/components/ui/atoms/command.js +364 -288
  32. package/dist/components/ui/atoms/copy-button.d.ts +1 -1
  33. package/dist/components/ui/atoms/copy-button.d.ts.map +1 -1
  34. package/dist/components/ui/atoms/dropdown-menu.d.ts +1 -1
  35. package/dist/components/ui/atoms/dropdown-menu.d.ts.map +1 -1
  36. package/dist/components/ui/atoms/form.d.ts +1 -1
  37. package/dist/components/ui/atoms/form.d.ts.map +1 -1
  38. package/dist/components/ui/atoms/hover-card.d.ts +1 -1
  39. package/dist/components/ui/atoms/icons/granola.d.ts +4 -0
  40. package/dist/components/ui/atoms/icons/granola.d.ts.map +1 -0
  41. package/dist/components/ui/atoms/icons/granola.js +20 -0
  42. package/dist/components/ui/atoms/icons/index.d.ts +1 -0
  43. package/dist/components/ui/atoms/icons/index.d.ts.map +1 -1
  44. package/dist/components/ui/atoms/icons/index.js +156 -154
  45. package/dist/components/ui/atoms/index.js +289 -287
  46. package/dist/components/ui/atoms/json-highlight.d.ts +1 -1
  47. package/dist/components/ui/atoms/json-highlight.d.ts.map +1 -1
  48. package/dist/components/ui/atoms/loader.d.ts +1 -1
  49. package/dist/components/ui/atoms/loader.d.ts.map +1 -1
  50. package/dist/components/ui/atoms/markdown.js +1 -1
  51. package/dist/components/ui/atoms/popover.d.ts +1 -1
  52. package/dist/components/ui/atoms/popover.d.ts.map +1 -1
  53. package/dist/components/ui/atoms/resizable.d.ts +1 -1
  54. package/dist/components/ui/atoms/resizable.d.ts.map +1 -1
  55. package/dist/components/ui/atoms/scroll-button.d.ts +1 -1
  56. package/dist/components/ui/atoms/scroll-button.d.ts.map +1 -1
  57. package/dist/components/ui/atoms/sheet.d.ts +1 -1
  58. package/dist/components/ui/atoms/sheet.d.ts.map +1 -1
  59. package/dist/components/ui/atoms/table.d.ts +1 -1
  60. package/dist/components/ui/atoms/table.d.ts.map +1 -1
  61. package/dist/components/ui/atoms/tabs.d.ts +1 -1
  62. package/dist/components/ui/atoms/tabs.d.ts.map +1 -1
  63. package/dist/components/ui/atoms/tooltip.d.ts +4 -2
  64. package/dist/components/ui/atoms/tooltip.d.ts.map +1 -1
  65. package/dist/components/ui/atoms/tooltip.js +3 -2
  66. package/dist/components/ui/index.js +369 -367
  67. package/dist/components/ui/molecules/index.js +1 -1
  68. package/dist/components/ui/molecules/message.d.ts +2 -2
  69. package/dist/components/ui/molecules/message.d.ts.map +1 -1
  70. package/dist/components/ui/molecules/message.js +1 -1
  71. package/dist/components/ui/molecules/prompt-input.d.ts +1 -1
  72. package/dist/components/ui/molecules/prompt-input.d.ts.map +1 -1
  73. package/dist/components/ui/molecules/requirement-badges.js +2 -2
  74. package/dist/components/ui/molecules/switcher.d.ts +1 -1
  75. package/dist/components/ui/molecules/switcher.d.ts.map +1 -1
  76. package/dist/components/ui/molecules/tool-authorization.d.ts +1 -1
  77. package/dist/components/ui/molecules/tool-authorization.d.ts.map +1 -1
  78. package/dist/components/ui/molecules/tool-call-accordion.d.ts +1 -1
  79. package/dist/components/ui/molecules/tool-call-accordion.d.ts.map +1 -1
  80. package/dist/components/ui/molecules/toolkit-card.js +1 -1
  81. package/dist/components/ui/molecules/user-nav.js +1 -1
  82. package/dist/components/ui/pages/chat-page.js +1 -1
  83. package/dist/components/ui/pages/login-page.js +6 -6
  84. package/dist/{highlighted-body-TPN3WLV5-DyOGcftJ.js → highlighted-body-TPN3WLV5-D6UnKGod.js} +1 -1
  85. package/dist/lib/utils.js +1 -1
  86. package/dist/main.js +384 -382
  87. package/dist/{markdown-9KGBuupR.js → markdown-D0xxRbwP.js} +2597 -2592
  88. package/dist/mermaid-O7DHMXV3-gUrB-Xs1.js +4 -0
  89. package/dist/metadata/toolkit-icons.d.ts.map +1 -1
  90. package/dist/metadata/toolkit-icons.js +130 -128
  91. package/dist/metadata/toolkits.d.ts.map +1 -1
  92. package/dist/metadata/toolkits.js +13 -0
  93. package/dist/{toolkit-card-DAgQXF93.js → toolkit-card-B97E7TBA.js} +2 -2
  94. package/package.json +6 -6
  95. package/dist/mermaid-O7DHMXV3-CUp9wvRi.js +0 -4
@@ -5,6 +5,6 @@ type CopyButtonProps = {
5
5
  onCopy?: () => void;
6
6
  } & ComponentProps<typeof Button>;
7
7
  declare function CopyButton({ content, onCopy, className, variant, size, children, ...props }: CopyButtonProps): import("react/jsx-runtime").JSX.Element;
8
- export { CopyButton };
9
8
  export type { CopyButtonProps };
9
+ export { CopyButton };
10
10
  //# sourceMappingURL=copy-button.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"copy-button.d.ts","sourceRoot":"","sources":["../../../../lib/components/ui/atoms/copy-button.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,cAAc,EAAyB,MAAM,OAAO,CAAC;AACnE,OAAO,EAAE,MAAM,EAAE,MAAM,8BAA8B,CAAC;AAKtD,KAAK,eAAe,GAAG;IACrB,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;CACrB,GAAG,cAAc,CAAC,OAAO,MAAM,CAAC,CAAC;AAElC,iBAAS,UAAU,CAAC,EAClB,OAAO,EACP,MAAM,EACN,SAAS,EACT,OAAiB,EACjB,IAAa,EACb,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,eAAe,2CAuCjB;AAED,OAAO,EAAE,UAAU,EAAE,CAAC;AACtB,YAAY,EAAE,eAAe,EAAE,CAAC"}
1
+ {"version":3,"file":"copy-button.d.ts","sourceRoot":"","sources":["../../../../lib/components/ui/atoms/copy-button.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,cAAc,EAAyB,MAAM,OAAO,CAAC;AACnE,OAAO,EAAE,MAAM,EAAE,MAAM,8BAA8B,CAAC;AAKtD,KAAK,eAAe,GAAG;IACrB,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;CACrB,GAAG,cAAc,CAAC,OAAO,MAAM,CAAC,CAAC;AAElC,iBAAS,UAAU,CAAC,EAClB,OAAO,EACP,MAAM,EACN,SAAS,EACT,OAAiB,EACjB,IAAa,EACb,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,eAAe,2CAuCjB;AAED,YAAY,EAAE,eAAe,EAAE,CAAC;AAChC,OAAO,EAAE,UAAU,EAAE,CAAC"}
@@ -22,5 +22,5 @@ declare function DropdownMenuSubTrigger({ className, inset, children, ...props }
22
22
  inset?: boolean;
23
23
  }): import("react/jsx-runtime").JSX.Element;
24
24
  declare function DropdownMenuSubContent({ className, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.SubContent>): import("react/jsx-runtime").JSX.Element;
25
- export { DropdownMenu, DropdownMenuPortal, DropdownMenuTrigger, DropdownMenuContent, DropdownMenuGroup, DropdownMenuLabel, DropdownMenuItem, DropdownMenuCheckboxItem, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubTrigger, DropdownMenuSubContent, };
25
+ export { DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, };
26
26
  //# sourceMappingURL=dropdown-menu.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"dropdown-menu.d.ts","sourceRoot":"","sources":["../../../../lib/components/ui/atoms/dropdown-menu.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"dropdown-menu.d.ts","sourceRoot":"","sources":["../../../../lib/components/ui/atoms/dropdown-menu.tsx"],"names":[],"mappings":"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"}
@@ -20,5 +20,5 @@ declare function FormLabel({ className, ...props }: React.ComponentProps<typeof
20
20
  declare function FormControl({ ...props }: React.ComponentProps<typeof SlotPrimitive.Slot>): import("react/jsx-runtime").JSX.Element;
21
21
  declare function FormDescription({ className, ...props }: React.ComponentProps<"p">): import("react/jsx-runtime").JSX.Element;
22
22
  declare function FormMessage({ className, ...props }: React.ComponentProps<"p">): import("react/jsx-runtime").JSX.Element | null;
23
- export { useFormField, Form, FormItem, FormLabel, FormControl, FormDescription, FormMessage, FormField, };
23
+ export { Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage, useFormField, };
24
24
  //# sourceMappingURL=form.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"form.d.ts","sourceRoot":"","sources":["../../../../lib/components/ui/atoms/form.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,KAAK,IAAI,cAAc,EAAE,IAAI,IAAI,aAAa,EAAE,MAAM,UAAU,CAAC;AAE/E,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAEL,KAAK,eAAe,EACpB,KAAK,SAAS,EACd,KAAK,WAAW,EAIjB,MAAM,iBAAiB,CAAC;AAIzB,QAAA,MAAM,IAAI,4MAAe,CAAC;AAa1B,QAAA,MAAM,SAAS,GACb,YAAY,SAAS,WAAW,GAAG,WAAW,EAC9C,KAAK,SAAS,SAAS,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,YAAY,CAAC,EAC/D,cAEC,eAAe,CAAC,YAAY,EAAE,KAAK,CAAC,4CAItC,CAAC;AAEF,QAAA,MAAM,YAAY;;;;;;;;;;;CAqBjB,CAAC;AAUF,iBAAS,QAAQ,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAYrE;AAED,iBAAS,SAAS,CAAC,EACjB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,cAAc,CAAC,IAAI,CAAC,2CAYlD;AAED,iBAAS,WAAW,CAAC,EACnB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,aAAa,CAAC,IAAI,CAAC,2CAejD;AAED,iBAAS,eAAe,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,GAAG,CAAC,2CAW1E;AAED,iBAAS,WAAW,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,GAAG,CAAC,kDAkBtE;AAED,OAAO,EACL,YAAY,EACZ,IAAI,EACJ,QAAQ,EACR,SAAS,EACT,WAAW,EACX,eAAe,EACf,WAAW,EACX,SAAS,GACV,CAAC"}
1
+ {"version":3,"file":"form.d.ts","sourceRoot":"","sources":["../../../../lib/components/ui/atoms/form.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,KAAK,IAAI,cAAc,EAAE,IAAI,IAAI,aAAa,EAAE,MAAM,UAAU,CAAC;AAE/E,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAEL,KAAK,eAAe,EACpB,KAAK,SAAS,EACd,KAAK,WAAW,EAIjB,MAAM,iBAAiB,CAAC;AAIzB,QAAA,MAAM,IAAI,4MAAe,CAAC;AAa1B,QAAA,MAAM,SAAS,GACb,YAAY,SAAS,WAAW,GAAG,WAAW,EAC9C,KAAK,SAAS,SAAS,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,YAAY,CAAC,EAC/D,cAEC,eAAe,CAAC,YAAY,EAAE,KAAK,CAAC,4CAItC,CAAC;AAEF,QAAA,MAAM,YAAY;;;;;;;;;;;CAqBjB,CAAC;AAUF,iBAAS,QAAQ,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAYrE;AAED,iBAAS,SAAS,CAAC,EACjB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,cAAc,CAAC,IAAI,CAAC,2CAYlD;AAED,iBAAS,WAAW,CAAC,EACnB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,aAAa,CAAC,IAAI,CAAC,2CAejD;AAED,iBAAS,eAAe,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,GAAG,CAAC,2CAW1E;AAED,iBAAS,WAAW,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,GAAG,CAAC,kDAkBtE;AAED,OAAO,EACL,IAAI,EACJ,WAAW,EACX,eAAe,EACf,SAAS,EACT,QAAQ,EACR,SAAS,EACT,WAAW,EACX,YAAY,GACb,CAAC"}
@@ -3,5 +3,5 @@ import type * as React from "react";
3
3
  declare function HoverCard({ ...props }: React.ComponentProps<typeof HoverCardPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
4
4
  declare function HoverCardTrigger({ ...props }: React.ComponentProps<typeof HoverCardPrimitive.Trigger>): import("react/jsx-runtime").JSX.Element;
5
5
  declare function HoverCardContent({ className, align, sideOffset, ...props }: React.ComponentProps<typeof HoverCardPrimitive.Content>): import("react/jsx-runtime").JSX.Element;
6
- export { HoverCard, HoverCardTrigger, HoverCardContent };
6
+ export { HoverCard, HoverCardContent, HoverCardTrigger };
7
7
  //# sourceMappingURL=hover-card.d.ts.map
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+ export declare const Granola: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default Granola;
4
+ //# sourceMappingURL=granola.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"granola.d.ts","sourceRoot":"","sources":["../../../../../lib/components/ui/atoms/icons/granola.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,eAAO,MAAM,OAAO,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CAYrD,CAAC;AAEF,eAAe,OAAO,CAAC"}
@@ -0,0 +1,20 @@
1
+ import { jsxs as r, jsx as t } from "react/jsx-runtime";
2
+ const e = (l) => /* @__PURE__ */ r(
3
+ "svg",
4
+ {
5
+ fill: "currentColor",
6
+ height: "1em",
7
+ viewBox: "0 0 1308 1350",
8
+ width: "1em",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...l,
11
+ children: [
12
+ /* @__PURE__ */ t("title", { children: "Granola" }),
13
+ /* @__PURE__ */ t("path", { d: "M1033.77 1021.55c-21.6 24.24-40.11 38.92-50.31 45.93-4.8 3.19-7.8 7.65-11.99 11.48-22.2 19.13-46.26 24.83-63.06 38.22-22.8 17.86-107.98 39.1-132.18 46.54-40.96 9.31-87.03 12.67-137.43 10.75-10.91 0-20.99-.004-30.26-.725-3.76-.293-7.54.675-11.31.723-.15.002-.29.002-.42.002-.4 0-1.07-.286-2.01-.856-1.06-.647-2.26-1.06-3.51-1.06-.325 0-.653-.03-.975-.073-5.08-.696-7.78 1.086-9.73 2.077-1.48.75-3.09.121-4.49-.767-4.43-2.813-14.32-9.136-17.68-10.161-3.32-1.008-3.64.369-5.41.679-1.18.208-2.41-.207-3.3-1.012-.994-.901-2.058-2.201-4.5-3.499-4.49-2.386-6.88 3.035-13.55-3.032-.97-.881-1.54-2.614-2.85-2.696-.327-.02-.565-.04-.887-.103-6.72-1.303-18.92-3.8-27.12-6.29-9.6-2.552-6.61-4.46-10.81-6.373-56.4-21.05-136.79-62.515-166.19-91.857-10.8-10.844-23.4-35.721-31.2-42.102-6-5.104-18-15.308-21-20.41-2.4-4.465 0-12.754-4.2-18.495-5.4-7.017-16.2-10.847-26.4-26.794-11.4-17.859-18-41.46-29.4-65.698C201.997 854.911 175 786.02 175 660.361c0-84.199 39-200.934 55.8-216.88 10.8-10.207 9.6-32.529 17.39-43.372C337.2 476.357 493 385.317 678.4 375.748c7.53-.387 15.07-.628 22.62-.716 45.74-.534 91.58 4.469 136.04 15.311 44.41 10.832 86.87 27.735 128.26 46.951 0 0 4.91.389 6.21 1.026 2.16 1.061 3.07 2.995 5.23 4.058 2.16 1.061 5.28.161 7.64.644 7.77 1.592 9.17 6.208 10.6 8.048 1.74 2.233 3.83 3.087 7.78 4.222 10.31 2.96 11.67 6.368 13.07 7.937 1.12 1.255 1.61 2.881 2.17 4.339.568 1.482 1.7 2.835 3.28 3.206 3.42.801 8.06 4.983 9.02 10.689.627 3.72 4.65 5.323 3.55 12.301-.356 2.26 2.05 5.602-10.6 18.07-12.6 12.469-39.18 20.328-55.34 14.135-55.85-21.41-64.13-25.53-86.57-31.649-40.96-11.17-75.85-18.759-118.36-17.96-67.8 1.276-121.21 7.655-185.41 29.981-28.14 9.972-81.27 37.108-107.93 58.238-26.66 21.13-65.26 50.316-81.19 77.333-5.578 9.46-11.86 18.497-25.06 33.167-19.2 21.049-41.42 81.935-48.62 111.278-1.8 6.378 2.99 13.396.593 19.776-2.4 7.016-13.8 10.213-15 15.953-4.8 20.411-3.6 46.561-3.6 68.885 0 12.118 3.6 28.701 7.8 38.269 3 6.378 12.6 10.846 13.8 17.224.6 4.463-5.39 9.565-5.4 13.391 0 3.189 5.4 46.574 8.4 52.953 4.2 7.653 17.4 17.219 21 26.148 2.4 6.378-4.21 12.761.593 19.14 3 3.828 12.61 3.822 16.21 8.925 4.8 6.377 15 24.87 19.8 30.615 3.6 4.465 10.2 6.386 13.2 8.299 9 6.378 1.2 12.114 9.6 21.681 26.4 29.98 67.2 66.983 106.2 83.568 6.02 2.557 67.75 26.132 71.39 26.148 87 12.829 184.84 11.627 269.44-35.575 19.8-10.847 131.97-88.808 150.57-181.295 4.2-18.498 9.6-63.156 7.2-81.016-9.6-66.339-50.48-161.757-125.41-197.094-39.91-18.824-70.2-18.5-78-17.224-22.8 4.464-30.6-8.931-51.6-7.019-64.2 5.104-127.2 22.966-176.4 74.633-45 47.84-54.01 109.075-31.21 147.986 2.4 5.103 1.2 11.483-3.6 14.672-2.1 1.276-4.05 2.87-4.95 4.545-1.79 3.329 3.39 5.108 6.95 6.357 24.96 8.732 33.96 50.842 67 49.058h7.2c0 0 13.8-.004 19.2-6.383 4.44-5.242 4.42-11.346 1.27-14.063-1.4-1.211-3.18-1.934-3.59-3.741-.453-1.992-.68-4.615-.681-5.793 0-1.276 1.8-1.921 1.8-3.197-.003-3.825-4.2-7.015-3.6-10.84.385-2.037 3.21-4.854 5.21-6.957 1.51-1.598 1.54-3.634.545-5.6-.036-.071-.072-.142-.106-.215-.961-1.974-1.14-4.318-.487-6.413.376-1.204.831-2.491.833-3.777.6-5.74-1.79-8.293-2.39-12.756 0-1.576 8.54-5.319 11.56-7.66.889-.689.984-1.844.691-2.93-.623-2.315-1.452-3.033-1.452-7.27 0-1.019.861-2.444 1.895-3.789 2.084-2.71 4-5.598 4.941-8.885l1.659-5.787c.693-2.42 2.532-4.345 4.918-5.146 4.134-1.391 2.217-8.13 6.155-10.008 1.146-.546 4.024.147 8.633-.833 9.595-1.913 2.998-5.104 4.796-10.205.839-3.124 3.44-2.814 5.956-2.565 2.016.2 3.98-.461 5.43-1.875 1.428-1.391 2.868-3.021 4.811-3.85 2.433-1.034 8.813-1.233 13.379-1.271 1.879-.016 3.744-.285 5.61-.505 5.096-.599 12.326-.244 15.819-.774 4.197-.64 6.596-4.466 10.194-4.467 3.001 0 7.206 5.102 10.205 5.102 3-.002 5.999-2.552 8.998-2.552 1.8.001 2.4 3.186 5.399 3.187h1.197c0 0 27.604.635 56.403 18.494 19.8 12.119 34.204 41.466 34.204 41.466 13.799 23.6-1.51 47.864-1.51 69.551 0 8.93 2.996 16.585 1.197 24.877-1.201 6.377-6.002 11.485-7.803 16.589-1.797 4.464-1.795 10.206-7.791 18.494-4.8 7.016-7.205 7.014-8.405 8.29-1.8 1.913-17.336 25.407-27.536 34.338-27 24.239-51.957 31.337-88.557 31.975-16.199.638-17.999 3.832-20.399 3.832-8.401.637-46.792-1.273-58.796-3.186 0 0-53.397-10.205-74.4-20.41-11.4-5.104-86.405-60.602-103.205-91.858-52.2-98.232-40.196-202.843 13.804-273.008 39-51.03 103.198-117.368 255.594-130.127 77.401-6.378 146.408 3.831 200.409 29.346 76.198 35.721 131.997 98.868 166.797 173.498C1154.8 743.282 1151.37 887.599 1033.77 1021.55z" })
14
+ ]
15
+ }
16
+ );
17
+ export {
18
+ e as Granola,
19
+ e as default
20
+ };
@@ -67,6 +67,7 @@ export * from './google-sheets';
67
67
  export * from './google-shopping';
68
68
  export * from './google-slides';
69
69
  export * from './goose';
70
+ export * from './granola';
70
71
  export * from './heroku';
71
72
  export * from './hootsuite';
72
73
  export * from './hubspot';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../lib/components/ui/atoms/icons/index.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../lib/components/ui/atoms/icons/index.tsx"],"names":[],"mappings":"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"}
@@ -66,83 +66,84 @@ import { GoogleSheets as Sr } from "./google-sheets.js";
66
66
  import { GoogleShopping as Br } from "./google-shopping.js";
67
67
  import { GoogleSlides as Dr } from "./google-slides.js";
68
68
  import { Goose as Or } from "./goose.js";
69
- import { Heroku as wr } from "./heroku.js";
70
- import { Hootsuite as vr } from "./hootsuite.js";
71
- import { Hubspot as Er } from "./hubspot.js";
72
- import { Imgflip as Zr } from "./imgflip.js";
73
- import { Intercom as Ir } from "./intercom.js";
74
- import { Jira as Nr } from "./jira.js";
75
- import { Langchain as Jr } from "./langchain.js";
76
- import { Linear as Vr } from "./linear.js";
77
- import { Linkedin as Yr } from "./linkedin.js";
78
- import { Luma as jr } from "./luma.js";
79
- import { Mailchimp as Ur } from "./mailchimp.js";
80
- import { Mastra as $r } from "./mastra.js";
81
- import { MathToolkit as re } from "./math-toolkit.js";
82
- import { Mcp as te } from "./mcp.js";
83
- import { Microsoft as fe } from "./microsoft.js";
84
- import { MicrosoftDynamics as xe } from "./microsoft-dynamics.js";
85
- import { MicrosoftExcel as ae } from "./microsoft-excel.js";
86
- import { MicrosoftOnedrive as se } from "./microsoft-onedrive.js";
87
- import { MicrosoftPowerpoint as ce } from "./microsoft-powerpoint.js";
88
- import { MicrosoftSharepoint as ge } from "./microsoft-sharepoint.js";
89
- import { MicrosoftTeams as he } from "./microsoft-teams.js";
90
- import { MicrosoftWord as Ge } from "./microsoft-word.js";
91
- import { Miro as Ce } from "./miro.js";
92
- import { Monday as Se } from "./monday.js";
93
- import { MongoDB as Be } from "./mongodb.js";
94
- import { Netsuite as De } from "./netsuite.js";
95
- import { Notion as Oe } from "./notion.js";
96
- import { Oauth as we } from "./oauth.js";
97
- import { Obsidian as ve } from "./obsidian.js";
98
- import { Okta as Ee } from "./okta.js";
99
- import { Openai as Ze } from "./openai.js";
100
- import { OutlookCalendar as Ie } from "./outlook-calendar.js";
101
- import { OutlookMail as Ne } from "./outlook-mail.js";
102
- import { Pagerduty as Je } from "./pagerduty.js";
103
- import { Pinecone as Ve } from "./pinecone.js";
104
- import { Pinterest as Ye } from "./pinterest.js";
105
- import { Pipedrive as je } from "./pipedrive.js";
106
- import { Plaid as Ue } from "./plaid.js";
107
- import { Postgres as $e } from "./postgres.js";
108
- import { Posthog as rt } from "./posthog.js";
109
- import { Pylon as tt } from "./pylon.js";
110
- import { Quickbooks as ft } from "./quickbooks.js";
111
- import { Railway as xt } from "./railway.js";
112
- import { Reddit as at } from "./reddit.js";
113
- import { Salesforce as st } from "./salesforce.js";
114
- import { Shopify as ct } from "./shopify.js";
115
- import { Singlestore as gt } from "./singlestore.js";
116
- import { Slack as ht } from "./slack.js";
117
- import { Snowflake as Gt } from "./snowflake.js";
118
- import { Splunk as Ct } from "./splunk.js";
119
- import { Spotify as St } from "./spotify.js";
120
- import { Square as Bt } from "./square.js";
121
- import { Squarespace as Dt } from "./squarespace.js";
122
- import { Squareup as Ot } from "./squareup.js";
123
- import { Stripe as wt } from "./stripe.js";
124
- import { Tesla as vt } from "./tesla.js";
125
- import { Ticktick as Et } from "./ticktick.js";
126
- import { Tiktok as Zt } from "./tiktok.js";
127
- import { Trello as It } from "./trello.js";
128
- import { Twilio as Nt } from "./twilio.js";
129
- import { Twitch as Jt } from "./twitch.js";
130
- import { Vercel as Vt } from "./vercel.js";
131
- import { Vscode as Yt } from "./vscode.js";
132
- import { Walmart as jt } from "./walmart.js";
133
- import { Weaviate as Ut } from "./weaviate.js";
134
- import { Windsurf as $t } from "./windsurf.js";
135
- import { Workday as rp } from "./workday.js";
136
- import { Wrike as tp } from "./wrike.js";
137
- import { X as fp } from "./x.js";
138
- import { Xero as xp } from "./xero.js";
139
- import { Youtube as ap } from "./youtube.js";
140
- import { Yugabytedb as sp } from "./yugabytedb.js";
141
- import { Zendesk as cp } from "./zendesk.js";
142
- import { Zoho as gp } from "./zoho.js";
143
- import { ZohoBooks as hp } from "./zoho-books.js";
144
- import { ZohoCreator as Gp } from "./zoho-creator.js";
145
- import { Zoom as Cp } from "./zoom.js";
69
+ import { Granola as wr } from "./granola.js";
70
+ import { Heroku as vr } from "./heroku.js";
71
+ import { Hootsuite as Er } from "./hootsuite.js";
72
+ import { Hubspot as Zr } from "./hubspot.js";
73
+ import { Imgflip as Ir } from "./imgflip.js";
74
+ import { Intercom as Nr } from "./intercom.js";
75
+ import { Jira as Jr } from "./jira.js";
76
+ import { Langchain as Vr } from "./langchain.js";
77
+ import { Linear as Yr } from "./linear.js";
78
+ import { Linkedin as jr } from "./linkedin.js";
79
+ import { Luma as Ur } from "./luma.js";
80
+ import { Mailchimp as $r } from "./mailchimp.js";
81
+ import { Mastra as re } from "./mastra.js";
82
+ import { MathToolkit as te } from "./math-toolkit.js";
83
+ import { Mcp as fe } from "./mcp.js";
84
+ import { Microsoft as xe } from "./microsoft.js";
85
+ import { MicrosoftDynamics as ae } from "./microsoft-dynamics.js";
86
+ import { MicrosoftExcel as se } from "./microsoft-excel.js";
87
+ import { MicrosoftOnedrive as ce } from "./microsoft-onedrive.js";
88
+ import { MicrosoftPowerpoint as ge } from "./microsoft-powerpoint.js";
89
+ import { MicrosoftSharepoint as he } from "./microsoft-sharepoint.js";
90
+ import { MicrosoftTeams as Ge } from "./microsoft-teams.js";
91
+ import { MicrosoftWord as Ce } from "./microsoft-word.js";
92
+ import { Miro as Se } from "./miro.js";
93
+ import { Monday as Be } from "./monday.js";
94
+ import { MongoDB as De } from "./mongodb.js";
95
+ import { Netsuite as Oe } from "./netsuite.js";
96
+ import { Notion as we } from "./notion.js";
97
+ import { Oauth as ve } from "./oauth.js";
98
+ import { Obsidian as Ee } from "./obsidian.js";
99
+ import { Okta as Ze } from "./okta.js";
100
+ import { Openai as Ie } from "./openai.js";
101
+ import { OutlookCalendar as Ne } from "./outlook-calendar.js";
102
+ import { OutlookMail as Je } from "./outlook-mail.js";
103
+ import { Pagerduty as Ve } from "./pagerduty.js";
104
+ import { Pinecone as Ye } from "./pinecone.js";
105
+ import { Pinterest as je } from "./pinterest.js";
106
+ import { Pipedrive as Ue } from "./pipedrive.js";
107
+ import { Plaid as $e } from "./plaid.js";
108
+ import { Postgres as rt } from "./postgres.js";
109
+ import { Posthog as tt } from "./posthog.js";
110
+ import { Pylon as ft } from "./pylon.js";
111
+ import { Quickbooks as xt } from "./quickbooks.js";
112
+ import { Railway as at } from "./railway.js";
113
+ import { Reddit as st } from "./reddit.js";
114
+ import { Salesforce as ct } from "./salesforce.js";
115
+ import { Shopify as gt } from "./shopify.js";
116
+ import { Singlestore as ht } from "./singlestore.js";
117
+ import { Slack as Gt } from "./slack.js";
118
+ import { Snowflake as Ct } from "./snowflake.js";
119
+ import { Splunk as St } from "./splunk.js";
120
+ import { Spotify as Bt } from "./spotify.js";
121
+ import { Square as Dt } from "./square.js";
122
+ import { Squarespace as Ot } from "./squarespace.js";
123
+ import { Squareup as wt } from "./squareup.js";
124
+ import { Stripe as vt } from "./stripe.js";
125
+ import { Tesla as Et } from "./tesla.js";
126
+ import { Ticktick as Zt } from "./ticktick.js";
127
+ import { Tiktok as It } from "./tiktok.js";
128
+ import { Trello as Nt } from "./trello.js";
129
+ import { Twilio as Jt } from "./twilio.js";
130
+ import { Twitch as Vt } from "./twitch.js";
131
+ import { Vercel as Yt } from "./vercel.js";
132
+ import { Vscode as jt } from "./vscode.js";
133
+ import { Walmart as Ut } from "./walmart.js";
134
+ import { Weaviate as $t } from "./weaviate.js";
135
+ import { Windsurf as rp } from "./windsurf.js";
136
+ import { Workday as tp } from "./workday.js";
137
+ import { Wrike as fp } from "./wrike.js";
138
+ import { X as xp } from "./x.js";
139
+ import { Xero as ap } from "./xero.js";
140
+ import { Youtube as sp } from "./youtube.js";
141
+ import { Yugabytedb as cp } from "./yugabytedb.js";
142
+ import { Zendesk as gp } from "./zendesk.js";
143
+ import { Zoho as hp } from "./zoho.js";
144
+ import { ZohoBooks as Gp } from "./zoho-books.js";
145
+ import { ZohoCreator as Cp } from "./zoho-creator.js";
146
+ import { Zoom as Sp } from "./zoom.js";
146
147
  export {
147
148
  e as Adp,
148
149
  p as Aha,
@@ -212,81 +213,82 @@ export {
212
213
  Br as GoogleShopping,
213
214
  Dr as GoogleSlides,
214
215
  Or as Goose,
215
- wr as Heroku,
216
- vr as Hootsuite,
217
- Er as Hubspot,
218
- Zr as Imgflip,
219
- Ir as Intercom,
220
- Nr as Jira,
221
- Jr as Langchain,
222
- Vr as Linear,
223
- Yr as Linkedin,
224
- jr as Luma,
225
- Ur as Mailchimp,
226
- $r as Mastra,
227
- re as MathToolkit,
228
- te as Mcp,
229
- fe as Microsoft,
230
- xe as MicrosoftDynamics,
231
- ae as MicrosoftExcel,
232
- se as MicrosoftOnedrive,
233
- ce as MicrosoftPowerpoint,
234
- ge as MicrosoftSharepoint,
235
- he as MicrosoftTeams,
236
- Ge as MicrosoftWord,
237
- Ce as Miro,
238
- Se as Monday,
239
- Be as MongoDB,
240
- De as Netsuite,
241
- Oe as Notion,
242
- we as Oauth,
243
- ve as Obsidian,
244
- Ee as Okta,
245
- Ze as Openai,
246
- Ie as OutlookCalendar,
247
- Ne as OutlookMail,
248
- Je as Pagerduty,
249
- Ve as Pinecone,
250
- Ye as Pinterest,
251
- je as Pipedrive,
252
- Ue as Plaid,
253
- $e as Postgres,
254
- rt as Posthog,
255
- tt as Pylon,
256
- ft as Quickbooks,
257
- xt as Railway,
258
- at as Reddit,
259
- st as Salesforce,
260
- ct as Shopify,
261
- gt as Singlestore,
262
- ht as Slack,
263
- Gt as Snowflake,
264
- Ct as Splunk,
265
- St as Spotify,
266
- Bt as Square,
267
- Dt as Squarespace,
268
- Ot as Squareup,
269
- wt as Stripe,
270
- vt as Tesla,
271
- Et as Ticktick,
272
- Zt as Tiktok,
273
- It as Trello,
274
- Nt as Twilio,
275
- Jt as Twitch,
276
- Vt as Vercel,
277
- Yt as Vscode,
278
- jt as Walmart,
279
- Ut as Weaviate,
280
- $t as Windsurf,
281
- rp as Workday,
282
- tp as Wrike,
283
- fp as X,
284
- xp as Xero,
285
- ap as Youtube,
286
- sp as Yugabytedb,
287
- cp as Zendesk,
288
- gp as Zoho,
289
- hp as ZohoBooks,
290
- Gp as ZohoCreator,
291
- Cp as Zoom
216
+ wr as Granola,
217
+ vr as Heroku,
218
+ Er as Hootsuite,
219
+ Zr as Hubspot,
220
+ Ir as Imgflip,
221
+ Nr as Intercom,
222
+ Jr as Jira,
223
+ Vr as Langchain,
224
+ Yr as Linear,
225
+ jr as Linkedin,
226
+ Ur as Luma,
227
+ $r as Mailchimp,
228
+ re as Mastra,
229
+ te as MathToolkit,
230
+ fe as Mcp,
231
+ xe as Microsoft,
232
+ ae as MicrosoftDynamics,
233
+ se as MicrosoftExcel,
234
+ ce as MicrosoftOnedrive,
235
+ ge as MicrosoftPowerpoint,
236
+ he as MicrosoftSharepoint,
237
+ Ge as MicrosoftTeams,
238
+ Ce as MicrosoftWord,
239
+ Se as Miro,
240
+ Be as Monday,
241
+ De as MongoDB,
242
+ Oe as Netsuite,
243
+ we as Notion,
244
+ ve as Oauth,
245
+ Ee as Obsidian,
246
+ Ze as Okta,
247
+ Ie as Openai,
248
+ Ne as OutlookCalendar,
249
+ Je as OutlookMail,
250
+ Ve as Pagerduty,
251
+ Ye as Pinecone,
252
+ je as Pinterest,
253
+ Ue as Pipedrive,
254
+ $e as Plaid,
255
+ rt as Postgres,
256
+ tt as Posthog,
257
+ ft as Pylon,
258
+ xt as Quickbooks,
259
+ at as Railway,
260
+ st as Reddit,
261
+ ct as Salesforce,
262
+ gt as Shopify,
263
+ ht as Singlestore,
264
+ Gt as Slack,
265
+ Ct as Snowflake,
266
+ St as Splunk,
267
+ Bt as Spotify,
268
+ Dt as Square,
269
+ Ot as Squarespace,
270
+ wt as Squareup,
271
+ vt as Stripe,
272
+ Et as Tesla,
273
+ Zt as Ticktick,
274
+ It as Tiktok,
275
+ Nt as Trello,
276
+ Jt as Twilio,
277
+ Vt as Twitch,
278
+ Yt as Vercel,
279
+ jt as Vscode,
280
+ Ut as Walmart,
281
+ $t as Weaviate,
282
+ rp as Windsurf,
283
+ tp as Workday,
284
+ fp as Wrike,
285
+ xp as X,
286
+ ap as Xero,
287
+ sp as Youtube,
288
+ cp as Yugabytedb,
289
+ gp as Zendesk,
290
+ hp as Zoho,
291
+ Gp as ZohoBooks,
292
+ Cp as ZohoCreator,
293
+ Sp as Zoom
292
294
  };