analytica-frontend-lib 1.1.33 → 1.1.34

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.
package/dist/index.mjs CHANGED
@@ -7538,7 +7538,7 @@ var VideoPlayer_default = VideoPlayer;
7538
7538
 
7539
7539
  // src/components/Whiteboard/Whiteboard.tsx
7540
7540
  import { useCallback as useCallback2, useState as useState15 } from "react";
7541
- import { DownloadSimple } from "phosphor-react";
7541
+ import { ArrowsOut } from "phosphor-react";
7542
7542
  import { Fragment as Fragment7, jsx as jsx37, jsxs as jsxs31 } from "react/jsx-runtime";
7543
7543
  var IMAGE_WIDTH = 225;
7544
7544
  var IMAGE_HEIGHT = 90;
@@ -7633,10 +7633,10 @@ var Whiteboard = ({
7633
7633
  {
7634
7634
  type: "button",
7635
7635
  onClick: () => handleDownload(image),
7636
- className: "absolute bottom-3 right-3 flex items-center justify-center bg-black/20 backdrop-blur-sm rounded hover:bg-black/30 transition-colors duration-200 group/button w-6 h-6",
7636
+ className: "cursor-pointer absolute bottom-3 right-3 flex items-center justify-center bg-black/20 backdrop-blur-sm rounded hover:bg-black/30 transition-colors duration-200 group/button w-6 h-6",
7637
7637
  "aria-label": `Download ${image.title || "imagem"}`,
7638
7638
  children: /* @__PURE__ */ jsx37(
7639
- DownloadSimple,
7639
+ ArrowsOut,
7640
7640
  {
7641
7641
  size: 24,
7642
7642
  weight: "regular",