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/CheckBox/index.d.mts +1 -1
- package/dist/CheckBox/index.d.ts +1 -1
- package/dist/Radio/index.d.mts +2 -2
- package/dist/Radio/index.d.ts +2 -2
- package/dist/Search/index.d.mts +1 -1
- package/dist/Search/index.d.ts +1 -1
- package/dist/Whiteboard/index.js +2 -2
- package/dist/Whiteboard/index.js.map +1 -1
- package/dist/Whiteboard/index.mjs +3 -3
- package/dist/Whiteboard/index.mjs.map +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
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 {
|
|
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
|
-
|
|
7639
|
+
ArrowsOut,
|
|
7640
7640
|
{
|
|
7641
7641
|
size: 24,
|
|
7642
7642
|
weight: "regular",
|