diff --git a/.env b/.env new file mode 100644 index 0000000..4eddc0e --- /dev/null +++ b/.env @@ -0,0 +1,26 @@ +NEXT_PUBLIC_SANITY_DATASET=production +NEXT_PUBLIC_SANITY_PROJECT_ID=mlxdtup8 +NEXT_PUBLIC_BASE_URL=http://localhost:3000/ +SANITY_API_TOKEN=skT2G7wl4BFGvOLkELSIrcnFEBG3MyrXC71IJgv5iBOj5yxJx75MjgBzbbTvIwUtckXFIluhN2iEHiV37jNA0EcJmbTkMT1LJKwCNWH3ddJnof3mPQWDoVNggRM4ZCNgTDpbGqvjf4FE7xb5TkkTVUX5Rf1Fp4Z3IWZmlmwkSR2Fa8UdcikH +NEXTAUTH_SECRET=k3yf4g3h2u1t4sr5eh6s7i +NEXTAUTH_URL=http://localhost:3000/ +GOOGLE_CLIENT_ID=618426972732-a7fqd0fdg2aoa8iagu0vb7f6m0sl2hhs.apps.googleusercontent.com +GOOGLE_CLIENT_SECRET=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 +TRACING_ENABLED=false +NEXT_PUBLIC_SOCKET_URL="http://localhost:4000/" +NEXT_PUBLIC_SOCKETIO_URL_2=http://localhost:5000/ +NEXT_PUBLIC_SHAZAM_CORE_RAPID_API_KEY='2d7b7a8dfcmsh5d7d9d777fe58aap127c50jsn3b17984aa2a3' +NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=pk_test_c2FjcmVkLWdhcmZpc2gtNy5jbGVyay5hY2NvdW50cy5kZXYk +CLERK_SECRET_KEY=sk_test_LPEsuGh4YWMmMpL3t18rOw08KDjht3lBIsCgRq0Hl6 +NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in +NEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up +NEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL=/ +NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=/ +NEXT_PUBLIC_RAPID_API_KEY=0e8903e27emsh2333e866a960be6p1d76cbjsn8250ba0b208d +NEXT_PUBLIC_TINY=limjfdlb66u3w96h1skw5m93kdvmf55zt4ohb3ol4jeb3q6m +NEXT_PUBLIC_CLIENT_SECRET=505a9fece5074f17b4b9a5edee644089 +NEXT_PUBLIC_CLIENT_ID=db6947afde104dbc94f707562b9c20fc +JWT_SECRET=BQBjHQZbyyIZW-WjQ0TxejxcA9dO4v-CRE3zsHabyeowEWKGhepBwAbAPX1B1cnzZkV15J7KEZXA2pUfAmtc8Hms9TTXuAyQxsCB__qKtHDUteEoTsoipMzsiDXTi2kx9Vz0S1cInDyNsevceq29ivhfV-U3oFCWFtRyknTaEQsH1mCigpn-uXZ5AVD5gSqqPt3mK0Z2e5G40r0HpCJtCLgi1Ld2OufzmzagXiKcv9MY7unDjo5hjthV2UF9rmlAy0E6bUH3FcdtCoSsA7JFqAGZyg +NEXT_PUBLIC_CATTO_KEY=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 +NEXT_PUBLIC_CHAT_KEY=8ef40a21-bcb4-47f3-928e-2b83389392b1 +NEXT_PUBLIC_CHAT_KEY=pk-ihWDwESgKjNoJBbORkgfGDrBGEqnBSCIVwftLcSjoEgIYuFK \ No newline at end of file diff --git a/components/BoonIsland/Island.tsx b/components/BoonIsland/Island.tsx index 4ba388c..e27f84a 100644 --- a/components/BoonIsland/Island.tsx +++ b/components/BoonIsland/Island.tsx @@ -35,13 +35,13 @@ const Island = ({ users, setLoading, setShowBoonIslandModal }: Props) => { const productivity = Math.floor((focus_no * 10) / 60); return ( -
+
{user ? ( <> {level < 5 ? ( ) : level < 10 ? (
@@ -73,20 +73,22 @@ const Island = ({ users, setLoading, setShowBoonIslandModal }: Props) => { ) : ( {""} )} -
+
-

Current Level

-

{level}

+

+ Current Level +

+

{level}

-
+
-

Points

-

{focus}

+

Points

+

{focus}

-
+
-

Next Level

-

{level + 1}

+

Next Level

+

{level + 1}

{ {"i"}
- {level < 5 ? ( -
-

Newbie

-
- {/* display the image of the current level of boon island, static image to avoid long loading */} -
-
  • - You've spent more than {productivity} hours on your - productivity -
  • -
  • - You've just started exploring the wilderness of OwnBoon -
  • -
  • - You're in one of the top 60% users -
  • -
  • - You've explored 1% potential of ownboon -
  • +
    + {level < 5 ? ( +
    +

    Newbie

    +
    + {/* display the image of the current level of boon island, static image to avoid long loading */} +
    +
  • + You've spent more than {productivity} hours on your + productivity +
  • +
  • + You've just started exploring the wilderness of OwnBoon +
  • +
  • + You're in one of the top 60% users +
  • +
  • + You've explored 1% potential of ownboon +
  • +
    -
    - ) : level < 10 ? ( -
    -

    Seeker

    -
    - {/* display the image of the current level of boon island, static image to avoid long loading */} -
    -
  • - You've spent more than {productivity} hours on your - productivity -
  • -
  • - You're slowly coming in track with the pace of life -
  • -
  • - You're in one of the top 30% users -
  • -
  • - You've explored 5% potential of ownboon -
  • + ) : level < 10 ? ( +
    +

    Seeker

    +
    + {/* display the image of the current level of boon island, static image to avoid long loading */} +
    +
  • + You've spent more than {productivity} hours on your + productivity +
  • +
  • + You're slowly coming in track with the pace of life +
  • +
  • + You're in one of the top 30% users +
  • +
  • + You've explored 5% potential of ownboon +
  • +
    -
    - ) : level < 16 ? ( -
    -

    Level Name

    -
    - {/* display the image of the current level of boon island, static image to avoid long loading */} -
    -
  • - You've spent more than {productivity} hours on your - productivity -
  • -
  • - You're a {level < 11 ? "Newbie" : null} because you've - solved more than problems on ownboon -
  • -
  • - You're in one of the top 1% users -
  • -
  • - You've explored 30% potential of ownboon -
  • + ) : level < 16 ? ( +
    +

    Level Name

    +
    + {/* display the image of the current level of boon island, static image to avoid long loading */} +
    +
  • + You've spent more than {productivity} hours on your + productivity +
  • +
  • + You're a {level < 11 ? "Newbie" : null} because you've + solved more than problems on ownboon +
  • +
  • + You're in one of the top 1% users +
  • +
  • + You've explored 30% potential of ownboon +
  • +
    -
    - ) : level < 20 ? ( -
    -

    Level Name

    -
    - {/* display the image of the current level of boon island, static image to avoid long loading */} -
    -
  • - You've spent more than {productivity} hours on your - productivity -
  • -
  • - You're a {level < 11 ? "Newbie" : null} because you've - solved more than problems on ownboon -
  • -
  • - You're in one of the top 1% users -
  • -
  • - You've explored 30% potential of ownboon -
  • + ) : level < 20 ? ( +
    +

    Level Name

    +
    + {/* display the image of the current level of boon island, static image to avoid long loading */} +
    +
  • + You've spent more than {productivity} hours on your + productivity +
  • +
  • + You're a {level < 11 ? "Newbie" : null} because you've + solved more than problems on ownboon +
  • +
  • + You're in one of the top 1% users +
  • +
  • + You've explored 30% potential of ownboon +
  • +
    -
    - ) : level < 25 ? ( -
    -

    Level Name

    -
    - {/* display the image of the current level of boon island, static image to avoid long loading */} -
    -
  • - You've spent more than {productivity} hours on your - productivity -
  • -
  • - You're a {level < 11 ? "Newbie" : null} because you've - solved more than problems on ownboon -
  • -
  • - You're in one of the top 1% users -
  • -
  • - You've explored 30% potential of ownboon -
  • + ) : level < 25 ? ( +
    +

    Level Name

    +
    + {/* display the image of the current level of boon island, static image to avoid long loading */} +
    +
  • + You've spent more than {productivity} hours on your + productivity +
  • +
  • + You're a {level < 11 ? "Newbie" : null} because you've + solved more than problems on ownboon +
  • +
  • + You're in one of the top 1% users +
  • +
  • + You've explored 30% potential of ownboon +
  • +
    -
    - ) : level < 30 ? ( -
    -

    Level Name

    -
    - {/* display the image of the current level of boon island, static image to avoid long loading */} -
    -
  • - You've spent more than {productivity} hours on your - productivity -
  • -
  • - You're a {level < 11 ? "Newbie" : null} because you've - solved more than problems on ownboon -
  • -
  • - You're in one of the top 1% users -
  • -
  • - You've explored 30% potential of ownboon -
  • + ) : level < 30 ? ( +
    +

    Level Name

    +
    + {/* display the image of the current level of boon island, static image to avoid long loading */} +
    +
  • + You've spent more than {productivity} hours on your + productivity +
  • +
  • + You're a {level < 11 ? "Newbie" : null} because you've + solved more than problems on ownboon +
  • +
  • + You're in one of the top 1% users +
  • +
  • + You've explored 30% potential of ownboon +
  • +
    -
    - ) : level < 40 ? ( -
    -

    Level Name

    -
    - {/* display the image of the current level of boon island, static image to avoid long loading */} -
    -
  • - You've spent more than {productivity} hours on your - productivity -
  • -
  • - You're a {level < 11 ? "Newbie" : null} because you've - solved more than problems on ownboon -
  • -
  • - You're in one of the top 1% users -
  • -
  • - You've explored 30% potential of ownboon -
  • + ) : level < 40 ? ( +
    +

    Level Name

    +
    + {/* display the image of the current level of boon island, static image to avoid long loading */} +
    +
  • + You've spent more than {productivity} hours on your + productivity +
  • +
  • + You're a {level < 11 ? "Newbie" : null} because you've + solved more than problems on ownboon +
  • +
  • + You're in one of the top 1% users +
  • +
  • + You've explored 30% potential of ownboon +
  • +
    -
    - ) : level < 50 ? ( -
    -

    Level Name

    -
    - {/* display the image of the current level of boon island, static image to avoid long loading */} -
    -
  • - You've spent more than {productivity} hours on your - productivity -
  • -
  • - You're a {level < 11 ? "Newbie" : null} because you've - solved more than problems on ownboon -
  • -
  • - You're in one of the top 1% users -
  • -
  • - You've explored 30% potential of ownboon -
  • + ) : level < 50 ? ( +
    +

    Level Name

    +
    + {/* display the image of the current level of boon island, static image to avoid long loading */} +
    +
  • + You've spent more than {productivity} hours on your + productivity +
  • +
  • + You're a {level < 11 ? "Newbie" : null} because you've + solved more than problems on ownboon +
  • +
  • + You're in one of the top 1% users +
  • +
  • + You've explored 30% potential of ownboon +
  • +
    -
    - ) : level > 199 ? ( -
    -

    SaarDOO

    -
    - {/* display the image of the current level of boon island, static image to avoid long loading */} -
    -
  • - You've spent more than {productivity} hours on your - productivity -
  • -
  • - You're becoming a Greek God because you've solved more - than problems 100 on ownboon -
  • -
  • - You're in one of the top 0.000001% users -
  • -
  • - You've explored 100% potential of ownboon -
  • + ) : level > 199 ? ( +
    +

    SaarDOO

    +
    + {/* display the image of the current level of boon island, static image to avoid long loading */} +
    +
  • + You've spent more than {productivity} hours on your + productivity +
  • +
  • + You're becoming a Greek God because you've solved more + than problems 100 on ownboon +
  • +
  • + You're in one of the top 0.000001% users +
  • +
  • + You've explored 100% potential of ownboon +
  • +
    -
    - ) : ( -
    -

    Level Name

    -
    - {/* display the image of the current level of boon island, static image to avoid long loading */} -
    -
  • - You've spent more than {productivity} hours on your - productivity -
  • -
  • - You're becoming a Greek God because you've solved more - than problems 100 on ownboon -
  • -
  • - You're in one of the top 0.1% users -
  • -
  • - You've explored 30% potential of ownboon -
  • + ) : ( +
    +

    Level Name

    +
    + {/* display the image of the current level of boon island, static image to avoid long loading */} +
    +
  • + You've spent more than {productivity} hours on your + productivity +
  • +
  • + You're becoming a Greek God because you've solved more + than problems 100 on ownboon +
  • +
  • + You're in one of the top 0.1% users +
  • +
  • + You've explored 30% potential of ownboon +
  • +
    -
    - )} + )} +
    ) : ( diff --git a/components/ChapterPopup/ChapterPopup.tsx b/components/ChapterPopup/ChapterPopup.tsx index c5299fd..0f32a36 100644 --- a/components/ChapterPopup/ChapterPopup.tsx +++ b/components/ChapterPopup/ChapterPopup.tsx @@ -19,7 +19,7 @@ const Dialog = ({ isOpen, onClose, children }: any) => {
    {children}
    diff --git a/components/Chat/ChannelPreview.tsx b/components/Chat/ChannelPreview.tsx new file mode 100644 index 0000000..d9636c9 --- /dev/null +++ b/components/Chat/ChannelPreview.tsx @@ -0,0 +1,31 @@ +const ChannelPreview = ({ channel, onChannelSelect }: any) => { + return ( +
    onChannelSelect(channel)} + > + +
    +
    {channel.name}
    +
    + {channel.lastMessage?.messageType === "file" + ? channel.lastMessage.name + : channel.lastMessage?.message} +
    +
    +
    + {new Intl.DateTimeFormat("en-us", { + month: "short", + day: "2-digit", + }).format(channel.lastMessage?.createdAt)} +
    +
    + ); +}; + +export default ChannelPreview; diff --git a/components/Chat/Chat.tsx b/components/Chat/Chat.tsx index 57c7111..f3e78b6 100644 --- a/components/Chat/Chat.tsx +++ b/components/Chat/Chat.tsx @@ -1,9 +1,10 @@ import React, { useState } from "react"; // import SendbirdApp from "@sendbird/uikit-react/App"; import { User } from "../../typings"; - +import "../../styles/chat.css"; +// @ts-ignore +import App from "@sendbird/uikit-react/App"; const APP_ID = "7FB154A3-C967-45D0-90B7-6A63E5F0E3EB"; -const USER_ID = "astrosaard"; // @ts-ignore import SBConversation from "@sendbird/uikit-react/Channel"; // @ts-ignore @@ -28,46 +29,9 @@ const Chat = ({ user }: Props) => { const [currentChannelUrl, setCurrentChannelUrl] = useState(""); const [category, setCategory] = useState(""); return ( -
    +
    {" "} - -
    -
    - { - if (channel && channel.url) { - setCurrentChannelUrl(channel.url); - setCategory(channel.url); - } - }} - /> -
    -
    - { - setShowSettings(true); - }} - /> -
    - {showSettings && ( -
    - { - setShowSettings(false); - }} - /> -
    - )} -
    -
    +
    ); }; diff --git a/components/Chat/ChatHeader.tsx b/components/Chat/ChatHeader.tsx new file mode 100644 index 0000000..7d6627b --- /dev/null +++ b/components/Chat/ChatHeader.tsx @@ -0,0 +1,14 @@ +import IconArrowLeft from "./icon-arrow-left.svg"; +import "../../styles/chat-mobile.css"; +import { ArrowLeftIcon } from "@heroicons/react/24/outline"; +const ChatHeader = ({ channel, user, onBack }: any) => ( +
    + + {channel.name} + {user.nickname} +
    +); + +export default ChatHeader; diff --git a/components/Chat/ChatMobile.tsx b/components/Chat/ChatMobile.tsx new file mode 100644 index 0000000..5e9a00d --- /dev/null +++ b/components/Chat/ChatMobile.tsx @@ -0,0 +1,61 @@ +// @ts-ignore +import SBConversation from "@sendbird/uikit-react/Channel"; +// @ts-ignore +import SBChannelList from "@sendbird/uikit-react/ChannelList"; +// @ts-ignore +import SBChannelSettings from "@sendbird/uikit-react/ChannelSettings"; +// @ts-ignore +import SBProvider from "@sendbird/uikit-react/SendbirdProvider"; +import { useState } from "react"; +import ChatHeader from "./ChatHeader"; +import ChannelPreview from "./ChannelPreview"; +import { User } from "../../typings"; +// @ts-ignore +import Channel from "@sendbird/uikit-react/Channel"; +const APP_ID = "7FB154A3-C967-45D0-90B7-6A63E5F0E3EB"; +interface Props { + user: User[]; +} + +export default function ChatMobile({ user }: Props) { + const [channel, setChannel] = useState(null); + + const onChannelSelect = (_channel: any) => { + setChannel(_channel); + }; + + const onBack = () => { + setChannel(null); + }; + + return ( +
    + +
    + {channel ? ( +
    + ( + + )} + /> +
    + ) : ( +
    + ( + + )} + /> +
    + )} +
    +
    +
    + ); +} diff --git a/components/Chat/icon-arrow-left.svg b/components/Chat/icon-arrow-left.svg new file mode 100644 index 0000000..b50ba1d --- /dev/null +++ b/components/Chat/icon-arrow-left.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/components/Clock/Clock.tsx b/components/Clock/Clock.tsx index 8a4531b..4ae2fea 100644 --- a/components/Clock/Clock.tsx +++ b/components/Clock/Clock.tsx @@ -2,14 +2,16 @@ import React, { useEffect, useState } from "react"; import { Inter, Poppins } from "next/font/google"; import "./clock.css"; -type Props = {}; +type Props = { + sessionStarted: boolean; +}; const poppins = Poppins({ subsets: ["latin"], weight: "100", }); -const Clock = (props: Props) => { +const Clock = ({ sessionStarted }: Props) => { const [currentTime, setCurrentTime] = useState(new Date()); useEffect(() => { @@ -49,7 +51,7 @@ const Clock = (props: Props) => { const year = currentTime.getFullYear(); return ( -
    +
    @@ -66,7 +68,7 @@ const Clock = (props: Props) => {
    {dayOfWeek}
    -
    + {/* {sessionStarted &&
    } */}
    ); }; diff --git a/components/FeedCard.tsx b/components/FeedCard.tsx index ee3a232..ee4f973 100644 --- a/components/FeedCard.tsx +++ b/components/FeedCard.tsx @@ -7,11 +7,13 @@ import { FeedComment, FeedCommentBody, Posts, + User as Users, + UserBody, Videos, } from "../typings"; import ReactTimeago from "react-timeago"; import { fetchComments } from "../utils/fetchComments"; -import { Button, Grid, Input, Text, User } from "@nextui-org/react"; +import { Button, Grid, Input, Text, Tooltip, User } from "@nextui-org/react"; import { BsSend } from "react-icons/bs"; import { useUser } from "@clerk/nextjs"; import ReactPlayer from "react-player"; @@ -23,13 +25,95 @@ import { FaShareAlt, FaThumbsUp, } from "react-icons/fa"; +import { useRouter } from "next/router"; +import { + Divider, + Menu, + MenuItem, + MenuProps, + alpha, + styled, +} from "@mui/material"; +import { DeleteIcon } from "lucide-react"; interface Props { feeds: Videos; + match: Users[]; + users: Users[]; } -const FeedCard = ({ feeds }: Props) => { +const StyledMenu = styled((props: MenuProps) => ( + +))(({ theme }) => ({ + "& .MuiPaper-root": { + borderRadius: 6, + marginTop: theme.spacing(1), + minWidth: 180, + + color: + theme.palette.mode === "light" + ? "theme.palette.grey[300]" + : theme.palette.grey[300], + boxShadow: + "rgb(255, 255, 255) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px", + "& .MuiMenu-list": { + padding: "4px 0", + }, + "& .MuiMenuItem-root": { + "& .MuiSvgIcon-root": { + fontSize: 18, + color: theme.palette.text.secondary, + marginRight: theme.spacing(1.5), + }, + "&:active": { + backgroundColor: alpha( + theme.palette.primary.main, + theme.palette.action.selectedOpacity + ), + }, + }, + }, +})); + +const FeedCard = ({ feeds, match, users }: Props) => { const [comments, setComments] = useState([]); + const [loading, setLoading] = useState(false); + const router = useRouter(); + const [anchorEl, setAnchorEl] = React.useState(null); + const open = Boolean(anchorEl); + const handleClick = (event: React.MouseEvent) => { + setAnchorEl(event.currentTarget); + }; + const handleClose = () => { + setAnchorEl(null); + }; + + const characters = + "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789"; + function generateString(length: number) { + let result = " "; + const charactersLength = characters.length; + for (let i = 0; i < length; i++) { + result += characters.charAt(Math.floor(Math.random() * charactersLength)); + } + + return result; + } + + const random = generateString(8); + const random2 = generateString(9); + const { isLoaded, isSignedIn, user } = useUser(); const refreshComments = async () => { // @ts-ignore @@ -42,9 +126,146 @@ const FeedCard = ({ feeds }: Props) => { refreshComments(); }, []); + const blogauthor = users.filter( + (userss) => userss.slug!.current === feeds.author + ); + + const likeIfFollowMoreThan0 = async (id: string) => { + const liked = feeds.liked!.map((follows) => ({ + _key: random, + _ref: follows._id, + _type: "reference", + })); + const mutation = { + _id: id, + liked: [ + // previously liked + + ...liked, + + { + _key: random2, + _ref: match[0]._id, + _type: "reference", + }, + ], + }; + const result = await fetch(`/api/setBlog`, { + body: JSON.stringify(mutation), + method: "POST", + }); + + const json = result.json(); + // console.log(json); + router.replace(router.pathname); + return json; + }; + const likeIfFollowLessThan0 = async (id: string) => { + const mutation = { + _id: id, + liked: [ + // previously liked + + { + _key: random2, + _ref: match[0]._id, + _type: "reference", + }, + ], + }; + const result = await fetch(`/api/setBlog`, { + body: JSON.stringify(mutation), + method: "POST", + }); + + const json = result.json(); + // console.log(json); + router.replace(router.pathname); + return json; + }; + const isfollowing = match[0].follow?.map((followers) => followers.name); + const addFollowIfFollowMoreThan1 = async (e: any) => { + const follows = match[0].follow!.map((follows) => ({ + _key: random, + _ref: follows._id, + _type: "reference", + })); + e.preventDefault(); + try { + const postInfo: UserBody = { + id: match[0]._id, + follow: [ + ...follows, + + { + _key: random2, + _ref: blogauthor[0]._id!, + _type: "reference", + }, + ], + }; + const result = await fetch(`/api/addFollow`, { + body: JSON.stringify(postInfo), + method: "POST", + }); + + const json = await result.json(); + return json; + } catch (err) { + console.error(err); + } finally { + // window.location.reload(); + router.replace(router.pathname); + } + }; + const addDelete = async (id: string) => { + const postInfo = { + // @ts-ignore + _id: id, + }; + + const result = await fetch(`/api/deleteGoals`, { + body: JSON.stringify(postInfo), + method: "POST", + }); + const json = await result.json(); + return json; + }; + console.log(blogauthor); + const addFollowIfFollowLessThan1 = async (e: any) => { + e.preventDefault(); + try { + const postInfo: UserBody = { + id: match[0]._id, + follow: [ + { + _key: "uehquhe", + _ref: blogauthor[0]._id!, + _type: "reference", + }, + ], + }; + const result = await fetch(`/api/addFollow`, { + body: JSON.stringify(postInfo), + method: "POST", + }); + + const json = await result.json(); + return json; + } catch (err) { + console.error(err); + } finally { + // window.location.reload(); + router.replace(router.pathname); + } + router.replace(router.pathname); + }; + const [input, setInput] = useState(""); + const [showInput, setShowInput] = useState(false); const handleSubmit = async (id: string) => { + setLoading(true); // Comment logic const comment: FeedCommentBody = { _type: "feedcomment", @@ -61,104 +282,258 @@ const FeedCard = ({ feeds }: Props) => { setInput(""); refreshComments(); + setLoading(false); }; return ( -
    -
    -
    - {feeds.video ? ( - - ) : ( - <> - - - )} -
    -
    -
    -
    - +
    +
    +
    +
    -

    - {feeds.author} -

    - - -
    -
    -

    - {feeds.author}: -

    -

    - {feeds.title} -

    -
    -
    - {comments.map((comment) => ( - -
    +
    +
    +
    +
    +
    + + + {feeds.author} + + {match[0].follow ? ( + isfollowing!.includes(blogauthor[0].name) ? ( +
    + Following +
    + ) : ( +
    { + { + match[0].follow + ? match[0].follow.length > 0 + ? addFollowIfFollowMoreThan1(e) + : addFollowIfFollowLessThan1(e) + : addFollowIfFollowLessThan1(e); + } + }} + className="text-zinc-300 flex shine-button cursor-pointer text-center text-xs font-semibold self-center border bg-white bg-opacity-20 w-fit justify-center max-w-full my-auto pl-4 pr-4 py-2 rounded border-solid border-white border-opacity-30" + > + Follow +
    + ) + ) : ( +
    { + { + match[0].follow + ? match[0].follow.length > 0 + ? addFollowIfFollowMoreThan1(e) + : addFollowIfFollowLessThan1(e) + : addFollowIfFollowLessThan1(e); + } + }} + className="text-zinc-300 flex shine-button cursor-pointer text-center text-xs font-semibold self-center border bg-white bg-opacity-20 w-fit justify-center max-w-full my-auto pl-4 pr-4 py-2 rounded border-solid border-white border-opacity-30" + > + Follow +
    + )} +
    + + + + Report + + + + {blogauthor[0].name == match[0].name && ( + addDelete(feeds._id!)} disableRipple> + + Delete + + )} + +
    +
    +
    + {feeds.author} : + + {feeds.title} +
    +
    + {comments.map((comment) => ( +
    -

    - {comment.username} -

    -
    -

    - {comment.comment} -

    - - ))} -
    -
    -
    -
    -
    -
    - -
    -
    -
    -
    - -
    -
    -
    -
    - + +
    + {comment.username} + + {comment.comment}
    -
    -
    - -
    + ))}
    -
    -
    +
    +
    + + {match[0].follow ? ( + isfollowing!.includes(blogauthor[0].name) ? ( + { + { + feeds.liked + ? feeds.liked.length > 1 + ? likeIfFollowMoreThan0(feeds._id!) + : likeIfFollowLessThan0(feeds._id!) + : likeIfFollowLessThan0(feeds._id!); + } + }} + loading="lazy" + src="https://cdn.discordapp.com/attachments/1018558539947585596/1167502249883349102/New_Project.png?ex=654e5c33&is=653be733&hm=f572aa28044141d5286d43bd7bfd892b5f9fbf4bc091ae6b9bff2fac200be80b&" + className={`h-6 w-6 select-none ${ + match[0].follow + ? isfollowing!.includes(blogauthor[0].name) + ? "!text-pink-500" + : "text-neutal-200" + : "text-neutal-200" + }`} + /> + ) : ( + { + { + feeds.liked + ? feeds.liked.length > 1 + ? likeIfFollowMoreThan0(feeds._id!) + : likeIfFollowLessThan0(feeds._id!) + : likeIfFollowLessThan0(feeds._id!); + } + }} + loading="lazy" + src="https://cdn.discordapp.com/attachments/1018558539947585596/1167111169270620170/d1567390-3379-41d2-babd-6b498aa16668.png?ex=654ceffa&is=653a7afa&hm=afd7c302b6aabe3652afd62784cdf468b22b9e157f25bc2d642b56f38a50e6b8&" + className={`h-6 w-6 select-none ${ + match[0].follow + ? isfollowing!.includes(blogauthor[0].name) + ? "!text-pink-500" + : "text-neutal-200" + : "text-neutal-200" + }`} + /> + ) + ) : ( + { + { + feeds.liked + ? feeds.liked.length > 1 + ? likeIfFollowMoreThan0(feeds._id!) + : likeIfFollowLessThan0(feeds._id!) + : likeIfFollowLessThan0(feeds._id!); + } + }} + loading="lazy" + src="https://cdn.discordapp.com/attachments/1018558539947585596/1167111169270620170/d1567390-3379-41d2-babd-6b498aa16668.png?ex=654ceffa&is=653a7afa&hm=afd7c302b6aabe3652afd62784cdf468b22b9e157f25bc2d642b56f38a50e6b8&" + className={`h-6 w-6 select-none ${ + match[0].follow + ? isfollowing!.includes(blogauthor[0].name) + ? "!text-pink-500" + : "text-neutal-200" + : "text-neutal-200" + }`} + /> + )} + {/* { + { + feeds.liked + ? feeds.liked.length > 1 + ? likeIfFollowMoreThan0(feeds._id!) + : likeIfFollowLessThan0(feeds._id!) + : likeIfFollowLessThan0(feeds._id!); + } + }} + loading="lazy" + src="https://cdn.discordapp.com/attachments/1018558539947585596/1167111169270620170/d1567390-3379-41d2-babd-6b498aa16668.png?ex=654ceffa&is=653a7afa&hm=afd7c302b6aabe3652afd62784cdf468b22b9e157f25bc2d642b56f38a50e6b8&" + className={`h-6 w-6 select-none ${ + match[0].follow + ? isfollowing!.includes(blogauthor[0].name) + ? "!text-pink-500" + : "text-neutal-200" + : "text-neutal-200" + }`} + /> */} + + { + showInput ? setShowInput(false) : setShowInput(true); + }} + loading="lazy" + src="https://cdn.discordapp.com/attachments/1018558539947585596/1167111660796923994/8c272588-6472-4826-a64b-a0f519036dce.png?ex=654cf06f&is=653a7b6f&hm=ccbebd184604575c240073226a68df30bc14f83af055f9ed73788207b3e830af&" + className="h-6 w-6 active:scale-105 cursor-pointer " + /> + +
    + {/* Description of the other image */} + {showInput && ( +
    setInput(e.target.value)} - className="bg-transparent focus:outline-none px-2 focus:border-white/0 focus:ring-0 text-neutral-200 " + onKeyDown={(e) => { + if (e.key == "Enter" && input.length > 0) { + handleSubmit(feeds._id!); + } + }} + placeholder="write your comment" + className="text-zinc-300 text-sm bg-transparent outline-none focus:outline-none focus:ring-0 font-semibold self-stretch w-full max-w-full pl-3 pr-5 py-1.5 " + /> + + handleSubmit(feeds._id!)} + loading="lazy" + srcSet="https://cdn.builder.io/api/v1/image/assets/TEMP/5dbc9a54-5238-46f5-b5e8-0c265974538a?apiKey=8d19dab166a647fb9eff6738dee1ce62&width=100 100w, https://cdn.builder.io/api/v1/image/assets/TEMP/5dbc9a54-5238-46f5-b5e8-0c265974538a?apiKey=8d19dab166a647fb9eff6738dee1ce62&width=200 200w, https://cdn.builder.io/api/v1/image/assets/TEMP/5dbc9a54-5238-46f5-b5e8-0c265974538a?apiKey=8d19dab166a647fb9eff6738dee1ce62&width=400 400w, https://cdn.builder.io/api/v1/image/assets/TEMP/5dbc9a54-5238-46f5-b5e8-0c265974538a?apiKey=8d19dab166a647fb9eff6738dee1ce62&width=800 800w, https://cdn.builder.io/api/v1/image/assets/TEMP/5dbc9a54-5238-46f5-b5e8-0c265974538a?apiKey=8d19dab166a647fb9eff6738dee1ce62&width=1200 1200w, https://cdn.builder.io/api/v1/image/assets/TEMP/5dbc9a54-5238-46f5-b5e8-0c265974538a?apiKey=8d19dab166a647fb9eff6738dee1ce62&width=1600 1600w, https://cdn.builder.io/api/v1/image/assets/TEMP/5dbc9a54-5238-46f5-b5e8-0c265974538a?apiKey=8d19dab166a647fb9eff6738dee1ce62&width=2000 2000w, https://cdn.builder.io/api/v1/image/assets/TEMP/5dbc9a54-5238-46f5-b5e8-0c265974538a?apiKey=8d19dab166a647fb9eff6738dee1ce62&" + className=" w-4 h-4 md:w-5 md:h-5 cursor-pointer active:scale-105 " /> -
    - handleSubmit(feeds._id!)} /> -
    -
    + )}
    diff --git a/components/Habits/ParentHabit.jsx b/components/Habits/ParentHabit.jsx new file mode 100644 index 0000000..81552dd --- /dev/null +++ b/components/Habits/ParentHabit.jsx @@ -0,0 +1,392 @@ +import Head from "next/head"; +import "react-responsive-carousel/lib/styles/carousel.min.css"; // requires a loader +import VanillaTilt from "vanilla-tilt"; +import { StackedImageAnimation } from "../Layout/StackedImageAnimation"; +import { useEffect } from "react"; +import { toast } from "react-toastify"; +import Image from "next/image"; +export default function ParentHabit({ section }) { + const list = { + habit: { + title: "Habits", + about: + "Discover curated self-improvement content and essential tools in one place, accompanied by a motivating playlist.", + featureheading: [ + "Extensive Research & Analysis", + "Personalized Roadmaps", + "Tailored Community", + ], + featureparagraph: [ + "Explore comprehensive content tailored to each habit, providing valuable insights and guidance.", + "Receive AI-generated personalized roadmaps for self-improvement, guiding you towards your best self.", + "Connect with like-minded individuals, find study and gym buddies, and engage in focused group chats.", + ], + }, + productivity: { + title: "Productivity", + about: + "Boost your productivity with AI-powered tools, task scheduling, and study techniques tailored to your goals.", + featureheading: [ + "The AI Powered Platform", + "Immersive Lofi Study Sessions", + "Ultimate Ecosystem", + ], + featureparagraph: [ + "Leverage AI to automate task scheduling and discover optimal study techniques for efficient progress.", + "Immerse yourself in animated Lofi video sessions and curated playlists designed to enhance focus.", + "Access a comprehensive range of features including todos, journaling, notion templates, and more, all synchronized across the platform.", + ], + }, + community: { + title: "Community", + about: + "Join a supportive community of like-minded individuals, fostering motivation, and discipline for greater progress.", + featureheading: [ + "Productive Media", + "AI Minimalism", + "Group Inspiration", + ], + featureparagraph: [ + "Engage in content solely focused on self-improvement and productivity, eliminating distractions.", + "Experience distraction-free sessions with AI-imposed time limits on chatting and scrolling.", + "Create and join group chats focused on specific topics, fostering inspiration and growth together.", + ], + }, + icons: ["green", "blue", "purple"], + }; + + useEffect(() => { + VanillaTilt.init(document.querySelectorAll(".review-card"), { + max: 15, + speed: 300, + transition: true, + }); + }, []); + const preview = () => { + toast.info("Coming soon"); + }; + return ( + <> + + OwnBoon - Explore {list[section].title} + + + + +
    +
    +
    +
    +

    + {list[section].title} +

    +

    + {list[section].about} +

    + +
    +
    + +
    +
    +
    +
    +

    + Coming Soon +

    +
    + +
    +
    +
    +

    + Features +

    +
    +
    + {list[section].featureheading.map((word, index) => { + return ( +
    +
    + + {list.icons[index] === "blue" ? ( + <> + + + + + + + + + + + + + + + + + + ) : list.icons[index] === "green" ? ( + <> + + + + + + + + + + + + + + + + + + ) : ( + <> + + + + + + + + + + + + + + + + + + + )} + + +

    {word}

    + + + + + + + + + + + + + + + + + + +

    + {list[section].featureparagraph[index]} +

    +
    +
    + ); + })} +
    +
    +
    + + ); +} diff --git a/components/Home/About.jsx b/components/Home/About.jsx index f4ebadc..3d9089f 100644 --- a/components/Home/About.jsx +++ b/components/Home/About.jsx @@ -21,7 +21,7 @@ export default function About() {
    -

    +

    About Us

    diff --git a/components/Home/Benefits.jsx b/components/Home/Benefits.jsx index 7c88348..70ce7b1 100644 --- a/components/Home/Benefits.jsx +++ b/components/Home/Benefits.jsx @@ -35,7 +35,7 @@ export default function Benefits() { return (

    -

    +

    Benefits

    diff --git a/components/Home/Body.tsx b/components/Home/Body.tsx index 234e7d0..140b207 100644 --- a/components/Home/Body.tsx +++ b/components/Home/Body.tsx @@ -1,160 +1,149 @@ -import React, { useEffect } from "react"; +import Image from "next/image"; +import { useEffect } from "react"; export default function Body() { useEffect(() => { function reveal() { - var reveals = document.querySelectorAll(".showbody"); - for (var i = 0; i < reveals.length; i++) { + var headingleft = document.querySelectorAll(".headingleft"); + var headingright = document.querySelectorAll(".headingright"); + var heading = document.querySelectorAll(".revealtitle"); + var paragraph = document.querySelectorAll(".paragraph"); + for (var i = 0; i < headingleft.length; i++) { var windowHeight = window.innerHeight; - var elementTop = reveals[i]?.getBoundingClientRect().top; + var headingleftTop = headingleft[i].getBoundingClientRect().top; var elementVisible = 150; - if (elementTop < windowHeight - elementVisible) { - reveals[i].classList.add("active"); + if (headingleftTop < windowHeight - elementVisible) { + headingleft[i]?.classList.add("show"); + headingright[i]?.classList.add("show"); } } - } + for (var j = 0; j < paragraph.length; j++) { + var windowHeight = window.innerHeight; + var paragraphTop = paragraph[j].getBoundingClientRect().top; + var elementVisible = 150; + if (paragraphTop < windowHeight - elementVisible) { + paragraph[j]?.classList.add("show"); + } + } + for (var k = 0; k < heading.length; k++) { + var windowHeight = window.innerHeight; + var headingTop = heading[k].getBoundingClientRect().top; + var elementVisible = 150; + if (headingTop < windowHeight - elementVisible) { + heading[k]?.classList.add("show"); + } + } + } window.addEventListener("scroll", reveal); }, []); + return ( -
    -
    -

    Why OwnBoon?

    -

    - Lorem ipsum dolor sit amet consectetur adipisicing elit. +
    +
    +

    Why OwnBoon?

    +

    + Elevate Your Self-Improvement Journey

    -
    -
    - - - - - - - - - - - - - Gif +
    +
    + Gif1
    -
    -

    - Lorem ipsum dolor sit amet consectetur -

    -

    - Lorem, ipsum dolor sit amet consectetur adipisicing elit. Sequi - accusamus quo officiis nam.
    Accusantium, reprehenderit harum - et incidunt facilis, corporis provident velit modi numquam magni{" "} -
    - assumenda odit cumque culpa similique. +

    +

    + Supportive Community +

    +

    + OwnBoon provides a welcoming community of like-minded individuals + who are dedicated to personal growth and self-improvement. Connect + with others who share your goals, join specific group chats based on + your interests, and access a wealth of resources to help you on your + journey.

    -
    -
    -

    - Lorem ipsum dolor sit amet consectetur -

    -

    - Lorem, ipsum dolor sit amet consectetur adipisicing elit. Sequi - accusamus quo officiis nam.
    Accusantium, reprehenderit harum - et incidunt facilis, corporis provident velit modi numquam magni{" "} -
    - assumenda odit cumque culpa similique. +

    +
    +

    + Find Support and Encouragement +

    +

    + Whether you need advice or simply a listening ear, the OwnBoon + community is here to support you. Use the vent zone to share your + feelings and receive life advice, or connect with a gym buddy or + study partner to stay on track and motivated.

    -
    - Gif +
    + Gif2
    -
    -
    - - - - - - - - - - - - - Gif +
    +
    + Gif3 +
    + +
    +

    + Grow Your Self-Improvement Journey +

    +

    + With OwnBoon, you'll have access to personalized roadmaps and + exclusive blog content on self-improvement and productivity. Stay + informed with the latest tips and techniques from top influencers + across different platforms and share your own progress and + experiences with a supportive community +

    -
    -

    - Lorem ipsum dolor sit amet consectetur -

    -

    - Lorem, ipsum dolor sit amet consectetur adipisicing elit. Sequi - accusamus quo officiis nam.
    Accusantium, reprehenderit harum - et incidunt facilis, corporis provident velit modi numquam magni{" "} -
    - assumenda odit cumque culpa similique. +

    +
    +
    +

    + Boost Your Productivity +

    +

    + OwnBoon offers a variety of productivity tools, Focus Planet and + Lofi sessions, and an AI scheduler to help you stay organized and + focused. You can also access the right study techniques and tips + based on your mood to help you stay on track and improve your + workflow.

    +
    + Gif +
    ); diff --git a/components/Home/Hero.jsx b/components/Home/Hero.jsx index 8fc1702..a30afb4 100644 --- a/components/Home/Hero.jsx +++ b/components/Home/Hero.jsx @@ -1,8 +1,6 @@ -import { useRouter } from "next/navigation"; -import React, { useEffect, useState } from "react"; +import { useEffect, useState } from "react"; export default function Hero() { - const router = useRouter(); const [pc, setPc] = useState(true); useEffect(() => { function setInitialPositions() { @@ -33,10 +31,12 @@ export default function Hero() {
    -
    -

    +
    +

    Ignite your{" "} - GROWTH + + GROWTH + {pc && ( <>
    diff --git a/components/Layout/Layout.tsx b/components/Layout/Layout.tsx index 08fbf8a..9c4fc86 100644 --- a/components/Layout/Layout.tsx +++ b/components/Layout/Layout.tsx @@ -4,6 +4,8 @@ import Head from "next/head"; import Sidebar from "./Sidebar"; import Navbar from "./Navbar"; import { Goals, User } from "../../typings"; +import SidebarMobile from "./SidebarMobile"; +import Sidebarfix from "./Sidebarfix"; interface Props { children?: ReactNode; bgColor: string; @@ -13,6 +15,7 @@ interface Props { text: string; border: string; hasBg: Boolean; + bgBlur?: boolean; setLoading?: (value: boolean) => void; } @@ -24,16 +27,12 @@ const Layout = ({ border, hasBg, users, + bgBlur, goals, setLoading, }: Props) => { const [showsidebar, setShowsidebar] = useState(false); - const selectRandomBg = () => { - const bgImages = ["lofi_1.png", "lofi_2.png", "lofi_3.png", "bg-6.png"]; - const random = 3; - return bgImages[random]; - }; return (
    - {text} | OwnBoon + {text.charAt(0).toUpperCase() + text.slice(1)} | OwnBoon - -
    + {text == "Users" ? ( +
    + +
    + ) : ( + + )} + + +
    + {hasBg && ( +
    + +
    + + )} {children}
    diff --git a/components/Layout/Navbar.tsx b/components/Layout/Navbar.tsx index 99842ec..9dfe3d2 100644 --- a/components/Layout/Navbar.tsx +++ b/components/Layout/Navbar.tsx @@ -47,18 +47,18 @@ const Navbar = ({ const todos = goals?.filter((goal) => goal.username == user?.username); const filteredTodos = search === "todos" || - search === "goals" || - search === "tod" || - search === "todo" || - search === "todos" || - search === "goa" || - search === "goal" || - search === "goals" + search === "goals" || + search === "tod" || + search === "todo" || + search === "todos" || + search === "goa" || + search === "goal" || + search === "goals" ? todos : // @ts-ignore - todos.filter((todos) => - todos.title?.toLowerCase().includes(search.toLowerCase()) - ); + todos?.filter((todos) => + todos.title?.toLowerCase().includes(search.toLowerCase()) + ); const now = new Date(); useEffect(() => { if (isLoaded) { @@ -109,34 +109,38 @@ const Navbar = ({ /> ) : null}
    -
    -
    - {text} - {text} +
    +
    + + + + {text.charAt(0).toUpperCase() + text.slice(1)} +
    setshowsearch(true)} - className={`p-2 ${ - showsearch ? "hidden" : "" - } rounded hover:brightness-150 fade hidden md:inline transition-all cursor-pointer`} - src="search.svg" + className={`p-2 ${showsearch ? "hidden" : "" + } rounded hover:brightness-150 fade hidden md:inline transition-all cursor-pointer`} + src="/search.svg" alt={"search"} /> {showsearch && (
    handlesearch(e)} + // onSubmit={(e) => handlesearch(e)} className="flex flex-row items-center justify-center" > setshowsearch(false)} className={`p-2 fade rounded hover:brightness-150 transition-all cursor-pointer`} - src="cancel.svg" + src="/cancel.svg" alt={"cancel"} />
    @@ -195,8 +199,8 @@ const Navbar = ({ width={70} onClick={() => togglenotification()} height={70} - className=" p-2 rounded hover:brightness-150 transition-all cursor-pointer" - src="notification.svg" + className=" p-2 rounded ml-6 md:ml-0 hover:brightness-150 transition-all cursor-pointer" + src="/notification.svg" alt={"notification"} /> @@ -205,8 +209,8 @@ const Navbar = ({ width={70} onClick={() => togglenotification()} height={70} - className=" p-2 rounded hover:brightness-150 transition-all cursor-pointer" - src="notification.svg" + className=" p-2 ml-6 md:ml-0 rounded hover:brightness-150 transition-all cursor-pointer" + src="/notification.svg" alt={"notification"} /> )} @@ -217,7 +221,7 @@ const Navbar = ({ onClick={() => togglenotification()} height={70} className=" p-2 rounded hover:brightness-150 transition-all cursor-pointer" - src="notification.svg" + src="/notification.svg" alt={"notification"} /> )} diff --git a/components/Layout/Sidebar.tsx b/components/Layout/Sidebar.tsx index c9d90d3..072707b 100644 --- a/components/Layout/Sidebar.tsx +++ b/components/Layout/Sidebar.tsx @@ -3,20 +3,32 @@ import Image from "next/image"; import { useRouter } from "next/router"; import Dialog from "../ChapterPopup/ChapterPopup"; import Link from "next/link"; +import { Box, Drawer, SwipeableDrawer } from "@mui/material"; interface Props { border: string; showsidebar: boolean; setShowsidebar: (value: boolean) => void; + window?: () => Window; } +const drawerBleeding = 56; +const Sidebar = ({ border, showsidebar, setShowsidebar, window }: Props) => { + const [open, setOpen] = React.useState(false); + + const container = + window !== undefined ? () => window().document.body : undefined; + + const toggleDrawer = (newOpen: boolean) => () => { + setOpen(newOpen); + }; -const Sidebar = ({ border, showsidebar, setShowsidebar }: Props) => { const router = useRouter(); const selected = "transition-all duration-50 sidebar brightness-150 w-fit cursor-pointer flex items-center gap-y-8 gap-x-4 text-white"; const normal = "w-fit cursor-pointer sidebar brightness-[-50] flex items-center text-gray-400 gap-y-8 gap-x-4"; const [showBuddyModal, setShowBuddyModal] = React.useState(false); + const [showFeedbackModal, setShowFeedbackModal] = React.useState(false); const [showChatsModal, setShowChatsModal] = useState(false); const [showSocialsModal, setShowSocialsModal] = useState(false); @@ -24,204 +36,214 @@ const Sidebar = ({ border, showsidebar, setShowsidebar }: Props) => {
    setShowsidebar(true)} onMouseLeave={() => setShowsidebar(false)} - className="w-0" + className={`h-screen transition-all group hidden md:inline-flex lg:inline-flex fixed z-50 duration-[2000] p-[3px] md:p-2 lg:p-2 border-r-2 border-[#3a3a3b] w-[60px] md:w-[80px] lg:w-[90px] + hover:w-[240px] bg-[#101010] + text-[#FFFFFF] text-[15px] flex-col items-start justify-between `} > -
    -
    -
    - +
    + {""} + + OwnBoon + +
    +
    + router.push("/socials")} + className={router.pathname == "/socials" ? selected : normal} + > + {""} - - OwnBoon - -
    -
    - router.push("/socials")} - className={router.pathname == "/socials" ? selected : normal} - > - {""} - - + {showsidebar && ( + Socials - - router.push("/chats")} - className={router.pathname == "/chats" ? selected : normal} - > - {""} - + )} + + router.push("/chats")} + className={router.pathname == "/chat" ? selected : normal} + > + {""} + {showsidebar && ( + Chats - -
    setShowBuddyModal(true)} - // onClick={() => router.push("/buddies")} - className={router.pathname == "/buddies" ? selected : normal} - > - {""} - + )} + +
    setShowBuddyModal(true)} + // onClick={() => router.push("/buddies")} + className={router.pathname == "/buddies" ? selected : normal} + > + {""} + {showsidebar && ( + Buddies -
    -
    router.push("/workspace")} - className={router.pathname == "/workspace" ? selected : normal} - > - {""} - + )} +
    + + {""} + {showsidebar && ( + Workspace -
    -
    router.push("/roadmap")} - className={router.pathname == "/roadmap" ? selected : normal} - > - {""} - - Roadmap - -
    -
    router.push("/lofi")} - className={router.pathname == "/lofi" ? selected : normal} - > - {""} - - Lofi + )} + + + {""} + {showsidebar && ( + + Roadmaps -
    -
    -
    + )} + +
    router.push("/lofi")} + className={router.pathname == "/lofi" ? selected : normal} + > {""} - - Feedback - + {showsidebar && ( + + Lofi + + )}
    -
    - {/* -
    -
    -
    -

    - Empowering Buddies -

    -
    -

    - Find Your Self Development Buddy -

    + + +
    +
    +
    +

    + Your Feedback Matters! +

    +
    +
    +
    + +
    +
    +

    + Join our discord community to get latest updates and + announcements +

    + + Join Discord + +
    +
    +
    -
    -
    -
    */} + + + +
    +
    +
    +

    + Empowering Buddies +

    +
    +

    + Find Your Self Development Buddy +

    +
    + +
    +
    +
    +
    +
    setShowFeedbackModal(true)} + className={ + router.pathname == "/feedback" + ? `${selected} pb-3` + : `${normal} pb-6` + } + > + {""} + {showsidebar && ( + + Feedback + + )} +
    ); }; diff --git a/components/Layout/SidebarMobile.tsx b/components/Layout/SidebarMobile.tsx new file mode 100644 index 0000000..be7c539 --- /dev/null +++ b/components/Layout/SidebarMobile.tsx @@ -0,0 +1,203 @@ +import * as React from "react"; +import { Global } from "@emotion/react"; +import { styled } from "@mui/material/styles"; +import CssBaseline from "@mui/material/CssBaseline"; +import { grey } from "@mui/material/colors"; +import Button from "@mui/material/Button"; +import Box from "@mui/material/Box"; +import Skeleton from "@mui/material/Skeleton"; +import Typography from "@mui/material/Typography"; +import SwipeableDrawer from "@mui/material/SwipeableDrawer"; +import Link from "next/link"; +import Image from "next/image"; +import { useRouter } from "next/router"; + +const drawerBleeding = 42; + +interface Props { + /** + * Injected by the documentation to work in an iframe. + * You won't need it on your project. + */ + window?: () => Window; +} + +const Root = styled("div")(({ theme }) => ({ + height: "100%", + backgroundColor: + theme.palette.mode === "dark" + ? grey[800] + : theme.palette.background.default, +})); + +const StyledBox = styled(Box)(({ theme }) => ({ + backgroundColor: theme.palette.mode === "dark" ? "#101010" : "#101010", + // width: "", +})); + +const Puller = styled(Box)(({ theme }) => ({ + width: 30, + height: 6, + backgroundColor: theme.palette.mode === "dark" ? grey[900] : grey[300], + borderRadius: 3, + position: "absolute", + top: 8, + left: "calc(50% - 15px)", +})); + +export default function SidebarMobile(props: Props) { + const router = useRouter(); + const { window } = props; + const selected = + "transition-all duration-50 sidebar brightness-150 w-fit cursor-pointer flex items-center gap-y-8 gap-x-4 text-white"; + const normal = + "w-fit cursor-pointer sidebar brightness-[-50] flex items-center text-gray-400 gap-y-8 gap-x-4"; + const [open, setOpen] = React.useState(false); + + const toggleDrawer = (newOpen: boolean) => () => { + setOpen(newOpen); + }; + + // This is used only for the example + const container = + window !== undefined ? () => window().document.body : undefined; + + return ( + + + {/* */} + + +
    +
    + {""} +
    +
    + router.push("/socials")} + className={router.pathname == "/socials" ? selected : normal} + > + {""} + + router.push("/chats")} + className={router.pathname == "/chats" ? selected : normal} + > + {""} + +
    router.push("/buddies")} + className={router.pathname == "/buddies" ? selected : normal} + > + {""} +
    +
    router.push("/workspace")} + className={router.pathname == "/workspace" ? selected : normal} + > + {""} +
    +
    router.push("/roadmap")} + className={router.pathname == "/roadmap" ? selected : normal} + > + {""} +
    +
    router.push("/lofi")} + className={router.pathname == "/lofi" ? selected : normal} + > + {""} +
    +
    +
    +
    + {""} +
    +
    +
    +
    +
    +
    + ); +} diff --git a/components/Layout/Sidebarfix.tsx b/components/Layout/Sidebarfix.tsx new file mode 100644 index 0000000..072707b --- /dev/null +++ b/components/Layout/Sidebarfix.tsx @@ -0,0 +1,251 @@ +import React, { useState } from "react"; +import Image from "next/image"; +import { useRouter } from "next/router"; +import Dialog from "../ChapterPopup/ChapterPopup"; +import Link from "next/link"; +import { Box, Drawer, SwipeableDrawer } from "@mui/material"; + +interface Props { + border: string; + showsidebar: boolean; + setShowsidebar: (value: boolean) => void; + window?: () => Window; +} +const drawerBleeding = 56; +const Sidebar = ({ border, showsidebar, setShowsidebar, window }: Props) => { + const [open, setOpen] = React.useState(false); + + const container = + window !== undefined ? () => window().document.body : undefined; + + const toggleDrawer = (newOpen: boolean) => () => { + setOpen(newOpen); + }; + + const router = useRouter(); + const selected = + "transition-all duration-50 sidebar brightness-150 w-fit cursor-pointer flex items-center gap-y-8 gap-x-4 text-white"; + const normal = + "w-fit cursor-pointer sidebar brightness-[-50] flex items-center text-gray-400 gap-y-8 gap-x-4"; + const [showBuddyModal, setShowBuddyModal] = React.useState(false); + const [showFeedbackModal, setShowFeedbackModal] = React.useState(false); + const [showChatsModal, setShowChatsModal] = useState(false); + const [showSocialsModal, setShowSocialsModal] = useState(false); + + return ( +
    setShowsidebar(true)} + onMouseLeave={() => setShowsidebar(false)} + className={`h-screen transition-all group hidden md:inline-flex lg:inline-flex fixed z-50 duration-[2000] p-[3px] md:p-2 lg:p-2 border-r-2 border-[#3a3a3b] w-[60px] md:w-[80px] lg:w-[90px] + hover:w-[240px] bg-[#101010] + text-[#FFFFFF] text-[15px] flex-col items-start justify-between `} + > +
    +
    + {""} + + OwnBoon + +
    +
    + router.push("/socials")} + className={router.pathname == "/socials" ? selected : normal} + > + {""} + {showsidebar && ( + + Socials + + )} + + router.push("/chats")} + className={router.pathname == "/chat" ? selected : normal} + > + {""} + {showsidebar && ( + + Chats + + )} + +
    setShowBuddyModal(true)} + // onClick={() => router.push("/buddies")} + className={router.pathname == "/buddies" ? selected : normal} + > + {""} + {showsidebar && ( + + Buddies + + )} +
    + + {""} + {showsidebar && ( + + Workspace + + )} + + + {""} + {showsidebar && ( + + Roadmaps + + )} + +
    router.push("/lofi")} + className={router.pathname == "/lofi" ? selected : normal} + > + {""} + {showsidebar && ( + + Lofi + + )} +
    +
    + + +
    +
    +
    +

    + Your Feedback Matters! +

    +
    +
    +
    + +
    +
    +

    + Join our discord community to get latest updates and + announcements +

    + + Join Discord + +
    +
    +
    +
    +
    +
    + + +
    +
    +
    +

    + Empowering Buddies +

    +
    +

    + Find Your Self Development Buddy +

    +
    + +
    +
    +
    +
    +
    setShowFeedbackModal(true)} + className={ + router.pathname == "/feedback" + ? `${selected} pb-3` + : `${normal} pb-6` + } + > + {""} + {showsidebar && ( + + Feedback + + )} +
    +
    + ); +}; + +export default Sidebar; diff --git a/components/Navbar.jsx b/components/Navbar.jsx new file mode 100644 index 0000000..10a8de3 --- /dev/null +++ b/components/Navbar.jsx @@ -0,0 +1,251 @@ +import Image from "next/image"; +import Link from "next/link"; +import { useRouter } from "next/router"; + +import { useContext, useEffect, useState } from "react"; +export default function Navbar() { + const router = useRouter(); + const { asPath } = router; + + const [display, setDisplay] = useState(false); + const [displaylock, lockDisplay] = useState(false); + const [displaypromise, promiseDisplay] = useState(false); + const dropdownlock = () => { + if (displaypromise === false) { + lockDisplay(true); + promiseDisplay(true); + } else { + promiseDisplay(false); + lockDisplay(false); + } + }; + const hoverInside = () => { + setDisplay(true); + }; + const hoverOutside = () => { + if (displaylock === true) { + setDisplay(true); + } else { + setDisplay(false); + } + }; + + const [bugermenu, setBurgerMenu] = useState(false); + const dorpdownburgermenu = () => { + if (bugermenu === false) { + setBurgerMenu(true); + } else { + setBurgerMenu(false); + } + }; + + const [show, setShow] = useState(true); + const [prevScrollPos, setPrevScrollPos] = useState(0); + + useEffect(() => { + const sections = document.querySelectorAll("section"); + const navLi = document.querySelectorAll("nav ul li"); + window.onscroll = () => { + var current = ""; + + sections.forEach((section) => { + const sectionTop = section.offsetTop; + if (pageYOffset >= sectionTop - 60) { + current = section.getAttribute("id"); + } + }); + + navLi.forEach((li) => { + li.classList.remove("activelink"); + if (li.classList.contains(current)) { + li.classList.add("activelink"); + } + }); + }; + + const handleScroll = () => { + const currentScrollPos = window.pageYOffset; + const visible = prevScrollPos > currentScrollPos || currentScrollPos < 10; + setShow(visible); + setPrevScrollPos(currentScrollPos); + }; + window.addEventListener("scroll", handleScroll); + return () => window.removeEventListener("scroll", handleScroll); + }, [prevScrollPos]); + + return ( + <> + + + ); +} diff --git a/components/Navbar.tsx b/components/Navbar.tsx deleted file mode 100644 index f2c622e..0000000 --- a/components/Navbar.tsx +++ /dev/null @@ -1,165 +0,0 @@ -import Link from "next/link"; -import React from "react"; -import { useRouter } from "next/router"; -import { signIn, signOut, useSession } from "next-auth/react"; -import { currentUser, useUser } from "@clerk/nextjs"; -import { UserButton } from "@clerk/nextjs"; -export default function Navbar() { - const router = useRouter(); - const { isLoaded, isSignedIn, user } = useUser(); - return ( - - ); -} diff --git a/components/Notes/LofiNotes.tsx b/components/Notes/LofiNotes.tsx index e681177..346c1e6 100644 --- a/components/Notes/LofiNotes.tsx +++ b/components/Notes/LofiNotes.tsx @@ -19,10 +19,11 @@ import Draggable, { DraggableCore } from "react-draggable"; import { useRouter } from "next/router"; import { Tooltip } from "@nextui-org/react"; + function CategoryDropdown({ categories, handleCategoryChange }: any) { return ( { />
    -
    +
    {user ? (
    @@ -286,7 +291,7 @@ const LofiNotes = ({ notes, user, setNotes }: any) => { // close(); setShowTaskInput(false); }} - className="mt-16 px-5 border py-2 text-neutral-300 rounded-xl" + className="btn mt-16 px-5 border py-2 text-neutral-300 rounded-xl" > Save diff --git a/components/Notes/Notes.tsx b/components/Notes/Notes.tsx index df6cd1f..224b847 100644 --- a/components/Notes/Notes.tsx +++ b/components/Notes/Notes.tsx @@ -15,6 +15,14 @@ const Notes = ({ setNotes, setDummyNote, notes, close, categories }: any) => { const [text, setText] = useState(""); const router = useRouter(); const [note, setNote] = useState({ text: "", topic: "", note: "", _id: "" }); + const [showcat, setShowCat] = useState(true); + const propernote = notes.filter( + (notee: any) => (notee.email = user?.emailAddresses[0].emailAddress) + ); + + const filteredCategories = propernote?.filter((nootee: any) => + nootee.category?.toLowerCase().includes(category.toLowerCase()) + ); const handleSubmit = async (e: any) => { // e.preventDefault(); @@ -28,16 +36,27 @@ const Notes = ({ setNotes, setDummyNote, notes, close, categories }: any) => { setDummyNote(mutations); - const result = await fetch(`/api/addNotes`, { + // const result = await fetch(`/api/addNotes`, { + // body: JSON.stringify(mutations), + // method: "POST", + // }); + fetch(`/api/addNotes`, { body: JSON.stringify(mutations), method: "POST", + }).then(async (res) => { + const json = await res.json(); + console.log(json.message.results[0].document); + const newTodo = json.message.results[0].document; + setNotes([...notes, newTodo]); }); - const json = await result.json(); - setNotes([...notes, json]); router.replace(router.pathname); - setDummyNote(null); - return json; + + // const json = await result.json(); + // setNotes([...notes, json]); + // router.replace(router.pathname); + // setDummyNote(null); + // return json; }; const handleSet = async (id: string, topic: string) => { // e.preventDefault(); @@ -58,44 +77,73 @@ const Notes = ({ setNotes, setDummyNote, notes, close, categories }: any) => { return (
    {" "} -
    +
    -
    +
    setShowCat(true)} + className="flex flex-col gap-5" + > setCategory(e.target.value)} - /> - setTopic(e.target.value)} /> + setCategory(e.target.value)} + /> + {category.length > 2 && showcat && ( +
    setShowCat(false)} + onMouseEnter={() => setShowCat(true)} + className=" absolute top-52 mt-2 w-56 rounded-md shadow-lg bg-[#303030]/10 backdrop-blur-lg text-white ring-1 ring-black ring-opacity-5" + > +
    + {/* @ts-ignore */} + {filteredCategories.map((note, index) => ( +

    { + setCategory(note.category); + setShowCat(false); + }} + className="block px-4 py-2 text-sm text-neutral-300 p-1 backdrop-blur-lg hover:bg-[#101010]/20 hover:border hover:border-white/10 rounded-md hover:text-neutral-200" + > + {note.category} +

    + ))} +
    +
    + )}
    -
    +
    {user ? (
    -
    -
    - - {/* + +
    +
    + +
    +
    + +
    +
    +
    +

    Your opinion matters to us!

    +
    +
    +
    + How was your experience? +
    + + + + + + + + + + + + + + + +
    +
    +
    + +
    +
    + +
    + + ) +} + +export default Feedback \ No newline at end of file diff --git a/pages/habits.tsx b/pages/habits.tsx deleted file mode 100644 index 18cdd50..0000000 --- a/pages/habits.tsx +++ /dev/null @@ -1,27 +0,0 @@ -import React, { useEffect } from 'react'; -import ExplorePages from '../components/Layout/ExplorePages'; - -const habit = () => { - - return ( - - ); -}; - -export default habit; \ No newline at end of file diff --git a/pages/index.tsx b/pages/index.tsx index f4dc63c..4211fe2 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -1,4 +1,4 @@ -import type { GetServerSideProps, NextPage } from "next"; +import type { GetServerSideProps, GetStaticProps, NextPage } from "next"; import Head from "next/head"; import Hero from "../components/Hero"; import Body from "../components/Home/Body"; @@ -106,6 +106,11 @@ const Home = ({ users }: Props) => { if (!match) { setIsNewUser(true); } + if (match) { + setTimeout(() => { + router.push("/workspace"); + }, 10); + } } }, [user]); @@ -124,36 +129,36 @@ const Home = ({ users }: Props) => { sendbirdUser(slugtype); }; createUser(); + const match = users.find( + (userss) => userss.email === user.emailAddresses[0].emailAddress + ); } } else null; }, [isNewUser]); - if (isSignedIn) { - router.push("/workspace"); - } else - return ( - <> - - OwnBoon - - - -
    - -
    - - -
    - -
    - - - -
    - - ); + return ( + <> + + OwnBoon + + + +
    + +
    + + +
    + +
    + + + +
    + + ); }; -export const getServerSideProps: GetServerSideProps = async (context) => { +export const getStaticProps: GetStaticProps = async (context) => { const users = await fetchUsers(); return { diff --git a/pages/lofi.tsx b/pages/lofi.tsx index 47eebeb..b3b0483 100644 --- a/pages/lofi.tsx +++ b/pages/lofi.tsx @@ -1,4 +1,4 @@ -import React, { useState, useEffect } from "react"; +import React, { useState, useEffect, useCallback } from "react"; import { GetServerSideProps } from "next"; import { useSelector } from "react-redux"; import { useRouter } from "next/router"; @@ -15,7 +15,7 @@ import Discover from "../components/lofi/components/Discover"; import { Goals, Notes, User } from "../typings"; import { fetchUsers } from "../utils/fetchUsers"; import MusicPlayer from "../components/lofi/MusicPlayer"; -import { setActiveSong, setIsPlaying } from "../redux/features/playerSlice"; +import { playPause, setActiveSong, setIsPlaying } from "../redux/features/playerSlice"; import Clock from "../components/Clock/Clock"; import TodoList from "../components/TodoList/TodoList"; import { fetchNotes } from "../utils/fetchNotes"; @@ -25,6 +25,9 @@ import Draggable, { DraggableCore } from "react-draggable"; import { Tooltip } from "@nextui-org/react"; import { BsFillPauseFill, BsFillPlayFill } from "react-icons/bs"; import { Poppins } from "next/font/google"; +import { setHideElements, setSessionStartedState } from "../redux/features/lofiSlice"; +import _ from 'lodash'; + const ReactQuill = dynamic(import("react-quill"), { ssr: false }); interface Props { users: User[]; @@ -68,7 +71,7 @@ const lofi = ({ users, goals, notes, setLoading }: Props) => { const router = useRouter(); const [toolbar, setToolbar] = useState(true); - const [sessionStarted, setSessionStarted] = useState(false); + const { sessionStarted, hideElements } = useSelector((state: any) => state.lofi) const { activeSong, isPlaying } = useSelector((state: any) => state.player); const [startTime, setStartTime] = useState(null); const [endTime, setEndTime] = useState(null); @@ -77,7 +80,10 @@ const lofi = ({ users, goals, notes, setLoading }: Props) => { const [seconds, setSeconds] = useState(0); const [time, setTime] = useState(""); const [resume, setResume] = useState(true); + const [innerwidth, setinnerwidth] = useState(window.innerWidth) + useEffect(() => { + setinnerwidth(window.innerWidth) setTodos( goals .filter((goal) => goal.username == user?.username) @@ -105,6 +111,39 @@ const lofi = ({ users, goals, notes, setLoading }: Props) => { } }, [isPlaying]); + const [mouseStopped, setMouseStopped] = useState(true); + + let timeout: string | number | NodeJS.Timeout | undefined; + + + const handleMouseMove = () => { + clearTimeout(timeout); + + dispatch(setHideElements(false)) + + timeout = setTimeout(() => { + if (sessionStarted) { + dispatch(setHideElements(true)) + } + }, 1000); // Adjust the time in milliseconds as needed (1000ms = 1 second) + }; + + useEffect(() => { + if (sessionStarted && resume) { + document.addEventListener('mousemove', handleMouseMove); + } else { + dispatch(setHideElements(false)) + timeout = setTimeout(() => { + dispatch(setHideElements(false)) + }, 1000); + } + + return () => { + document.removeEventListener('mousemove', handleMouseMove); + clearTimeout(timeout); + }; + }, [sessionStarted, resume]); + const notess = notes.filter( (note) => note.email === user?.emailAddresses[0].emailAddress ); @@ -141,7 +180,7 @@ const lofi = ({ users, goals, notes, setLoading }: Props) => { const showNote = () => { setShowModal(true); }; - console.log(notess); + const [showAddNotesModal, setShowAddNotesModal] = useState(false); const handleAddingNewNote = () => { @@ -157,8 +196,7 @@ const lofi = ({ users, goals, notes, setLoading }: Props) => { const minutes = Math.floor(rm / 60); const _seconds = seconds % 60; setTime( - `${hours > 0 ? hours + " h" : ""} ${ - minutes > 0 ? minutes + " m" : "" + `${hours > 0 ? hours + " h" : ""} ${minutes > 0 ? minutes + " m" : "" } ${_seconds > 0 ? _seconds + " s" : ""}` ); }, [seconds]); @@ -176,12 +214,20 @@ const lofi = ({ users, goals, notes, setLoading }: Props) => { // @ts-ignore const handleStart = () => { - setSessionStarted(true); + // setSessionStarted(true); + dispatch(playPause(true)); + dispatch(setSessionStartedState(true)); + setResume(true) // @ts-ignore + setStartTime(new Date()); }; const handleStop = () => { - setSessionStarted(false); + // setSessionStarted(false); + + dispatch(setSessionStartedState(false)); + dispatch(setHideElements(false)) + // @ts-ignore setEndTime(new Date()); const earnedPoints = calculatePoints(seconds); @@ -208,28 +254,31 @@ const lofi = ({ users, goals, notes, setLoading }: Props) => { -
    +
    +
    + {/* {hideElements ? 'Mouse stopped moving' : 'Mouse is moving'} */} {sessionStarted && ( <> - + {/* */} {seconds > 0 && ( -
    - +
    +
    )} )} {sessionStarted ? ( -
    +
    +
    {resume ? (
    @@ -251,18 +300,49 @@ const lofi = ({ users, goals, notes, setLoading }: Props) => {
    )}
    -
    + + {sessionStarted &&
    }
    ) : ( - + <> +
    +
    + {innerwidth < 820 ? : ""} +
    + +
    + {innerwidth > 820 ? : ""} + )} + +
    + {(!sessionStarted || !resume) && } + {/* */} + +
    + {/* */}
    @@ -281,73 +361,75 @@ const lofi = ({ users, goals, notes, setLoading }: Props) => { )}
    - - -
    -
    - -
    - { - showNotes ? setShowNotes(false) : setShowNotes(true); - }} - id="notes" - className="w-7 h-7 relative select-none" - src="https://cdn.discordapp.com/attachments/1045236840220860468/1158378707078099046/image.png?ex=651c07bd&is=651ab63d&hm=16d72c47a38143065332b826d2feb836e28bb21a330bd385d8371f14b28d8840&" - /> -
    -
    { - toolbar ? setToolbar(false) : setToolbar(true); - }} - > -
    -
    -
    -
    - -
    +
    +
    + +
    + { + showNotes ? setShowNotes(false) : setShowNotes(true); + }} + id="notes" className="w-7 h-7 relative select-none" src="https://cdn.discordapp.com/attachments/1045236840220860468/1158378707078099046/image.png?ex=651c07bd&is=651ab63d&hm=16d72c47a38143065332b826d2feb836e28bb21a330bd385d8371f14b28d8840&" />
    - +
    { + toolbar ? setToolbar(false) : setToolbar(true); + }} + > +
    +
    +
    +
    + +
    + +
    +
    +
    -
    - - + */}
    - {activeSong?.title && sessionStarted && ( + {/* {activeSong?.title && sessionStarted && (
    - )} + )} */}
    } /> diff --git a/pages/publish-blog.tsx b/pages/publish-blog.tsx index 46c9357..b7f13ec 100644 --- a/pages/publish-blog.tsx +++ b/pages/publish-blog.tsx @@ -20,6 +20,7 @@ import Head from "next/head"; import { categories } from "../utils/constants"; import Layout from "../components/Layout/Layout"; import { fetchGoals } from "../utils/fetchGoals"; +import { useRouter } from "next/router"; const ReactQuill = dynamic(import("react-quill"), { ssr: false }); interface Props { users: User[]; @@ -48,6 +49,7 @@ function BlogPost({ users, goals }: Props) { const formattedDate = today.toLocaleDateString("en-US", options); const [title, setTitle] = useState(""); const [image, setImage] = useState(""); + const router = useRouter(); const [imageSrc, setImageSrc] = useState(""); const [uploadData, setUploadData] = useState(); @@ -116,6 +118,7 @@ function BlogPost({ users, goals }: Props) { author: user?.username, profileImage: user?.profileImageUrl, mainImage: imageSrc, + like: 0, categories: category, // @ts-ignore body: editorRef.current.getContent() || "null", @@ -133,6 +136,7 @@ function BlogPost({ users, goals }: Props) { setImage(""); setBody(""); setCategory(""); + router.replace(router.pathname); return json; }; const [filteredCategories, setFilteredCategories] = useState< @@ -214,22 +218,30 @@ function BlogPost({ users, goals }: Props) { // onSubmit={handleSubmit} >
    -
    +
    +
    + +
    + +
    setTitle(e.target.value)} />
    -
    +
    handleInputChange(e.target.value)} /> -
    +
    {filteredCategories.map((item) => (

    -
    - -
    + {category.length > 12 && ( -
    +
    - {imageSrc && !uploadData && ( -

    - -

    - )} +
    @@ -289,22 +292,40 @@ function BlogPost({ users, goals }: Props) { : "hidden transition-all duration-200" } > - (editorRef.current = editor)} - init={{ - height: 500, - menubar: false, - plugins: - "anchor autolink charmap codesample emoticons image link lists media searchreplace table visualblocks wordcount", - toolbar: - "undo redo | blocks | bold italic underline codesample | link image media | align | numlist bullist |", - content_style: - "body { font-family:Helvetica,Arial,sans-serif; font-size:14px }", - }} - /> + (editorRef.current = editor)} + init={{ + height: 500, + menubar: false, + plugins: + "anchor autolink charmap codesample emoticons image link lists media searchreplace table visualblocks wordcount", + toolbar: + "undo redo | blocks | bold italic underline codesample | link image media | align | numlist bullist |", + content_style: + "body { font-family:Helvetica,Arial,sans-serif; font-size:14px }", + setup: function (editor) { + editor.on("init", function () { + var doc = editor.getDoc(); + var head = doc.head; + var style = doc.createElement("style"); + style.innerHTML = ` + .tox-toolbar { + background-color: transparent !important; + } + body { + background-color: transparent !important; + color: white !important; + } + `; + head.appendChild(style); + }); + }, + }} +/> +
    diff --git a/pages/publishpost.tsx b/pages/publishpost.tsx index 211b43b..62d5b4f 100644 --- a/pages/publishpost.tsx +++ b/pages/publishpost.tsx @@ -19,6 +19,11 @@ import { BsImage } from "react-icons/bs"; import Head from "next/head"; import { Button } from "@nextui-org/react"; import { fetchGoals } from "../utils/fetchGoals"; +import { categories } from "../utils/constants"; +import Layout from "../components/Layout/Layout"; +import { useRouter } from "next/router"; +import { PlusIcon } from "@heroicons/react/24/outline"; +// import { Layout } from "lucide-react"; const ReactQuill = dynamic(import("react-quill"), { ssr: false }); interface Props { users: User[]; @@ -40,13 +45,50 @@ function Home({ users, goals }: Props) { return result; } + const [filteredCategories, setFilteredCategories] = useState< + { name: string; value?: string }[] + >([]); + const [showTag, setShowTag] = useState(false); + + const handleInputChange = (input: any) => { + const userInput = input; + setCategory(userInput); + + // Filter the categories based on the user input + const words = userInput.split(" "); + const filtered = []; + + // Filter the categories for each word and concatenate with commas + for (let word of words) { + const filteredForWord = categories + .filter( + (category) => + category.name.toLowerCase().indexOf(word.toLowerCase()) !== -1 + ) + .slice(0, 5); + filtered.push(...filteredForWord); + } + + // Set the filtered categories to be displayed in autocomplete suggestions + setFilteredCategories(filtered); + }; + + const handleSuggestionClick = (suggestion: any) => { + // Set the clicked suggestion as the value of the input field + setCategory((prevCategory) => + prevCategory ? prevCategory + ", " + suggestion.name : suggestion.name + ); + // Clear the suggestions list after selecting a suggestion + setFilteredCategories([]); + }; const random = generateString(8); // @ts-ignore const formattedDate = today.toLocaleDateString("en-US", options); const [title, setTitle] = useState(""); const [image, setImage] = useState(""); + const router = useRouter(); const [imageSrc, setImageSrc] = useState(""); const [uploadData, setUploadData] = useState(); @@ -94,6 +136,8 @@ function Home({ users, goals }: Props) { setImageSrc(data.secure_url); setUploadData(data); + handleSubmit(event, data.secure_url); + router.replace(router.pathname); } async function handleOnSubmitVideo(event: any) { event.preventDefault(); @@ -112,7 +156,7 @@ function Home({ users, goals }: Props) { formData.append("upload_preset", "ownboon-uploads"); const data = await fetch( - "https://api.cloudinary.com/v1_1/dwminkjmp/file/upload", + "https://api.cloudinary.com/v1_1/dwminkjmp/image/upload", { method: "POST", body: formData, @@ -121,6 +165,8 @@ function Home({ users, goals }: Props) { setImageSrc(data.secure_url); setUploadData(data); + handleSubmit(event, data.secure_url); + router.replace(router.pathname); } const [body, setBody] = useState(""); @@ -135,15 +181,17 @@ function Home({ users, goals }: Props) { // @ts-ignore // const text = editorRef.current.getContent() || "null"; - const handleSubmit = async (e: any) => { + // console.log(imageSrc); + const handleSubmit = async (e: any, image: string) => { e.preventDefault(); const mutations = { - _type: "post", + _type: "videos", title: title, author: user?.username, profileImage: user?.profileImageUrl, - image: imageSrc, + image: image, categories: category, + liked: [], video: imageSrc, }; @@ -160,135 +208,161 @@ function Home({ users, goals }: Props) { return json; }; return ( -
    - - Blog @ {user?.firstName || user?.username} - - - -
    - {/*
    */} -
    - {/*
    - -

    Hi {user?.firstName || user?.username}, welcome Back!

    + +
    + {/*
    */} +
    + {/*
    + +

    Hi {user?.firstName || user?.username}, welcome Back!

    +
    */} +
    Publish your Post
    +
    + {/*

    + {formattedDate} +

    +
    +

    Add New Goal

    */} -
    Socials
    -
    - {/*

    - {formattedDate} -

    -
    -

    Add New Goal

    -
    */} -
    -
    -

    Publish

    +
    + {/* */} +
    -
    -

    {user?.firstName || user?.username}

    - -
    -
    -
    -
    -
    -
    -
    - setTitle(e.target.value)} - /> -
    -
    - setCategory(e.target.value)} - /> -
    -
    -
    - {category.length > 12 && ( -
    - - -
    - -
    - -
    - {imageSrc && !uploadData && ( -

    -

    - - -
    +
    +
    +
    + {/*
    + +
    + setTitle(e.target.value)} + /> +
    +
    + { + handleInputChange(e.target.value); + setShowTag(true); + }} + /> + {showTag && ( +
    setShowTag(false)} + className=" top-[9.5rem] z-50 mt-2 w-full flex flex-col items-start gap-4 px-5 py-2 rounded-md shadow-lg bg-[#303030]/10 backdrop-blur-lg text-white ring-1 ring-black ring-opacity-5 " + > + {filteredCategories.map((item) => ( +

    handleSuggestionClick(item)} + > + {item.name} +

    + ))} +
    + )} +
    + +
    + + + + +

    add images or videos

    +
    + +
    + {imageSrc && !uploadData && ( +

    +

    +
    setVideos(true)} + className="bg-zinc-600 bg-opacity-10 flex px-14 active:scale-105 transition-all duration-150 py-1 justify-center w-full items-center flex-col rounded-md border-[0.75px] border-solid border-zinc-700 border-opacity-50" + > + Videos +
    +
    setVideos(false)} + className="bg-zinc-600 bg-opacity-10 flex px-16 active:scale-105 transition-all duration-150 py-1 justify-center w-full items-center flex-col rounded-md border-[0.75px] border-solid border-zinc-700 border-opacity-50" + > + Image +
    +
    - -

    - )} + +

    + )} +
    -
    - + +
    - )} +
    -
    - -
    + } + /> ); } -export const getServerSideProps: GetServerSideProps = async (context) => { +export const getStaticProps: GetStaticProps = async (context) => { const users = await fetchUsers(); const goals = await fetchGoals(); diff --git a/pages/roadmap.tsx b/pages/roadmap.tsx index e3e4bfc..de73143 100644 --- a/pages/roadmap.tsx +++ b/pages/roadmap.tsx @@ -1,7 +1,7 @@ import React, { useEffect, useMemo, useState } from "react"; -import { GetServerSideProps } from "next"; +import { GetServerSideProps, GetStaticProps } from "next"; import { ArrowRightIcon } from "@heroicons/react/24/outline"; -import { Button, Dropdown, Modal, Text } from "@nextui-org/react"; +import { Button, Dropdown, Loading, Modal, Text } from "@nextui-org/react"; import { fetchUsers } from "../utils/fetchUsers"; import { Goals, Notes, Roadmaps, User } from "../typings"; @@ -14,6 +14,7 @@ import { useUser } from "@clerk/nextjs"; import { useRouter } from "next/router"; import RoadComp from "../components/Roadmap/roadmaps"; import ReactTimeago from "react-timeago"; +import Image from "next/image"; interface datatype { message: { choices: [ @@ -72,7 +73,7 @@ const Home = ({ users, goals, notes, roadmaps }: Props) => { const fetchRoadmap = async () => { // e.preventDefault(); - setVisible(false); + // setVisible(false); console.log(desc); setDesc(""); setLoading(true); @@ -105,7 +106,10 @@ const Home = ({ users, goals, notes, roadmaps }: Props) => { body: JSON.stringify(mutations), method: "POST", }); + setLoading(false); + setVisible(false); const json2 = await result2.json(); + router.replace(router.pathname); return json; }; // console.log("data is", data); @@ -376,8 +380,8 @@ const Home = ({ users, goals, notes, roadmaps }: Props) => { goals={goals} border="gray-500" children={ -
    -
    +
    +
    { /> + {!loading ? ( + + ) : ( + <> + + + )} + + +
    +
    +
    + + Self Improvement Roadmap + + +
    - - -
    -
    - - Self Improvement Roadmap - -
    - -
    - -
    -
    - - Skill Improvement Roadmap - - + + Skill Improvement Roadmap + + +
    +
    -
    - {/* road map data */} - - {!userroadmap && ( -
    - - Haven't yet generated any -- plz chose category and continue! - -
    - )} - {userroadmap && ( -
    + + {userroadmap ? ( +
    {userroadmap.map((roadmap: Roadmaps) => (
    @@ -560,24 +564,26 @@ const Home = ({ users, goals, notes, roadmaps }: Props) => {
    ))}
    - )} + ):
    + {"Create +
    }
    } /> ); }; -export const getServerSideProps: GetServerSideProps = async (context) => { +export const getStaticProps: GetStaticProps = async (context) => { const users = await fetchUsers(); const goals = await fetchGoals(); - const notes = await fetchNotes(); + // const notes = await fetchNotes(); const roadmaps = await fetchRoadmaps(); return { props: { users, goals, - notes, + // notes, roadmaps, }, }; diff --git a/pages/roadmaps/[slug].tsx b/pages/roadmaps/[slug].tsx index 330aa1e..5822ec4 100644 --- a/pages/roadmaps/[slug].tsx +++ b/pages/roadmaps/[slug].tsx @@ -12,12 +12,19 @@ import Head from "next/head"; import { useEffect, useState } from "react"; import ReactPlayer from "react-player"; import Layout from "../../components/Layout/Layout"; -import { Card, Dropdown, Loading, Text, Tooltip } from "@nextui-org/react"; +import { + Card, + Dropdown, + Loading, + Modal, + Text, + Tooltip, +} from "@nextui-org/react"; import Link from "next/link"; import { Menu } from "../../components/Roadmap/more"; import { fetchGoals } from "../../utils/fetchGoals"; import { ArrowBigRightDash } from "lucide-react"; -import { ArrowRightIcon } from "@heroicons/react/24/outline"; +import { ArrowLeftIcon, ArrowRightIcon } from "@heroicons/react/24/outline"; interface Props { roadmap: Roadmaps; goals: Goals[]; @@ -127,18 +134,18 @@ const Post = ({ roadmap, goals }: Props) => { +
    {/* Roadmaps */}
    {roadmapdata.roadmap.map((roadmap: any, index: number) => ( -
    +
    {
    setGoal(deafult, roadmap.title, index)} - className="text-lg font-sans group-hover:inline hidden opacity-0 group-hover:opacity-100 transition-all duration-200 hover:cursor-pointer" + className="text-lg font-sans group-hover:inline opacity-0 group-hover:opacity-100 transition-all duration-200 hover:cursor-pointer" > +
    @@ -168,9 +175,126 @@ const Post = ({ roadmap, goals }: Props) => {
    {/* Info */}
    setAbout(true)} className={ about - ? "h-screen inline w-full overflow-y-scroll opacity-100 transition-all duration-150 scrollbar-thin -my-10 p-10 " + ? "hidden opacity-0 w-0" + : "w-fit bg-neutral-900 h-fit py-2 cursor-pointer hidden md:inline opacity-100 rounded-[10px] px-5 border border-zinc-800" + } + > + setAbout(true)} + className="h-5 w-5 cursor-pointer" + /> +
    + {infotext ? ( + + +
    +
    +
    +

    + Block Title:{" "} + {!blockSelected ?
    : blockSelected} + + {loading ? ( + + ) : ( + setAbout(false)} + className="h-5 w-5 cursor-pointer" + /> + )} + +

    + {/* data */} +
    + {infotext ? ( +

    + {/* @ts-ignore */} + {infotext.description} +

    + ) : null} +
    +
    +
    +

    + Recommended Youtube Videos +

    +
    + {infotext ? ( +
    + {/* @ts-ignore */} + + {/* @ts-ignore */} + +
    + ) : null} +
    +
    +
    +

    + Recommended Blog +

    + {infotext ? ( + <> + {/* @ts-ignore */} + +
    + Open in web +
    + +
    {/* @ts-ignore */}
    + + ) : null} +
    +
    +

    + 3 best content creators in the field +

    +
    + {infotext ? ( +
    + {/* @ts-ignore */} + {infotext.creators.map((creator) => ( +
    {creator.name}
    + ))} +
    + ) : null} +
    +
    +
    +
    +
    +
    + ) : null} +

    } /> @@ -217,7 +314,8 @@ export async function getStaticProps(context: any) { const { slug = "" } = context.params; const user = await sanityClient.fetch(query, { slug }); const users = await fetchUsers(); - const posts = await fecthBlogs(); + const posts = await fetchVideos(); + // const feed = await fetchVideos(); const goals = await fetchGoals(); return { props: { diff --git a/pages/workspace.tsx b/pages/workspace.tsx index 4436308..0f71b1a 100644 --- a/pages/workspace.tsx +++ b/pages/workspace.tsx @@ -1,36 +1,18 @@ import React, { useEffect, useState } from "react"; -import Main from "../components/dashboard/Main"; -import Header from "../components/dashboard/Main"; -import Sidebar from "../components/dashboard/Sidebar"; -import Navbar from "../components/Navbar"; -import { GetServerSideProps } from "next"; +import { GetServerSideProps, GetStaticProps } from "next"; import { fetchUsers } from "../utils/fetchUsers"; import { GoalBody, Goals, User } from "../typings"; import { useSession } from "next-auth/react"; import { useRouter } from "next/router"; -import { useSelector } from "react-redux"; +// import { useSelector } from "react-redux"; import { fetchGoals } from "../utils/fetchGoals"; import { fetchNotes } from "../utils/fetchNotes"; import toast from "react-hot-toast"; -import { UserButton, useUser } from "@clerk/nextjs"; -import Head from "next/head"; - -import { - Button, - Checkbox, - Collapse, - Grid, - Input, - Loading, - Modal, - Progress, - Text, - Textarea, - Tooltip, -} from "@nextui-org/react"; -import Planet from "./tracker"; +import { useUser } from "@clerk/nextjs"; + +import { Checkbox, Loading, Modal, Text, Tooltip } from "@nextui-org/react"; import dynamic from "next/dynamic"; -import { Toaster } from "react-hot-toast"; +// import { Toaster } from "react-hot-toast"; import Layout from "../components/Layout/Layout"; import Island from "../components/BoonIsland/Island"; import Dialog from "../components/ChapterPopup/ChapterPopup"; @@ -40,6 +22,7 @@ import CustomLoader from "../components/CustomLoader"; import Notes from "../components/Notes/Notes"; import { DeleteIcon, XIcon } from "lucide-react"; import Category from "../pages/select-categories"; +import Image from "next/image"; const ReactQuill = dynamic(import("react-quill"), { ssr: false }); interface Props { @@ -100,11 +83,15 @@ const Home = ({ users, goals, notes, setLoading }: Props) => { (userss) => userss.email == user?.emailAddresses[0].emailAddress ); const [todos, setTodos] = useState([]); + const [note, setNote] = useState([]); const [tempTodo, setTemptodo] = useState(null); const [notesList, setNotesList] = useState([]); + const notesez = notes.filter( + (notess) => notess.email == user?.emailAddresses[0].emailAddress + ); useEffect(() => { setTodos( goals @@ -115,6 +102,8 @@ const Home = ({ users, goals, notes, setLoading }: Props) => { : 0 ) ); + setNote(notesez); + if (user && !match[0]?.categories) { // router.push("/categories"); } else { @@ -122,7 +111,7 @@ const Home = ({ users, goals, notes, setLoading }: Props) => { } setLoading ? setLoading(false) : ""; setNotesList(notes); - }, []); + }, [notes]); const refreshGoals = async () => { const goals: Goals[] = await fetchGoals(); @@ -256,8 +245,11 @@ const Home = ({ users, goals, notes, setLoading }: Props) => { console.log("selected", selectedCategory); - const filteredNotes = notess.filter( - (note) => selectedCategory === "" || note.category === selectedCategory + const filteredNotes = note.filter( + (note) => note.category === selectedCategory + ); + const filteredNotes2 = notesez.filter( + (note) => note.category === selectedCategory ); const [desc, setDesc] = useState(""); const [data, setData] = useState(); @@ -312,20 +304,24 @@ const Home = ({ users, goals, notes, setLoading }: Props) => { }; const addDeleted = async (id: string | undefined) => { + console.log("hello"); try { const noteInfo = { // @ts-ignore _id: id, }; //@ts-ignore - setNotes(notes.filter((t: any) => t._id != id)); + setNote(notes.filter((t: any) => t._id != id)); fetch(`/api/deleteNote`, { body: JSON.stringify(noteInfo), method: "POST", + next: { + revalidate: 60, + }, }).then(async (res) => { const json = await res.json(); - router.replace("/lofi"); + router.replace(router.pathname); setShowModal(false); return json; }); @@ -359,6 +355,8 @@ const Home = ({ users, goals, notes, setLoading }: Props) => { } }, [showPromptModal]); const handleNoteChange = async (id: string) => { + setEdittitle(false); + setEditcategory(false); const mutations = { _id: id, note: text, @@ -418,15 +416,17 @@ const Home = ({ users, goals, notes, setLoading }: Props) => { }; // const notes = [1,2,2,3,3,3,3,3,3,3,3,3] - + const [showdeleteicon, setShowdeleteicon] = useState(false); + const [edittitle, setEdittitle] = useState(false); + const [editcategory, setEditcategory] = useState(false); return ( -
    +
    {!match[0].categories && !categoryslide ? ( <> @@ -463,18 +463,18 @@ const Home = ({ users, goals, notes, setLoading }: Props) => { ) : categoryslide ? ( ) : null} -
    -
    +
    +
    { > -
    -
    +
    +
    AI Schedule Generator
    -
    +
    The AI schedule generator analyzes preferences, constraints, and resources to create optimized schedules, maximizing efficiency and productivity. @@ -496,7 +496,7 @@ const Home = ({ users, goals, notes, setLoading }: Props) => { onClick={() => setShowPromptModal(true)} className="cursor-pointer border-gray-500 bg-[#363636] from-gray-300 w-10/12 flex flex-col justify-start relative h-12 shrink-0 items-center py-3 border rounded" > -

    +

    Generate Now

    @@ -504,14 +504,17 @@ const Home = ({ users, goals, notes, setLoading }: Props) => {
    Boon Island
    -
    load()}> +
    load()} + > {/* display the image of the current level of boon island, static image to avoid long loading */} -
    + {/*
    */} {level < 5 ? ( {
    -
    +
    -
    -
    -
    - +
    +
    + {categories.size !== 0 && ( + + )}
    {
    {/*
    */} -
    - {filteredNotes.map((note) => ( - <> - -
    -
    - {selectedNote} - + {categories.size !== 0 ? ( +
    + {filteredNotes.map((note, index) => ( + <> + +
    +
    +
    + setEdittitle(true);...} + /> + setEditcategory(true); ...} + /> +
    +
    +
    +
    + + +
    handleNoteChange(note._id!)} + className="t-14 bg-opacity-30 w-full rounded-lg active:scale-105 bg-white flex p-2 justify-center items-center" + > + +
    +
    +
    -
    -
    -
    - { - setText(e); - }} - /> +
    +
    { + setShowModal(true); + setSelectedNote(notesez[index].topic); + setSelectedNoteData(notesez[index].note); + }} + className="bg-[#212121] cursor-pointer w-full h-40 flex flex-col overflow-hidden p-4 space-y-5 rounded-lg" + > +
    +
    +

    + {note.topic} +

    -
    -
    - {empty && "Please enter atleast a sentence"} + {empty && ( +
    + Please enter atleast a sentence +
    + )}
    -

    +

    How much time do you have?

    -
    +
    - {empty && "Please enter atleast a sentence"} + {empty && ( +
    + Please enter atleast a sentence +
    + )}
    -

    +

    Generate Your Roadmap

    @@ -817,7 +858,7 @@ const Home = ({ users, goals, notes, setLoading }: Props) => { ); handlenextpage(); }} - className="py-2 px-4 my-2 bg-white text-black rounded-3xl font-poppins text-[0.9vw]" + className="md:spy-2 px-2 py-1 md:px-4 my-2 md:text-lg text-xs bg-white text-black rounded-lg md:rounded-3xl font-poppins md:text-[0.9vw]" > Generate Now @@ -829,11 +870,11 @@ const Home = ({ users, goals, notes, setLoading }: Props) => { pageposition === 4 ? " pageentry " : "pageexit " } text-center`} > -

    +

    Here's your schedule

    {susdata ? ( -
    +
    <> {/* @ts-ignore */} @@ -851,7 +892,7 @@ const Home = ({ users, goals, notes, setLoading }: Props) => { addGoalDataSchedule(roadmaps.title); }); }} - className="mt-5 border w-fit p-2 rounded-lg cursor-pointer" + className="mt-5 border ml-5 w-fit p-2 rounded-lg cursor-pointer" > Add to todos
    @@ -861,19 +902,19 @@ const Home = ({ users, goals, notes, setLoading }: Props) => {
    {pageposition !== 4 ? ( -
    +
    {pageposition ? ( ) : ( @@ -893,7 +934,7 @@ const Home = ({ users, goals, notes, setLoading }: Props) => { ? setEmpty(true) : handlenextpage() } - className="py-2 px-4 my-2 bg-white text-black rounded-3xl font-poppins text-[0.9vw]" + className="text-sm py-2 px-4 my-2 bg-white text-black rounded-3xl font-poppins text-[0.9vw]" > Next {"->"} @@ -902,12 +943,12 @@ const Home = ({ users, goals, notes, setLoading }: Props) => { ) : ( "" )} -
    + -
    +
    {boonisland && ( )} @@ -927,7 +968,7 @@ const Home = ({ users, goals, notes, setLoading }: Props) => { ); }; -export const getServerSideProps: GetServerSideProps = async (context) => { +export const getStaticProps: GetStaticProps = async (context) => { const users = await fetchUsers(); const goals = await fetchGoals(); const notes = await fetchNotes(); diff --git a/public/delete-icon.svg b/public/delete-icon.svg index 0a32ac6..b351eee 100644 --- a/public/delete-icon.svg +++ b/public/delete-icon.svg @@ -1,3 +1,3 @@ - + diff --git a/public/empty-box.png b/public/empty-box.png new file mode 100644 index 0000000..397f16c Binary files /dev/null and b/public/empty-box.png differ diff --git a/public/empty-box.svg b/public/empty-box.svg new file mode 100644 index 0000000..cc4f88b --- /dev/null +++ b/public/empty-box.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/empty.svg b/public/empty.svg new file mode 100644 index 0000000..47d88d6 --- /dev/null +++ b/public/empty.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/exploreimg1.png b/public/exploreimg1.png new file mode 100644 index 0000000..585563e Binary files /dev/null and b/public/exploreimg1.png differ diff --git a/public/exploreimg2.png b/public/exploreimg2.png new file mode 100644 index 0000000..5769629 Binary files /dev/null and b/public/exploreimg2.png differ diff --git a/public/exploreimg3.png b/public/exploreimg3.png new file mode 100644 index 0000000..f871f33 Binary files /dev/null and b/public/exploreimg3.png differ diff --git a/public/habit-bg-img (1).webp b/public/habit-bg-img (1).webp new file mode 100644 index 0000000..aba24f3 Binary files /dev/null and b/public/habit-bg-img (1).webp differ diff --git a/public/lofi.mp4 b/public/lofi.mp4 new file mode 100644 index 0000000..9ee1fab Binary files /dev/null and b/public/lofi.mp4 differ diff --git a/public/slideright.svg b/public/slideright.svg new file mode 100644 index 0000000..9ff7bf6 --- /dev/null +++ b/public/slideright.svg @@ -0,0 +1,3 @@ + + + diff --git a/redux/features/lofiSlice.js b/redux/features/lofiSlice.js new file mode 100644 index 0000000..be12426 --- /dev/null +++ b/redux/features/lofiSlice.js @@ -0,0 +1,31 @@ +import {createSlice, current} from "@reduxjs/toolkit"; + +const initialState = { + sessionStarted:false, + hideElements:false, + hideElementsTimeout:null +}; + +const lofiSlice = createSlice({ + name: "lofi", + initialState, + reducers: { + setSessionStartedState: (state, action) => { + state.sessionStarted = action.payload; + }, + setHideElements: (state,action) => { + state.hideElements = action.payload + }, + setHideElementsTimeout:(state,action)=>{ + state.hideElementsTimeout = action.payload + } + }, +}); + +export const { + setSessionStartedState, + setHideElements, + setHideElementsTimeout +} = lofiSlice.actions; + +export default lofiSlice.reducer; diff --git a/redux/features/playerSlice.js b/redux/features/playerSlice.js index 19f54fe..403f390 100644 --- a/redux/features/playerSlice.js +++ b/redux/features/playerSlice.js @@ -5,7 +5,7 @@ const initialState = { currentIndex: 0, isActive: false, isPlaying: false, - activeSong: {}, + activeSong: null, genreListId: "", }; @@ -66,6 +66,10 @@ const playerSlice = createSlice({ // reset is playing setIsPlaying: (state, action) => { state.isPlaying = action.payload.playing; + }, + setAllSongs: (state,action) => { + state.currentSongs = action.payload.songs + state.activeSong = action.payload.songs[0] } }, }); @@ -76,7 +80,8 @@ export const { prevSong, playPause, selectGenreListId, - setIsPlaying + setIsPlaying, + setAllSongs } = playerSlice.actions; export default playerSlice.reducer; diff --git a/redux/store.ts b/redux/store.ts index 7cabe47..0dcaacc 100644 --- a/redux/store.ts +++ b/redux/store.ts @@ -2,11 +2,13 @@ import { configureStore } from "@reduxjs/toolkit"; import { shazamCoreApi } from "./services/shazamCore"; import playerReducer from "./features/playerSlice"; +import lofiReducer from "./features/lofiSlice"; export const store = configureStore({ reducer: { [shazamCoreApi.reducerPath]: shazamCoreApi.reducer, player: playerReducer, + lofi: lofiReducer }, middleware: (getDefaultMiddleware) => getDefaultMiddleware().concat(shazamCoreApi.middleware), diff --git a/sanity.ts b/sanity.ts index c71bf82..c2784fe 100644 --- a/sanity.ts +++ b/sanity.ts @@ -5,7 +5,7 @@ export const config = { projectId: process.env.NEXT_PUBLIC_SANITY_PROJECT_ID!, apiVersion: "2023-01-29", - useCdn: process.env.NODE_ENV === "production", + useCdn: false }; // Set up the client for fetching data in the getProps page functions diff --git a/styles/Home.module.css b/styles/Home.module.css index 7b68e2a..04b9c8a 100644 --- a/styles/Home.module.css +++ b/styles/Home.module.css @@ -36,6 +36,13 @@ font-weight: 700; font-family: var(--font-mono); } +.ql-container.ql-snow{ + border: none !important; +} + +.ql-toolbar.ql-snow { + border: none !important; +} .grid { display: grid; diff --git a/styles/chat-mobile.css b/styles/chat-mobile.css new file mode 100644 index 0000000..0bcf6a2 --- /dev/null +++ b/styles/chat-mobile.css @@ -0,0 +1,131 @@ +body, +html { + padding: 0; + margin: 0; +} + +.App { + font-family: sans-serif; + text-align: center; + height: 100vh; + width: 100vw; +} + +.App .sendbird-channel-header, +.App .sendbird-channel-list { + width: 100vw; +} + +.App .sendbird-message-content.incoming .sendbird-message-content__middle, +.App .sendbird-message-content.outgoing .sendbird-message-content__middle { + max-width: calc(100% - 70px); +} +.App + .sendbird-message-content.outgoing + .sendbird-message-content__middle + .sendbird-message-content__middle__body-container, +.App + .sendbird-message-content.incoming + .sendbird-message-content__middle + .sendbird-message-content__middle__body-container { + width: 100%; +} +.App .sendbird-og-message-item-body { + min-width: initial; + max-width: initial; +} + +/* Channel list preview styles */ +.channel-preview-wrapper { + max-width: 100%; + display: flex; + justify-content: flex-start; + background: #101010/40; + align-items: center; + text-align: start; + padding: 20px; + border-bottom: 1px solid rgb(53, 53, 53); +} +.channel-preview-wrapper:hover, +.channel-preview-wrapper:active { + background-color: var(--sendbird-dark-background-300); +} +.channel-preview-cover { + margin-inline-end: 10px; + border-radius: 50%; +} +.channel-preview-name { + font-weight: bold; + margin-bottom: 5px; +} +.channel-preview-last-message, +.channel-preview-last-message-date { + font-weight: 200; + color: var(--sendbird-dark-background-300); + font-size: 0.8em; +} +.channel-preview-last-message { + max-width: 170px; + white-space: nowrap; + text-overflow: ellipsis; + overflow: hidden; +} +.channel-preview-last-message-date { + margin-left: auto; + flex: 1; + text-align: end; +} + +/* Channel custom header styles */ +.custom-channel-header { + display: flex; + flex-direction: row; + justify-content: space-between; + align-items: center; + padding: 1rem; + margin: 0; +} +.custom-channel-header button { + border: none; + background: transparent; +} + +/* Override Sendbird styles if not using custom channel list preview */ +/* .App .sendbird-channel-list, +.App .sendbird-channel-header, +.App + .sendbird-channel-list + .sendbird-channel-preview + .sendbird-channel-preview__content__upper, +.App + .sendbird-channel-list + .sendbird-channel-preview + .sendbird-channel-preview__content__lower, +.App .sendbird-channel-list .sendbird-channel-preview { + width: 100%; +} +.App + .sendbird-channel-list + .sendbird-channel-preview.sendbird-channel-preview--active { + border-left: none; + border-bottom: solid 1px var(--sendbird-light-onlight-04); + background-color: inherit; +} +.App + .sendbird-channel-list + .sendbird-channel-preview.sendbird-channel-preview--active + .sendbird-channel-preview__content__upper__header__channel-name { + color: inherit; +} +.App + .sendbird-channel-list + .sendbird-channel-preview.sendbird-channel-preview--active + .sendbird-channel-preview__action { + display: none; +} +.App + .sendbird-channel-list + .sendbird-channel-preview.sendbird-channel-preview--active + .sendbird-channel-preview__content__upper__last-message-at { + display: block; +} */ diff --git a/styles/chat.css b/styles/chat.css index 0a1572b..941d2c7 100644 --- a/styles/chat.css +++ b/styles/chat.css @@ -1,7611 +1,7653 @@ .sendbird-openchannel-conversation-header { - position: relative; - min-height: 64px; - box-sizing: border-box; - } - .sendbird-theme--light .sendbird-openchannel-conversation-header { - border-bottom: 1px solid var(--sendbird-light-onlight-04); - } - .sendbird-theme--dark .sendbird-openchannel-conversation-header { - border-bottom: 1px solid var(--sendbird-dark-ondark-04); - } - .sendbird-openchannel-conversation-header .sendbird-openchannel-conversation-header__left__title { - white-space: nowrap; - overflow-x: hidden; - text-overflow: ellipsis; - max-width: calc(100% - 120px); - } - .sendbird-openchannel-conversation-header__left [class*=sendbird-openchannel-conversation-header__left__cover-image] { - position: absolute; - left: 20px; - top: 16px; - } - .sendbird-openchannel-conversation-header__left__title { - position: absolute; - left: 60px; - top: 12px; - } - .sendbird-openchannel-conversation-header__left__sub-title { - position: absolute; - left: 60px; - top: 36px; - } - .sendbird-openchannel-conversation-header__right { - position: absolute; - top: 0px; - right: 0px; - width: 64px; - height: 64px; - } - .sendbird-openchannel-conversation-header__right__trigger { - position: absolute; - top: 16px; - right: 16px; - display: flex; - align-items: center; - justify-content: center; - } - - .sendbird-openchannel-conversation-header__left__cover-image--icon { - display: flex; - justify-content: center; - align-items: center; - border-radius: 50%; - } - .sendbird-theme--light .sendbird-openchannel-conversation-header__left__cover-image--icon { - background-color: var(--sendbird-light-background-300); - } - .sendbird-theme--dark .sendbird-openchannel-conversation-header__left__cover-image--icon { - background-color: var(--sendbird-dark-background-300); - } - .sendbird-word { - display: inline; - height: -moz-fit-content; - height: fit-content; - color: white !important - } - - .sendbird-word__url { - margin: 0 4px; - display: inline; - color: inherit; - word-break: break-all; - } - .sendbird-create-open-channel-ui { - position: relative; - display: inline-flex; - } - - .sendbird-create-open-channel-ui__profile-input { - position: relative; - display: inline-flex; - flex-direction: column; - justify-content: flex-start; - width: 100%; - height: 100%; - box-sizing: border-box; - } - .sendbird-create-open-channel-ui__profile-input .sendbird-create-open-channel-ui__profile-input__img-section { - position: relative; - margin-top: 16px; - display: inline-flex; - flex-direction: row; - align-items: center; - } - .sendbird-create-open-channel-ui__profile-input .sendbird-create-open-channel-ui__profile-input__img-section .sendbird-create-open-channel-ui__profile-input__img-section__avatar { - position: relative; - display: inline-flex; - align-items: center; - justify-content: center; - width: 80px; - height: 80px; - } - .sendbird-create-open-channel-ui__profile-input .sendbird-create-open-channel-ui__profile-input__img-section .sendbird-create-open-channel-ui__profile-input__img-section__avatar--default { - position: relative; - display: inline-flex; - align-items: center; - justify-content: center; - width: 80px; - height: 80px; - border-radius: 50%; - } - .sendbird-theme--light .sendbird-create-open-channel-ui__profile-input .sendbird-create-open-channel-ui__profile-input__img-section .sendbird-create-open-channel-ui__profile-input__img-section__avatar--default { - background-color: var(--sendbird-light-background-200); - } - .sendbird-theme--dark .sendbird-create-open-channel-ui__profile-input .sendbird-create-open-channel-ui__profile-input__img-section .sendbird-create-open-channel-ui__profile-input__img-section__avatar--default { - background-color: var(--sendbird-dark-background-400); - } - .sendbird-create-open-channel-ui__profile-input .sendbird-create-open-channel-ui__profile-input__img-section .sendbird-create-open-channel-ui__profile-input__img-section__button { - position: relative; - margin-left: 18px; - display: inline-flex; - } - .sendbird-create-open-channel-ui__profile-input .sendbird-create-open-channel-ui__profile-input__name-section { - position: relative; - margin-top: 8px; - display: inline-flex; - flex-direction: row; - } - .sendbird-open-channel-list, - .sendbird-open-channel-list-ui { - position: relative; - display: inline-flex; - flex-direction: column; - width: 256px; - min-width: 256px; - height: 100%; - box-sizing: border-box; - } - .sendbird--mobile-mode .sendbird-open-channel-list, - .sendbird--mobile-mode .sendbird-open-channel-list-ui { - width: 100%; - } - .sendbird-theme--light .sendbird-open-channel-list, - .sendbird-theme--light .sendbird-open-channel-list-ui { - border-right: solid 1px var(--sendbird-light-onlight-04); - } - .sendbird-theme--dark .sendbird-open-channel-list, - .sendbird-theme--dark .sendbird-open-channel-list-ui { - border-right: solid 1px var(--sendbird-dark-ondark-04); - } - .sendbird-open-channel-list .sendbird-open-channel-list-ui__header, - .sendbird-open-channel-list-ui .sendbird-open-channel-list-ui__header { - position: relative; - display: inline-flex; - flex-direction: row; - align-items: center; - width: 100%; - height: 64px; - box-sizing: border-box; - } - .sendbird-theme--light .sendbird-open-channel-list .sendbird-open-channel-list-ui__header, - .sendbird-theme--light .sendbird-open-channel-list-ui .sendbird-open-channel-list-ui__header { - background-color: var(--sendbird-light-background-50); - border-bottom: solid 1px var(--sendbird-light-onlight-04); - } - .sendbird-theme--dark .sendbird-open-channel-list .sendbird-open-channel-list-ui__header, - .sendbird-theme--dark .sendbird-open-channel-list-ui .sendbird-open-channel-list-ui__header { - background-color: var(--sendbird-dark-background-600); - border-bottom: solid 1px var(--sendbird-dark-ondark-04); - } - .sendbird-open-channel-list .sendbird-open-channel-list-ui__header .sendbird-open-channel-list-ui__header__title, - .sendbird-open-channel-list-ui .sendbird-open-channel-list-ui__header .sendbird-open-channel-list-ui__header__title { - position: relative; - margin-left: 24px; - display: inline-flex; - align-items: center; - box-sizing: border-box; - } - .sendbird-open-channel-list .sendbird-open-channel-list-ui__header .sendbird-open-channel-list-ui__header__button-refresh, - .sendbird-open-channel-list-ui .sendbird-open-channel-list-ui__header .sendbird-open-channel-list-ui__header__button-refresh { - position: absolute; - top: 16px; - right: 56px; - display: inline-flex; - align-items: center; - justify-content: center; - box-sizing: border-box; - } - .sendbird-open-channel-list .sendbird-open-channel-list-ui__header .sendbird-open-channel-list-ui__header__button-create-channel, - .sendbird-open-channel-list-ui .sendbird-open-channel-list-ui__header .sendbird-open-channel-list-ui__header__button-create-channel { - position: absolute; - top: 16px; - right: 16px; - display: inline-flex; - align-items: center; - justify-content: center; - box-sizing: border-box; - } - .sendbird-open-channel-list .sendbird-open-channel-list-ui__channel-list, - .sendbird-open-channel-list-ui .sendbird-open-channel-list-ui__channel-list { - position: relative; - display: inline-flex; - flex-direction: column; - width: 100%; - height: calc(100% - 64px); - box-sizing: border-box; - overflow-y: scroll; - } - - .sendbird-open-channel-list-ui__channel-list--place-holder--loading { - position: relative; - min-height: 62px; - display: inline-flex; - align-items: center; - justify-content: center; - } - .sendbird-theme--light .sendbird-open-channel-list-ui__channel-list--place-holder--loading { - background-color: var(--sendbird-light-background-100); - } - .sendbird-theme--dark .sendbird-open-channel-list-ui__channel-list--place-holder--loading { - background-color: var(--sendbird-dark-background-500); - } - .sendbird-open-channel-preview { - position: relative; - display: inline-flex; - flex-direction: row; - width: 264px; - height: 58px; - min-width: 264px; - min-height: 58px; - box-sizing: border-box; - } - .sendbird--mobile-mode .sendbird-open-channel-preview { - width: 100%; - } - .sendbird-theme--light .sendbird-open-channel-preview { - background-color: var(--sendbird-light-background-50); - border-bottom: solid 1px var(--sendbird-light-onlight-04); - } - .sendbird-theme--dark .sendbird-open-channel-preview { - background-color: var(--sendbird-dark-background-600); - border-bottom: solid 1px var(--sendbird-dark-ondark-04); - } - .sendbird-theme--light .sendbird-open-channel-preview:hover { - background-color: var(--sendbird-light-background-100); - } - .sendbird-theme--dark .sendbird-open-channel-preview:hover { - background-color: var(--sendbird-dark-background-500); - } - .sendbird-theme--light .sendbird-open-channel-preview.selected { - background-color: var(--sendbird-light-primary-100); - border-left: solid 4px var(--sendbird-light-primary-300); - } - .sendbird-theme--dark .sendbird-open-channel-preview.selected { - background-color: var(--sendbird-dark-primary-300); - border-left: solid 4px var(--sendbird-dark-primary-200); - } - .sendbird-open-channel-preview .sendbird-open-channel-preview__cover-image { - position: relative; - margin-top: 8px; - margin-left: 16px; - display: inline-flex; - align-items: center; - justify-content: center; - width: 42px; - height: 42px; - box-sizing: border-box; - } - .sendbird-open-channel-preview .sendbird-open-channel-preview__cover-image .sendbird-open-channel-preview__cover-image__avatar, - .sendbird-open-channel-preview .sendbird-open-channel-preview__cover-image .sendbird-open-channel-preview__cover-image__avatar--default { - position: relative; - display: inline-flex; - align-items: center; - justify-content: center; - box-sizing: border-box; - } - .sendbird-open-channel-preview .sendbird-open-channel-preview__context { - position: relative; - margin-top: 8px; - margin-left: 16px; - display: inline-flex; - flex-direction: column; - width: calc(100% - 100px); - box-sizing: border-box; - } - .sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__title { - position: relative; - display: inline-flex; - flex-direction: row; - align-items: center; - width: 100%; - height: 16px; - box-sizing: border-box; - } - .sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__title .sendbird-open-channel-preview__context__title__channel-name { - position: relative; - display: inline-block; - width: 100%; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - box-sizing: border-box; - overflow-x: hidden; - text-overflow: ellipsis; - word-break: keep-all; - } - .sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__title .sendbird-open-channel-preview__context__title__channel-name.frozen { - max-width: calc(100% - 20px); - } - .sendbird--mobile-mode .sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__title .sendbird-open-channel-preview__context__title__channel-name { - overflow-y: hidden; - } - .sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__title .sendbird-open-channel-preview__context__title__frozen { - position: relative; - margin-left: 4px; - display: inline-flex; - } - .sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__participants { - position: relative; - margin-top: 8px; - display: inline-flex; - flex-direction: row; - align-items: center; - width: 100%; - height: 14px; - box-sizing: border-box; - } - .sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__participants .sendbird-open-channel-preview__context__participants__icon { - position: relative; - display: inline-flex; - width: 14px; - height: 14px; - box-sizing: border-box; - } - .sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__participants .sendbird-open-channel-preview__context__participants__count { - position: relative; - margin-left: 4px; - display: inline-flex; - width: 160px; - max-width: 160px; - height: 12px; - box-sizing: border-box; - overflow-x: hidden; - text-overflow: ellipsis; - word-break: keep-all; - } - .sendbird--mobile-mode .sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__participants .sendbird-open-channel-preview__context__participants__count { - overflow-y: hidden; - } - @import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap"); - :root { - --sendbird-light-primary-500: #050505; - --sendbird-light-primary-400: #000000; - --sendbird-light-primary-300: #000000; - --sendbird-light-primary-200: #000000; - --sendbird-light-primary-100: #000000; - --sendbird-light-secondary-500: #066858; - --sendbird-light-secondary-400: #027d69; - --sendbird-light-secondary-300: #259c72; - --sendbird-light-secondary-200: #69c085; - --sendbird-light-secondary-100: #a8e2ab; - --sendbird-light-information-100: #adc9ff; - --sendbird-highlight-100: #fff2b6; - --sendbird-light-error-500: #9d091e; - --sendbird-light-error-400: #bf0711; - --sendbird-light-error-300: #de360b; - --sendbird-light-error-200: #f66161; - --sendbird-light-error-100: #fdaaaa; - --sendbird-light-background-700: #101010; - --sendbird-light-background-600: #151515; - --sendbird-light-background-500: #2C2C2C; - --sendbird-light-background-400: #393939; - --sendbird-light-background-300: #bdbdbd; - --sendbird-light-background-200: #e0e0e0; - --sendbird-light-background-100: #eeeeee; - --sendbird-light-background-50: #FFFFFF; - --sendbird-light-overlay-01: rgba(0, 0, 0, 0.55); - --sendbird-light-overlay-02: rgba(0, 0, 0, 0.32); - --sendbird-light-onlight-01: rgba(0, 0, 0, 0.88); - --sendbird-light-onlight-02: rgba(0, 0, 0, 0.50); - --sendbird-light-onlight-03: rgba(0, 0, 0, 0.38); - --sendbird-light-onlight-04: rgba(0, 0, 0, 0.12); - --sendbird-light-ondark-01: rgba(255, 255, 255, 0.88); - --sendbird-light-ondark-02: rgba(255, 255, 255, 0.50); - --sendbird-light-ondark-03: rgba(255, 255, 255, 0.38); - --sendbird-light-ondark-04: rgba(255, 255, 255, 0.12); - --sendbird-light-shadow-01: 0 1px 5px 0 rgba(33, 34, 66, 0.04), 0 0 3px 0 rgba(0, 0, 0, 0.08), 0 2px 1px 0 rgba(0, 0, 0, 0.12); - --sendbird-light-shadow-02: 0 3px 5px -3px rgba(33, 34, 66, 0.04), 0 3px 14px 2px rgba(0, 0, 0, 0.08), 0 8px 10px 1px rgba(0, 0, 0, 0.12); - --sendbird-light-shadow-03: 0 6px 10px -5px rgba(0, 0, 0, 0.04), 0 6px 30px 5px rgba(0, 0, 0, 0.08), 0 16px 24px 2px rgba(0, 0, 0, 0.12); - --sendbird-light-shadow-04: 0 9px 15px -7px rgba(0, 0, 0, 0.04), 0 9px 46px 8px rgba(0, 0, 0, 0.08), 0 24px 38px 3px rgba(0, 0, 0, 0.12); - --sendbird-light-shadow-05: 0 2px 8px 0 rgba(0, 0, 0, 0.08), 0 4px 6px 0 rgba(0, 0, 0, 0.12); - --sendbird-light-shadow-message-input: 0 1px 5px 0 rgba(33, 34, 66, 0.12), 0 0 1px 0 rgba(33, 34, 66, 0.16), 0 2px 1px 0 rgba(33, 34, 66, 0.08), 0 1px 5px 0 rgba(0, 0, 0, 0.12); - } - - :root { - --sendbird-dark-primary-500: #f2f2f2; - --sendbird-dark-primary-400: #ffffff; - --sendbird-dark-primary-300: #454343; - --sendbird-dark-primary-200: #2E2E2E; - --sendbird-dark-primary-100: #dbd1ff; - --sendbird-dark-secondary-500: #066858; - --sendbird-dark-secondary-400: #027d69; - --sendbird-dark-secondary-300: #259c72; - --sendbird-dark-secondary-200: #69c085; - --sendbird-dark-secondary-100: #a8e2ab; - --sendbird-dark-information-100: #adc9ff; - --sendbird-highlight-100: #fff2b6; - --sendbird-dark-error-500: #9d091e; - --sendbird-dark-error-400: #bf0711; - --sendbird-dark-error-300: #de360b; - --sendbird-dark-error-200: #f66161; - --sendbird-dark-error-100: #fdaaaa; - --sendbird-dark-background-700: #101010; - --sendbird-dark-background-600: #101010; - --sendbird-dark-background-500: #2C2C2C; - --sendbird-dark-background-400: #393939; - --sendbird-dark-background-300: #bdbdbd; - --sendbird-dark-background-200: #e0e0e0; - --sendbird-dark-background-100: #eeeeee; - --sendbird-dark-background-50: #FFFFFF; - --sendbird-dark-overlay-01: rgba(0, 0, 0, 0.55); - --sendbird-dark-overlay-02: rgba(0, 0, 0, 0.32); - --sendbird-dark-onlight-01: rgba(0, 0, 0, 0.88); - --sendbird-dark-onlight-02: rgba(0, 0, 0, 0.50); - --sendbird-dark-onlight-03: rgba(0, 0, 0, 0.38); - --sendbird-dark-onlight-04: rgba(0, 0, 0, 0.12); - --sendbird-dark-ondark-01: rgba(255, 255, 255, 0.88); - --sendbird-dark-ondark-02: rgba(255, 255, 255, 0.50); - --sendbird-dark-ondark-03: rgba(255, 255, 255, 0.38); - --sendbird-dark-ondark-04: rgba(255, 255, 255, 0.12); - --sendbird-dark-shadow-01: 0 1px 5px 0 rgba(33, 34, 66, 0.04), 0 0 3px 0 rgba(0, 0, 0, 0.08), 0 2px 1px 0 rgba(0, 0, 0, 0.12); - --sendbird-dark-shadow-02: 0 3px 5px -3px rgba(33, 34, 66, 0.04), 0 3px 14px 2px rgba(0, 0, 0, 0.08), 0 8px 10px 1px rgba(0, 0, 0, 0.12); - --sendbird-dark-shadow-03: 0 6px 10px -5px rgba(0, 0, 0, 0.04), 0 6px 30px 5px rgba(0, 0, 0, 0.08), 0 16px 24px 2px rgba(0, 0, 0, 0.12); - --sendbird-dark-shadow-04: 0 9px 15px -7px rgba(0, 0, 0, 0.04), 0 9px 46px 8px rgba(0, 0, 0, 0.08), 0 24px 38px 3px rgba(0, 0, 0, 0.12); - --sendbird-light-shadow-05: 0 2px 8px 0 rgba(0, 0, 0, 0.08), 0 4px 6px 0 rgba(0, 0, 0, 0.12); - --sendbird-dark-shadow-message-input: 0 1px 5px 0 rgba(33, 34, 66, 0.12), 0 0 1px 0 rgba(33, 34, 66, 0.16), 0 2px 1px 0 rgba(33, 34, 66, 0.08), 0 1px 5px 0 rgba(0, 0, 0, 0.12); - } - - :root { - --sendbird-iconbutton-color: #825eeb; - --sendbird-message-input-border-active: #2b2b2b; - --sendbird-selected-reaction-button-border-hover: #9E8CF5; - --sendbird-add-reaction-button-border-hover: #9E8CF5; - --sendbird-tooltip-background: #000000; - --sendbird-tooltip-text-color: rgba(255, 255, 255, 0.88); - --sendbird-button-border-focus: #FFFFFF; - --sendbird-file-message-icon-background: #FFFFFF; - --sendbird-font-family-default: "Roboto", sans-serif; - --sendbird-message-balloon-width: 404px; - } - .sendbird-experimental__rem__units .sendbird-label--h-1 { - font-size: 1.25rem; - } - .sendbird-experimental__rem__units .sendbird-label--h-2 { - font-size: 1.125rem; - } - .sendbird-experimental__rem__units .sendbird-label--subtitle-1 { - font-size: 1rem; - } - .sendbird-experimental__rem__units .sendbird-label--subtitle-2 { - font-size: 0.875rem; - } - .sendbird-experimental__rem__units .sendbird-label--body-1 { - font-size: 0.875rem; - } - .sendbird-experimental__rem__units .sendbird-label--body-2 { - font-size: 0.75rem; - } - .sendbird-experimental__rem__units .sendbird-label--button-1 { - font-size: 0.875rem; - } - .sendbird-experimental__rem__units .sendbird-label--button-2 { - font-size: 0.875rem; - } - .sendbird-experimental__rem__units .sendbird-label--caption-1 { - font-size: 0.875rem; - } - .sendbird-experimental__rem__units .sendbird-label--caption-2 { - font-size: 0.75rem; - } - .sendbird-experimental__rem__units .sendbird-label--caption-3 { - font-size: 0.75rem; - } - .sendbird-experimental__rem__units .sendbird-message-search-pannel .sendbird-message-search-pannel__input__container__input-area { - font-size: 0.875rem; - } - .sendbird-experimental__rem__units .sendbird-checkbox { - font-size: 1.375rem; - } - .sendbird-experimental__rem__units .sendbird-mention-user-label { - font-size: 0.875rem; - } - .sendbird-experimental__rem__units .sendbird-mention-user-label.purple { - font-size: 1.125rem; - } - .sendbird-experimental__rem__units .sendbird-message-input .sendbird-message-input--textarea, - .sendbird-experimental__rem__units .sendbird-message-input .sendbird-message-input--placeholder { - font-size: 0.875rem; - } - .sendbird-experimental__rem__units .sendbird-input .sendbird-input__input, - .sendbird-experimental__rem__units .sendbird-input .sendbird-input__placeholder { - font-size: 0.875rem; - } - .sendbird-experimental__rem__units .sendbird-tooltip__text { - font-size: 0.75rem; - } - .sendbird-experimental__rem__units .sendbird-quote-message .sendbird-quote-message__replied-to .sendbird-quote-message__replied-to__text { - font-size: 0.75rem; - } - .sendbird-experimental__rem__units .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__text-message { - font-size: 0.75rem; - } - .sendbird-experimental__rem__units .sendbird-quote-message .sendbird-quote-message__replied-message__file-message { - font-size: 0.75rem; - } - .sendbird-modal--full-mobile .sendbird-modal__content { - width: 100vw; - max-width: 100%; - height: 100%; - } - .sendbird--mobile-mode .sendbird-modal--full-mobile .sendbird-modal__content { - height: -webkit-fill-available; - height: -moz-available; - height: stretch; - } - - .sendbird-modal { - position: fixed; - top: 0; - left: 0; - width: 100%; - height: 100%; - display: flex; - align-items: center; - justify-content: center; - } - - .sendbird-modal__backdrop--clickoutside { - cursor: pointer; - } - - .sendbird-modal__content { - width: 480px; - border-radius: 4px; - z-index: 10001; - padding: 18px 24px 24px 24px; - position: relative; - box-sizing: border-box; - } - .sendbird-theme--light .sendbird-modal__content { - background-color: var(--sendbird-light-background-50); - box-shadow: var(--sendbird-light-shadow-04); - } - .sendbird-theme--dark .sendbird-modal__content { - background-color: var(--sendbird-dark-background-500); - box-shadow: var(--sendbird-dark-shadow-04); - } - .sendbird-modal__content .sendbird-modal__close { - position: absolute; - top: 16px; - right: 16px; - cursor: pointer; - } - .sendbird-theme--light .sendbird-modal__content .sendbird-modal__close path { - fill: var(--sendbird-light-onlight-01); - } - .sendbird-theme--dark .sendbird-modal__content .sendbird-modal__close path { - fill: var(--sendbird-dark-ondark-01); - } - .sendbird-modal__content .sendbird-modal__header { - margin-bottom: 16px; - } - .sendbird-modal__content .sendbird-modal__body { - height: calc(100% - 116px); - } - .sendbird-modal__content .sendbird-modal__footer { - display: flex; - flex-direction: row; - justify-content: flex-end; - margin-top: 32px; - text-align: right; - } - .sendbird--mobile-mode .sendbird-modal__content .sendbird-modal__footer { - position: sticky; - bottom: 24px; - } - .sendbird-modal__content .sendbird-modal__footer .sendbird-button:last-child { - margin-left: 8px; - min-width: 80px; - height: 40px; - } - - .sendbird-modal__backdrop { - position: fixed; - z-index: 10000; - height: 100%; - width: 100%; - top: 0; - left: 0; - } - .sendbird-theme--light .sendbird-modal__backdrop { - background-color: var(--sendbird-light-overlay-02); - } - .sendbird-theme--dark .sendbird-modal__backdrop { - background-color: var(--sendbird-dark-overlay-02); - } - .sendbird-button { - display: inline-block; - box-shadow: none; - border-radius: 4px; - padding: 0px; - font-family: var(--sendbird-font-family-default); - cursor: pointer; - } - .sendbird-button:hover { - box-shadow: none; - } - .sendbird-button:focus { - outline: none; - } - .sendbird-button:active { - box-shadow: none; - } - .sendbird-button.sendbird-button__disabled { - cursor: not-allowed; - } - .sendbird-theme--light .sendbird-button.sendbird-button__disabled { - border: none; - background-color: var(--sendbird-light-background-200); - } - .sendbird-theme--dark .sendbird-button.sendbird-button__disabled { - border: none; - background-color: var(--sendbird-dark-background-400); - } - .sendbird-theme--light .sendbird-button.sendbird-button__disabled:hover { - background-color: var(--sendbird-light-background-200); - } - .sendbird-theme--dark .sendbird-button.sendbird-button__disabled:hover { - background-color: var(--sendbird-dark-background-400); - } - - .sendbird-button--big { - height: 40px; - } - .sendbird-button--big .sendbird-button__text { - margin: 10px 16px; - } - - .sendbird-button--small { - height: 32px; - } - .sendbird-button--small .sendbird-button__text { - margin: 6px 16px; - } - - .sendbird-theme--light .sendbird-button--primary { - border: 1px solid var(--sendbird-light-primary-300); - background-color: var(--sendbird-light-primary-300); - } - .sendbird-theme--dark .sendbird-button--primary { - border: 1px solid var(--sendbird-dark-primary-200); - background-color: var(--sendbird-dark-primary-200); - } - .sendbird-theme--light .sendbird-button--primary .sendbird-button__text { - color: var(--sendbird-light-ondark-01); - } - .sendbird-theme--dark .sendbird-button--primary .sendbird-button__text { - color: var(--sendbird-dark-onlight-01); - } - .sendbird-theme--light .sendbird-button--primary:hover { - background-color: var(--sendbird-light-primary-400); - border-color: var(--sendbird-light-primary-400); - } - .sendbird-theme--dark .sendbird-button--primary:hover { - background-color: var(--sendbird-dark-primary-300); - border-color: var(--sendbird-dark-primary-300); - } - .sendbird-theme--light .sendbird-button--primary:focus { - box-shadow: 0px 0px 0px 2px var(--sendbird-light-primary-300); - border: 1px solid var(--sendbird-button-border-focus); - } - .sendbird-theme--dark .sendbird-button--primary:focus { - box-shadow: 0px 0px 0px 2px var(--sendbird-dark-primary-200); - border: 1px solid var(--sendbird-button-border-focus); - } - .sendbird-theme--light .sendbird-button--primary:active { - background-color: var(--sendbird-light-primary-500); - } - .sendbird-theme--dark .sendbird-button--primary:active { - background-color: var(--sendbird-dark-primary-400); - } - .sendbird-theme--light .sendbird-button--primary:focus .sendbird-button--primary:hover { - box-shadow: 0px 0px 0px 2px var(--sendbird-light-primary-400); - } - .sendbird-theme--dark .sendbird-button--primary:focus .sendbird-button--primary:hover { - box-shadow: 0px 0px 0px 2px var(--sendbird-dark-primary-300); - } - .sendbird-theme--light .sendbird-button--primary:focus .sendbird-button--primary:active { - box-shadow: 0px 0px 0px 2px var(--sendbird-light-primary-500); - } - .sendbird-theme--dark .sendbird-button--primary:focus .sendbird-button--primary:active { - box-shadow: 0px 0px 0px 2px var(--sendbird-dark-primary-400); - } - - .sendbird-button--secondary { - background-color: transparent; - } - .sendbird-theme--light .sendbird-button--secondary { - border: 1px solid var(--sendbird-light-onlight-03); - } - .sendbird-theme--dark .sendbird-button--secondary { - border: 1px solid var(--sendbird-dark-ondark-03); - } - .sendbird-theme--light .sendbird-button--secondary .sendbird-button__text { - color: var(--sendbird-light-onlight-01); - } - .sendbird-theme--dark .sendbird-button--secondary .sendbird-button__text { - color: var(--sendbird-dark-ondark-01); - } - .sendbird-button--secondary:hover { - background-color: transparent; - } - .sendbird-theme--light .sendbird-button--secondary:hover { - border: 1px solid var(--sendbird-light-primary-300); - } - .sendbird-theme--dark .sendbird-button--secondary:hover { - border: 1px solid var(--sendbird-dark-primary-200); - } - .sendbird-theme--light .sendbird-button--secondary:hover .sendbird-button__text { - color: var(--sendbird-light-primary-300); - } - .sendbird-theme--dark .sendbird-button--secondary:hover .sendbird-button__text { - color: var(--sendbird-dark-primary-200); - } - .sendbird-button--secondary.sendbird-button__disabled { - cursor: not-allowed; - border: none; - } - .sendbird-theme--light .sendbird-button--secondary.sendbird-button__disabled { - background-color: var(--sendbird-light-background-200); - } - .sendbird-theme--dark .sendbird-button--secondary.sendbird-button__disabled { - background-color: var(--sendbird-dark-background-400); - } - .sendbird-theme--light .sendbird-button--secondary.sendbird-button__disabled .sendbird-button__text { - color: var(--sendbird-light-onlight-02); - } - .sendbird-theme--dark .sendbird-button--secondary.sendbird-button__disabled .sendbird-button__text { - color: var(--sendbird-dark-ondark-02); - } - .sendbird-button--secondary.sendbird-button__disabled:hover { - border: none; - } - .sendbird-theme--light .sendbird-button--secondary.sendbird-button__disabled:hover { - background-color: var(--sendbird-light-background-200); - } - .sendbird-theme--dark .sendbird-button--secondary.sendbird-button__disabled:hover { - background-color: var(--sendbird-dark-background-400); - } - .sendbird-theme--light .sendbird-button--secondary.sendbird-button__disabled:hover .sendbird-button__text { - color: var(--sendbird-light-onlight-02); - } - .sendbird-theme--dark .sendbird-button--secondary.sendbird-button__disabled:hover .sendbird-button__text { - color: var(--sendbird-dark-ondark-02); - } - .sendbird-theme--light .sendbird-button--secondary:hover .sendbird-button--secondary:focus .sendbird-button__text { - color: var(--sendbird-light-primary-300); - } - .sendbird-theme--dark .sendbird-button--secondary:hover .sendbird-button--secondary:focus .sendbird-button__text { - color: var(--sendbird-dark-primary-200); - } - .sendbird-button--secondary:focus { - border: 1px solid transparent; - background-color: transparent; - } - .sendbird-theme--light .sendbird-button--secondary:focus { - box-shadow: var(--sendbird-light-primary-300) 0px 0px 0px 2px; - } - .sendbird-theme--dark .sendbird-button--secondary:focus { - box-shadow: var(--sendbird-dark-primary-200) 0px 0px 0px 2px; - } - .sendbird-theme--light .sendbird-button--secondary:focus .sendbird-button__text { - color: var(--sendbird-light-onlight-01); - } - .sendbird-theme--dark .sendbird-button--secondary:focus .sendbird-button__text { - color: var(--sendbird-dark-ondark-01); - } - .sendbird-button--secondary:active { - box-shadow: none; - } - .sendbird-theme--light .sendbird-button--secondary:active { - border: 1px solid var(--sendbird-light-primary-300); - } - .sendbird-theme--dark .sendbird-button--secondary:active { - border: 1px solid var(--sendbird-dark-primary-200); - } - .sendbird-theme--light .sendbird-button--secondary:active .sendbird-button__text { - color: var(--sendbird-light-primary-300); - } - .sendbird-theme--dark .sendbird-button--secondary:active .sendbird-button__text { - color: var(--sendbird-dark-primary-200); - } - - .sendbird-theme--light .sendbird-button--danger { - border: 1px solid var(--sendbird-light-error-300); - background-color: var(--sendbird-light-error-300); - } - .sendbird-theme--dark .sendbird-button--danger { - border: 1px solid var(--sendbird-dark-error-200); - background-color: var(--sendbird-dark-error-200); - } - .sendbird-theme--light .sendbird-button--danger .sendbird-button__text { - color: var(--sendbird-light-ondark-01); - } - .sendbird-theme--dark .sendbird-button--danger .sendbird-button__text { - color: var(--sendbird-dark-onlight-01); - } - .sendbird-theme--light .sendbird-button--danger:hover { - background-color: var(--sendbird-light-error-400); - border-color: var(--sendbird-light-error-400); - } - .sendbird-theme--dark .sendbird-button--danger:hover { - background-color: var(--sendbird-dark-error-400); - border-color: var(--sendbird-dark-error-400); - } - .sendbird-theme--light .sendbird-button--danger:focus { - box-shadow: 0px 0px 0px 2px var(--sendbird-light-error-300); - border-color: var(--sendbird-button-border-focus); - } - .sendbird-theme--dark .sendbird-button--danger:focus { - box-shadow: 0px 0px 0px 2px var(--sendbird-dark-error-300); - border-color: var(--sendbird-button-border-focus); - } - .sendbird-button--danger:active { - box-shadow: none; - } - .sendbird-theme--light .sendbird-button--danger:active { - background-color: var(--sendbird-light-error-500); - } - .sendbird-theme--dark .sendbird-button--danger:active { - background-color: var(--sendbird-dark-error-500); - } - .sendbird-theme--light .sendbird-button--danger:hover .sendbird-button--danger:focus { - box-shadow: 0px 0px 0px 2px var(--sendbird-light-error-400); - } - .sendbird-theme--dark .sendbird-button--danger:hover .sendbird-button--danger:focus { - box-shadow: 0px 0px 0px 2px var(--sendbird-dark-error-400); - } - .sendbird-theme--light .sendbird-button--danger:active .sendbird-button--danger:focus { - box-shadow: 0px 0px 0px 2px var(--sendbird-light-error-500); - } - .sendbird-theme--dark .sendbird-button--danger:active .sendbird-button--danger:focus { - box-shadow: 0px 0px 0px 2px var(--sendbird-dark-error-500); - } - - .sendbird-button--disabled { - border: 1px solid transparent; - cursor: not-allowed; - } - .sendbird-theme--light .sendbird-button--disabled { - background-color: var(--sendbird-light-background-200); - color: var(--sendbird-light-ondark-01); - } - .sendbird-theme--dark .sendbird-button--disabled { - background-color: var(--sendbird-dark-background-400); - color: var(--sendbird-dark-onlight-01); - } - .sendbird--mobile-mode .sendbird-label { - -webkit-user-select: none; - -webkit-touch-callout: none; - } - - [class*=sendbird-label] { - font-family: var(--sendbird-font-family-default); - } - - .sendbird-label--h-1 { - font-size: 20px; - font-weight: 600; - font-stretch: normal; - font-style: normal; - line-height: 1.4; - letter-spacing: -0.2px; - } - - .sendbird-label--h-2 { - font-size: 18px; - font-weight: 600; - font-stretch: normal; - font-style: normal; - line-height: normal; - letter-spacing: -0.2px; - } - - .sendbird-label--subtitle-1 { - font-size: 16px; - font-weight: normal; - font-stretch: normal; - font-style: normal; - line-height: 1.38; - letter-spacing: -0.2px; - } - - .sendbird-label--subtitle-2 { - font-size: 14px; - font-weight: 500; - font-stretch: normal; - font-style: normal; - line-height: 1.14; - letter-spacing: -0.2px; - } - - .sendbird-label--body-1 { - font-size: 14px; - font-weight: normal; - font-stretch: normal; - font-style: normal; - line-height: 1.43; - letter-spacing: normal; - } - - .sendbird-label--body-2 { - font-size: 12px; - font-weight: normal; - font-stretch: normal; - font-style: normal; - line-height: 1.33; - letter-spacing: normal; - } - - .sendbird-label--button-1 { - font-size: 14px; - font-weight: 600; - font-stretch: normal; - font-style: normal; - line-height: 1.43; - letter-spacing: normal; - } - - .sendbird-label--button-2 { - font-size: 14px; - font-weight: normal; - font-stretch: normal; - font-style: normal; - line-height: 1.43; - letter-spacing: normal; - } - - .sendbird-label--caption-1 { - font-size: 14px; - font-weight: 600; - font-stretch: normal; - font-style: normal; - line-height: 1.43; - letter-spacing: normal; - } - - .sendbird-label--caption-2 { - font-size: 12px; - font-weight: bold; - font-style: normal; - line-height: 1; - letter-spacing: normal; - } - - .sendbird-label--caption-3 { - font-size: 12px; - font-weight: normal; - font-stretch: normal; - font-style: normal; - line-height: 1; - letter-spacing: normal; - } - - .sendbird-theme--light .sendbird-label--color-onbackground-1 { - color: var(--sendbird-light-onlight-01); - } - .sendbird-theme--dark .sendbird-label--color-onbackground-1 { - color: var(--sendbird-dark-ondark-01); - } - - .sendbird-theme--light .sendbird-label--color-onbackground-2 { - color: var(--sendbird-light-onlight-02); - } - .sendbird-theme--dark .sendbird-label--color-onbackground-2 { - color: var(--sendbird-dark-ondark-02); - } - - .sendbird-theme--light .sendbird-label--color-onbackground-3 { - color: var(--sendbird-light-onlight-03); - } - .sendbird-theme--dark .sendbird-label--color-onbackground-3 { - color: var(--sendbird-dark-ondark-03); - } - - .sendbird-theme--light .sendbird-label--color-onbackground-4 { - color: var(--sendbird-light-onlight-04); - } - .sendbird-theme--dark .sendbird-label--color-onbackground-4 { - color: var(--sendbird-dark-ondark-04); - } - - .sendbird-theme--light .sendbird-label--color-oncontent-1 { - color: var(--sendbird-light-ondark-01); - } - .sendbird-theme--dark .sendbird-label--color-oncontent-1 { - color: white - } - - .sendbird-theme--light .sendbird-label--color-oncontent-2 { - color: var(--sendbird-light-ondark-02); - } - .sendbird-theme--dark .sendbird-label--color-oncontent-2 { - color: var(--sendbird-dark-onlight-02); - } - - .sendbird-theme--light .sendbird-label--color-primary { - color: var(--sendbird-light-primary-300); - } - .sendbird-theme--dark .sendbird-label--color-primary { - color: var(--sendbird-dark-primary-200); - } - - .sendbird-theme--light .sendbird-label--color-error { - color: var(--sendbird-light-error-300); - } - .sendbird-theme--dark .sendbird-label--color-error { - color: var(--sendbird-dark-error-200); - } - - .sendbird-theme--light .sendbird-label--color-secondary-3 { - color: var(--sendbird-light-secondary-300); - } - .sendbird-theme--dark .sendbird-label--color-secondary-3 { - color: var(--sendbird-dark-secondary-200); - } - .sendbird-icon { - display: inline-block; - } - .sendbird-icon:focus { - outline: none; - } - - .sendbird-theme--light .sendbird-icon-color--primary [class*=fill] { - fill: var(--sendbird-light-primary-300); - } - .sendbird-theme--dark .sendbird-icon-color--primary [class*=fill] { - fill: rgb(151, 151, 151) - } - - .sendbird-theme--light .sendbird-icon-color--primary-2 [class*=fill] { - fill: var(--sendbird-light-primary-200); - } - .sendbird-theme--dark .sendbird-icon-color--primary-2 [class*=fill] { - fill: var(--sendbird-dark-primary-400); - } - - .sendbird-theme--light .sendbird-icon-color--primary [class*=stroke] { - stroke: var(--sendbird-light-primary-300); - stroke-width: 2px; - stroke-linejoin: round; - } - .sendbird-theme--dark .sendbird-icon-color--primary [class*=stroke] { - stroke: var(--sendbird-dark-primary-200); - stroke-width: 2px; - stroke-linejoin: round; - } - - .sendbird-theme--light .sendbird-icon-color--secondary [class*=fill] { - fill: var(--sendbird-light-secondary-300); - } - .sendbird-theme--dark .sendbird-icon-color--secondary [class*=fill] { - fill: var(--sendbird-dark-secondary-200); - } - - .sendbird-theme--light .sendbird-icon-color--content [class*=fill] { - fill: var(--sendbird-light-ondark-01); - } - .sendbird-theme--dark .sendbird-icon-color--content [class*=fill] { - fill: var(--sendbird-dark-onlight-01); - } - - .sendbird-theme--light .sendbird-icon-color--content-inverse [class*=fill] { - fill: var(--sendbird-light-onlight-01); - } - .sendbird-theme--dark .sendbird-icon-color--content-inverse [class*=fill] { - fill: var(--sendbird-dark-ondark-01); - } - - .sendbird-icon-color--white [class*=fill] { - fill: #ffffff; - } - - .sendbird-icon-color--gray [class*=fill] { - fill: var(--sendbird-light-onlight-04); - } - - .sendbird-theme--light .sendbird-icon-color--sent [class*=fill] { - fill: var(--sendbird-light-onlight-03); - } - .sendbird-theme--dark .sendbird-icon-color--sent [class*=fill] { - fill: var(--sendbird-dark-ondark-03); - } - - .sendbird-theme--light .sendbird-icon-color--read [class*=fill] { - fill: var(--sendbird-light-secondary-300); - } - .sendbird-theme--dark .sendbird-icon-color--read [class*=fill] { - fill: var(--sendbird-dark-secondary-200); - } - - .sendbird-theme--light .sendbird-icon-color--on-background-1 [class*=fill] { - fill: var(--sendbird-light-onlight-01); - } - .sendbird-theme--dark .sendbird-icon-color--on-background-1 [class*=fill] { - fill: var(--sendbird-dark-ondark-01); - } - - .sendbird-theme--light .sendbird-icon-color--on-background-2 [class*=fill] { - fill: var(--sendbird-light-onlight-02); - } - .sendbird-theme--dark .sendbird-icon-color--on-background-2 [class*=fill] { - fill: var(--sendbird-dark-ondark-02); - } - - .sendbird-theme--light .sendbird-icon-color--on-background-3 [class*=fill] { - fill: var(--sendbird-light-onlight-03); - } - .sendbird-theme--dark .sendbird-icon-color--on-background-3 [class*=fill] { - fill: var(--sendbird-dark-ondark-03); - } - - .sendbird-theme--light .sendbird-icon-color--on-background-4 [class*=fill] { - fill: var(--sendbird-light-onlight-04); - } - .sendbird-theme--dark .sendbird-icon-color--on-background-4 [class*=fill] { - fill: var(--sendbird-dark-ondark-04); - } - - .sendbird-theme--light .sendbird-icon-color--background-3 [class*=fill] { - fill: var(--sendbird-light-background-300); - } - .sendbird-theme--dark .sendbird-icon-color--background-3 [class*=fill] { - fill: var(--sendbird-dark-background-400); - } - - .sendbird-theme--light .sendbird-icon-color--error [class*=fill] { - fill: var(--sendbird-light-error-300); - } - .sendbird-theme--dark .sendbird-icon-color--error [class*=fill] { - fill: var(--sendbird-dark-error-200); - } - .sendbird-iconbutton { - color: var(--sendbird-iconbutton-color); - display: inline-flex; - justify-content: center; - align-items: center; - padding: 3px; - background-color: transparent; - cursor: pointer; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - border: 1px solid transparent; - border-radius: 4px; - outline: 0px; - } - .sendbird-iconbutton .sendbird-iconbutton__inner { - height: 100%; - } - .sendbird-theme--light .sendbird-iconbutton .sendbird-iconbutton__inner svg { - fill: var(--sendbird-light-onlight-01); - } - .sendbird-theme--dark .sendbird-iconbutton .sendbird-iconbutton__inner svg { - fill: var(--sendbird-dark-ondark-01); - } - .sendbird-theme--light .sendbird-iconbutton:hover { - background-color: var(--sendbird-light-background-100); - } - .sendbird-theme--dark .sendbird-iconbutton:hover { - background-color: var(--sendbird-dark-background-500); - } - .sendbird-theme--light .sendbird-iconbutton:active { - background-color: var(--sendbird-light-background-200); - } - .sendbird-theme--dark .sendbird-iconbutton:active { - background-color: var(--sendbird-dark-background-400); - } - .sendbird-iconbutton:disabled { - cursor: not-allowed !important; - } - .sendbird-theme--light .sendbird-iconbutton:disabled .sendbird-iconbutton__inner svg, .sendbird-theme--light .sendbird-iconbutton:disabled .sendbird-iconbutton__inner path { - fill: var(--sendbird-light-onlight-02); - } - .sendbird-theme--dark .sendbird-iconbutton:disabled .sendbird-iconbutton__inner svg, .sendbird-theme--dark .sendbird-iconbutton:disabled .sendbird-iconbutton__inner path { - fill: var(--sendbird-dark-ondark-02); - } - - .sendbird-theme--light .sendbird-iconbutton--pressed { - background-color: var(--sendbird-light-primary-100); - } - .sendbird-theme--dark .sendbird-iconbutton--pressed { - background-color: var(--sendbird-dark-background-700); - } - .sendbird-channel-list { - width: 320px; - height: 100%; - display: flex; - flex-direction: column; - background-color: rgba(71, 71, 71, 0.50); - box-sizing: border-box; - } - .sendbird-theme--light .sendbird-channel-list { - background-color: var(--sendbird-light-background-50); - } - .sendbird-theme--dark .sendbird-channel-list { - background-color: #151515; - border-right: 1px solid #2c2c2c79; - padding: 15px; - } - .sendbird--mobile-mode .sendbird-channel-list { - width: 100%; - } - - .sendbird-channel-list__header { - height: 64px; - min-height: 64px; - } - - .sendbird-channel-list__body { - flex: 1 1 0; - -ms-flex: 1; - overflow-y: auto; - overflow-x: hidden; - row-gap: 10px; - } - .sendbird-channel-header { - position: relative; - height: 64px; - min-height: 64px; - - width: 320px; - padding: 8px 64px 8px 8px; - box-sizing: border-box; - } - .sendbird-theme--light .sendbird-channel-header { - border-bottom: 1px solid var(--sendbird-light-onlight-04); - background-color: var(--sendbird-light-background-50); - } - .sendbird-theme--dark .sendbird-channel-header { - border-radius: 2px; - background-color: #151515 - } - .sendbird--mobile-mode .sendbird-channel-header { - width: 100%; - } - .sendbird-channel-header.sendbird-channel-header--allow-edit .sendbird-channel-header__title { - cursor: pointer; - } - .sendbird-channel-header .sendbird-channel-header__title { - display: flex; - flex-direction: row; - width: 260px; - height: 48px; - border-radius: 4px; - } - .sendbird-theme--light .sendbird-channel-header .sendbird-channel-header__title:hover { - background: var(--sendbird-light-background-100); - } - .sendbird-theme--dark .sendbird-channel-header .sendbird-channel-header__title:hover { - background: var(--sendbird-dark-background-500); - } - .sendbird-channel-header .sendbird-channel-header__title:focus { - outline: none; - } - .sendbird-theme--light .sendbird-channel-header .sendbird-channel-header__title:focus { - background: var(--sendbird-light-background-200); - } - .sendbird-theme--dark .sendbird-channel-header .sendbird-channel-header__title:focus { - background: var(--sendbird-dark-background-400); - } - .sendbird-theme--light .sendbird-channel-header .sendbird-channel-header__title:active { - border: solid 2px var(--sendbird-light-primary-300); - } - .sendbird-theme--dark .sendbird-channel-header .sendbird-channel-header__title:active { - border: solid 2px var(--sendbird-dark-primary-200); - } - .sendbird-channel-header .sendbird-channel-header__title .sendbird-channel-header__title__left { - width: 48px; - padding: 8px; - box-sizing: border-box; - } - .sendbird-channel-header .sendbird-channel-header__title .sendbird-channel-header__title__right { - margin-left: 4px; - padding-top: 8px; - } - .sendbird-channel-header .sendbird-channel-header__title .sendbird-channel-header__title__right__name, - .sendbird-channel-header .sendbird-channel-header__title .sendbird-channel-header__title__right__user-id { - display: block; - max-width: 200px; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - } - .sendbird-channel-header .sendbird-channel-header__right-icon { - position: absolute; - right: 16px; - top: 16px; - } - .sendbird-image-renderer { - overflow: hidden; - position: relative; - } - - .sendbird-image-renderer__hidden-image-loader { - display: none; - } - - .sendbird-image-renderer, - .sendbird-image-renderer__image { - width: 320px; - height: 180px; - } - .sendbird-avatar { - display: inline-block; - overflow: hidden; - border-radius: 50%; - position: relative; - } - .sendbird-avatar:focus { - outline: none; - } - .sendbird-avatar .sendbird-avatar-img { - position: absolute; - top: 50%; - left: 50%; - transform: translate(-50%, -50%); - display: flex; - justify-content: center; - align-items: center; - } - .sendbird-theme--light .sendbird-avatar .sendbird-avatar-img { - background-color: var(--sendbird-light-background-300); - } - .sendbird-theme--dark .sendbird-avatar .sendbird-avatar-img { - background-color: var(--sendbird-dark-background-300); - } - .sendbird-avatar .sendbird-avatar--inner__two-child .sendbird-avatar-img:first-child { - transform: translate(2%, -50%); - } - .sendbird-avatar .sendbird-avatar--inner__two-child .sendbird-avatar-img:last-child { - transform: translate(-102%, -50%); - } - .sendbird-avatar .sendbird-avatar--inner__three-child--upper .sendbird-avatar-img:first-child { - transform: translate(-50%, -102%); - } - .sendbird-avatar .sendbird-avatar--inner__three-child--lower .sendbird-avatar-img:first-child { - transform: translate(-77%, -23%) scale(0.5); - } - .sendbird-avatar .sendbird-avatar--inner__three-child--lower .sendbird-avatar-img:last-child { - transform: translate(-23%, -23%) scale(0.5); - } - .sendbird-avatar .sendbird-avatar--inner__four-child .sendbird-avatar-img:first-child { - transform: translate(-77%, -77%) scale(0.5); - } - .sendbird-avatar .sendbird-avatar--inner__four-child .sendbird-avatar-img:nth-child(2) { - transform: translate(-23%, -77%) scale(0.5); - } - .sendbird-avatar .sendbird-avatar--inner__four-child .sendbird-avatar-img:nth-child(3) { - transform: translate(-77%, -23%) scale(0.5); - } - .sendbird-avatar .sendbird-avatar--inner__four-child .sendbird-avatar-img:last-child { - transform: translate(-23%, -23%) scale(0.5); - } - .sendbird-avatar .sendbird-avatar-img--default { - display: flex; - justify-content: center; - align-items: center; - } - .sendbird-theme--light .sendbird-avatar .sendbird-avatar-img--default { - background-color: var(--sendbird-light-background-300); - } - .sendbird-theme--dark .sendbird-avatar .sendbird-avatar-img--default { - background-color: var(--sendbird-dark-background-300); - } - .sendbird--mobile-mode .sendbird-add-channel__modal .sendbird-modal__content { - margin: 0 40px; - } - - .sendbird-add-channel__rectangle-wrap { - margin-top: 26px; - } - - .sendbird-add-channel__rectangle-footer { - text-align: right; - margin-top: 32px; - } - - .sendbird-add-channel__rectangle { - width: 432px; - height: 72px; - border-radius: 4px; - margin-bottom: 8px; - padding: 25px 72px; - position: relative; - box-sizing: border-box; - cursor: pointer; - } - .sendbird--mobile-mode .sendbird-add-channel__rectangle { - min-width: 288px; - width: 100%; - padding-right: 0; - } - .sendbird-theme--light .sendbird-add-channel__rectangle { - border: 1px solid var(--sendbird-light-onlight-04); - } - .sendbird-theme--dark .sendbird-add-channel__rectangle { - border: 1px solid #101010 - } - .sendbird-add-channel__rectangle .sendbird-icon { - position: absolute; - left: 22px; - top: 24px; - } - .sendbird-create-channel--content { - width: 480px; - max-height: 552px; - } - - .sendbird-create-channel--scroll { - height: 360px; - overflow-x: hidden; - overflow-y: scroll; - } - .sendbird--mobile-mode .sendbird-create-channel--scroll { - height: calc(100vh - 200px); - height: calc(var(--sendbird-vh, 1vh) * 100 - 200px); - } - .sendbird-user-list-item { - display: block; - position: relative; - box-sizing: border-box; - width: 432px; - height: 56px; - } - .sendbird--mobile-mode .sendbird-user-list-item { - width: 100%; - } - .sendbird-theme--light .sendbird-user-list-item { - border-bottom: 1px solid var(--sendbird-light-onlight-04); - background-color: var(--sendbird-light-background-50); - } - .sendbird-theme--dark .sendbird-user-list-item { - border-bottom: 1px solid var(--sendbird-dark-ondark-04); - background-color: var(--sendbird-dark-background-500); - } - .sendbird-user-list-item .sendbird-user-list-item__avatar { - position: absolute; - top: 8px; - left: 0px; - cursor: pointer; - } - .sendbird-user-list-item .sendbird-muted-avatar { - position: absolute; - top: 8px; - left: 0px; - pointer-events: none; - } - .sendbird-user-list-item .sendbird-user-list-item__title { - position: absolute; - top: 17px; - left: 56px; - max-width: 250px; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - } - .sendbird--mobile-mode .sendbird-user-list-item .sendbird-user-list-item__title { - max-width: 62%; - } - .sendbird-user-list-item .sendbird-user-list-item__subtitle { - position: absolute; - top: 23px; - left: 140px; - max-width: 237px; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - } - .sendbird--mobile-mode .sendbird-user-list-item .sendbird-user-list-item__subtitle { - max-width: 40%; - } - .sendbird-user-list-item .sendbird-user-list-item__checkbox { - position: absolute; - top: 16px; - right: 16px; - } - .sendbird-user-list-item .sendbird-user-list-item__action { - position: absolute; - right: 0; - top: 10px; - } - .sendbird-user-list-item .sendbird-user-list-item__operator { - position: absolute; - right: 40px; - top: 22px; - } - .sendbird-user-list-item .sendbird-user-list-item__operator.checkbox { - right: 66px; - } - .sendbird-muted-avatar { - border-radius: 50%; - display: inline-block; - } - .sendbird-muted-avatar .sendbird-muted-avatar__icon { - position: relative; - } - .sendbird-muted-avatar .sendbird-muted-avatar__icon .sendbird-icon { - position: absolute; - top: 4px; - left: 4px; - } - .sendbird-muted-avatar .sendbird-muted-avatar__bg { - opacity: 0.5; - position: absolute; - border-radius: 50%; - top: 0; - left: 0; - } - .sendbird-theme--light .sendbird-muted-avatar .sendbird-muted-avatar__bg { - background-color: var(--sendbird-light-primary-400); - } - .sendbird-theme--dark .sendbird-muted-avatar .sendbird-muted-avatar__bg { - background-color: var(--sendbird-dark-primary-300); - } - .sendbird-checkbox { - display: inline-block; - position: relative; - padding-left: 35px; - margin-bottom: 12px; - cursor: pointer; - font-size: 22px; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - } - - .sendbird-checkbox input { - position: absolute; - opacity: 0; - cursor: pointer; - height: 0; - width: 0; - } - - .sendbird-checkbox--checkmark { - position: absolute; - top: 0; - left: 0; - height: 18px; - width: 18px; - border-radius: 2px; - background-color: inherit; - } - .sendbird-theme--light .sendbird-checkbox--checkmark { - border: solid 2px var(--sendbird-light-background-400); - } - .sendbird-theme--dark .sendbird-checkbox--checkmark { - border: solid 2px var(--sendbird-dark-background-300); - } - .sendbird-theme--light .sendbird-checkbox--checkmark.disabled { - border: solid 2px var(--sendbird-light-onlight-04); - } - .sendbird-theme--dark .sendbird-checkbox--checkmark.disabled { - border: solid 2px var(--sendbird-dark-ondark-04); - } - - .sendbird-theme--light .sendbird-checkbox input:focus ~ .sendbird-checkbox--checkmark { - box-shadow: 0px 0px 0px 2px var(--sendbird-light-primary-300); - } - .sendbird-theme--dark .sendbird-checkbox input:focus ~ .sendbird-checkbox--checkmark { - box-shadow: 0px 0px 0px 2px var(--sendbird-dark-primary-200); - } - - .sendbird-theme--light .sendbird-checkbox input:checked ~ .sendbird-checkbox--checkmark { - background-color: var(--sendbird-light-primary-300); - border: solid 2px var(--sendbird-light-primary-300); - } - .sendbird-theme--dark .sendbird-checkbox input:checked ~ .sendbird-checkbox--checkmark { - background-color: var(--sendbird-dark-primary-200); - border: solid 2px var(--sendbird-dark-primary-200); - } - .sendbird-checkbox input:checked ~ .sendbird-checkbox--checkmark.disabled { - cursor: default; - } - .sendbird-theme--light .sendbird-checkbox input:checked ~ .sendbird-checkbox--checkmark.disabled { - background-color: var(--sendbird-light-onlight-04); - border: solid 2px var(--sendbird-light-onlight-04); - } - .sendbird-theme--dark .sendbird-checkbox input:checked ~ .sendbird-checkbox--checkmark.disabled { - background-color: var(--sendbird-dark-ondark-04); - border: solid 2px var(--sendbird-dark-ondark-04); - } - - .sendbird-checkbox--checkmark:after { - content: ""; - position: absolute; - display: none; - } - - .sendbird-checkbox input:checked ~ .sendbird-checkbox--checkmark:after { - display: block; - } - - .sendbird-theme--light .sendbird-checkbox .sendbird-checkbox--checkmark:after { - left: 5px; - top: -0.5px; - width: 7px; - height: 12px; - border: solid var(--sendbird-light-background-50); - border-width: 0 2px 2px 0; - transform: rotate(45deg); - } - .sendbird-theme--dark .sendbird-checkbox .sendbird-checkbox--checkmark:after { - left: 5px; - top: -0.5px; - width: 7px; - height: 12px; - border: solid var(--sendbird-dark-background-600); - border-width: 0 2px 2px 0; - transform: rotate(45deg); - } - .sendbird__user-profile { - width: 320px; - border-radius: 4px; - padding: 24px; - box-sizing: border-box; - text-align: center; - } - .sendbird-theme--light .sendbird__user-profile { - box-shadow: var(--sendbird-light-shadow-02); - background-color: var(--sendbird-light-background-50); - } - .sendbird-theme--dark .sendbird__user-profile { - box-shadow: var(--sendbird-dark-shadow-02); - background-color: var(--sendbird-dark-background-500); - } - .sendbird__user-profile .sendbird__user-profile-avatar { - margin: 8px 0px; - } - .sendbird__user-profile .sendbird__user-profile-name { - max-width: 100%; - white-space: nowrap; - overflow-x: hidden; - text-overflow: ellipsis; - } - .sendbird-theme--light .sendbird__user-profile .sendbird__user-profile-name { - color: var(--sendbird-light-onlight-01); - } - .sendbird-theme--dark .sendbird__user-profile .sendbird__user-profile-name { - color: var(--sendbird-dark-ondark-01); - } - .sendbird__user-profile .sendbird__user-profile-message { - margin-top: 20px; - } - .sendbird__user-profile .sendbird__user-profile-message button { - width: 272px; - } - .sendbird__user-profile .sendbird__user-profile-separator { - margin: 24px 0px; - height: 1px; - } - .sendbird-theme--light .sendbird__user-profile .sendbird__user-profile-separator { - background-color: var(--sendbird-light-onlight-04); - } - .sendbird-theme--dark .sendbird__user-profile .sendbird__user-profile-separator { - background-color: var(--sendbird-dark-ondark-04); - } - .sendbird__user-profile .sendbird__user-profile-userId--label, - .sendbird__user-profile .sendbird__user-profile-userId--value { - width: 100%; - white-space: nowrap; - overflow-x: hidden; - text-overflow: ellipsis; - display: block; - text-align: left; - } - .sendbird__user-profile .sendbird__user-profile-userId--label { - margin-bottom: 8px; - } - .sendbird-context-menu { - display: "inline"; - } - - .sendbird__offline .sendbird-dropdown__menu .sendbird-dropdown__menu-item { - cursor: not-allowed; - } - - .sendbird-dropdown__menu { - z-index: 99999; - position: absolute; - top: 100%; - left: 0; - min-width: 140px; - margin: 0px; - padding: 8px 0px; - border-radius: 4px; - list-style: none; - } - .sendbird-theme--light .sendbird-dropdown__menu { - box-shadow: var(--sendbird-light-shadow-02); - background-color: var(--sendbird-light-background-50); - } - .sendbird-theme--dark .sendbird-dropdown__menu { - box-shadow: var(--sendbird-dark-shadow-02); - background-color: var(--sendbird-dark-background-500); - } - .sendbird-dropdown__menu .sendbird-dropdown__menu-item { - cursor: pointer; - white-space: nowrap; - padding: 8px 16px; - } - .sendbird-dropdown__menu .sendbird-dropdown__menu-item.disable { - cursor: not-allowed; - } - .sendbird-theme--light .sendbird-dropdown__menu .sendbird-dropdown__menu-item.disable:hover { - background-color: var(--sendbird-light-background-50); - } - .sendbird-theme--dark .sendbird-dropdown__menu .sendbird-dropdown__menu-item.disable:hover { - background-color: var(--sendbird-dark-background-500); - } - .sendbird-theme--light .sendbird-dropdown__menu .sendbird-dropdown__menu-item:hover { - background-color: var(--sendbird-light-background-100); - } - .sendbird-theme--dark .sendbird-dropdown__menu .sendbird-dropdown__menu-item:hover { - background-color: var(--sendbird-dark-background-400); - } - - .sendbird-dropdown__reaction-bar { - position: absolute; - top: 100%; - left: 0; - min-width: 44px; - max-width: 352px; - max-height: 208px; - overflow-y: scroll; - margin: 0px; - padding: 8px; - border-radius: 8px; - list-style: none; - } - .sendbird-theme--light .sendbird-dropdown__reaction-bar { - box-shadow: var(--sendbird-light-shadow-02); - background-color: var(--sendbird-light-background-50); - } - .sendbird-theme--dark .sendbird-dropdown__reaction-bar { - box-shadow: var(--sendbird-dark-shadow-02); - background-color: var(--sendbird-dark-background-500); - } - .sendbird-dropdown__reaction-bar .sendbird-dropdown__reaction-bar__row .sendbird-reaction-button, .sendbird-dropdown__reaction-bar .sendbird-dropdown__reaction-bar__row .sendbird-reaction-button--selected { - margin: 4px; - } - - .sendbird-dropdown__menu-backdrop { - background-color: transparent; - position: fixed; - top: 0; - left: 0; - width: 100%; - height: 100%; - } - .sendbird-sort-by-row { - display: flex; - justify-content: flex-start; - align-items: center; - } - .sendbird-channel-preview__leave--mobile .sendbird-modal__content { - max-width: calc(100% - 80px); - } - .sendbird-channel-preview__leave--mobile .sendbird-modal__close { - display: none; - } - .sendbird-channel-preview__leave--mobile .sendbird-channel-preview__leave-label--mobile { - text-decoration: none; - } - .sendbird-channel-preview__leave--mobile .sendbird-modal__header span { - display: inline-block; - width: calc(100% - 120px); - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - } - - .sendbird__offline .sendbird-channel-preview { - cursor: not-allowed; - } - - .sendbird-channel-preview { - position: relative; - cursor: pointer; - box-sizing: border-box; - width: 320px; - border-radius: 15px; - height: 80px; - display: flex; - flex-direction: row; - align-items: center; - justify-content: center; - padding: 12px 16px 12px 16px; - } - .sendbird-theme--light .sendbird-channel-preview { - border-bottom: solid 1px var(--sendbird-light-onlight-04); - } - .sendbird-theme--dark .sendbird-channel-preview { - border-bottom: solid 1px rgba(46, 46, 46, 0.301) - } - .sendbird--mobile-mode .sendbird-channel-preview { - width: 100%; - } - .sendbird-channel-preview:focus { - outline: none; - } - .sendbird-channel-preview .sendbird-channel-preview__avatar { - width: 56px; - height: 56px; - } - .sendbird-channel-preview .sendbird-channel-preview__content { - width: 100%; - height: 100%; - margin-left: 16px; - } - .sendbird--mobile-mode .sendbird-channel-preview .sendbird-channel-preview__content { - position: relative; - max-width: calc(100% - 72px); - } - .sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__upper { - display: flex; - justify-content: space-between; - width: 216px; - height: 16px; - } - .sendbird--mobile-mode .sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__upper { - width: auto; - } - .sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__upper .sendbird-channel-preview__content__upper__header { - display: flex; - justify-content: flex-start; - overflow: hidden; - text-overflow: ellipsis; - } - .sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__upper .sendbird-channel-preview__content__upper__header .sendbird-channel-preview__content__upper__header__broadcast-icon { - padding-right: 4px; - } - .sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__upper .sendbird-channel-preview__content__upper__header .sendbird-channel-preview__content__upper__header__channel-name { - overflow: hidden; - text-overflow: ellipsis; - max-width: 128px; - word-break: break-all; - white-space: nowrap; - } - .sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__upper .sendbird-channel-preview__content__upper__header .sendbird-channel-preview__content__upper__header__total-members { - margin-top: 2px; - margin-left: 4px; - } - .sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__upper .sendbird-channel-preview__content__upper__header .sendbird-channel-preview__content__upper__header__frozen-icon { - padding-left: 4px; - } - .sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__upper .sendbird-channel-preview__content__upper__last-message-at { - margin-left: 4px; - margin-bottom: 4px; - display: none; - white-space: nowrap; - } - .sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__upper .sendbird-channel-preview__content__upper__last-message-at.sendbird-message-status { - max-width: 74px; - justify-content: flex-end; - display: none; - } - .sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__lower { - margin-top: 8px; - width: 216px; - height: 32px; - display: flex; - justify-content: space-between; - } - .sendbird--mobile-mode .sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__lower { - width: 100%; - } - .sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__lower .sendbird-channel-preview__content__lower__last-message { - overflow: hidden; - text-overflow: ellipsis; - } - .sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__lower .sendbird-channel-preview__content__lower__unread-message-count { - display: flex; - align-items: center; - margin-left: 8px; - margin-bottom: 12px; - } - .sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__lower .sendbird-channel-preview__content__lower__unread-message-count .sendbird-channel-preview__content__lower__unread-message-count__mention { - display: inline-flex; - align-items: center; - margin-right: 4px; - } - .sendbird-channel-preview .sendbird-channel-preview__action { - position: absolute; - top: 12px; - right: 12px; - display: inline-block; - } - .sendbird-channel-preview .sendbird-channel-preview__action .sendbird-iconbutton { - display: none; - } - .sendbird-theme--light .sendbird-channel-preview:hover { - background-color: var(--sendbird-light-background-100); - } - .sendbird-theme--dark .sendbird-channel-preview:hover { - background-color: var(--sendbird-dark-background-500); - } - .sendbird-channel-preview:hover .sendbird-channel-preview__action .sendbird-iconbutton { - display: inline-block; - } - .sendbird-channel-preview:hover .sendbird-channel-preview__content__upper__last-message-at { - display: none; - } - .sendbird-channel-preview:hover .sendbird-channel-preview__content__lower__unread-message-count { - display: none; - } - - .sendbird-channel-preview--active { - padding: 12px 16px 12px 12px; - } - .sendbird-theme--light .sendbird-channel-preview--active { - border-left: solid 4px var(--sendbird-light-primary-300); - border-bottom: solid 1px var(--sendbird-light-onlight-04); - - } - .sendbird-theme--dark .sendbird-channel-preview--active { - background-color: #1f1f1f - } - .sendbird-theme--light .sendbird-channel-preview--active .sendbird-channel-preview__content__upper__header__channel-name { - color: var(--sendbird-light-primary-300); - } - .sendbird-theme--dark .sendbird-channel-preview--active .sendbird-channel-preview__content__upper__header__channel-name { - color: white; - font-weight: 600; - } - - .sendbird--mobile-mode .sendbird-channel-preview__content__lower__unread-message-count { - position: absolute; - right: 0; - } - .sendbird-chat-header--default-avatar { - width: 56px; - height: 56px; - display: flex; - justify-content: center; - align-items: center; - border-radius: 50%; - } - .sendbird-theme--light .sendbird-chat-header--default-avatar { - background-color: var(--sendbird-light-secondary-300); - } - .sendbird-theme--dark .sendbird-chat-header--default-avatar { - background-color: var(--sendbird-dark-secondary-200); - } - .sendbird-badge { - height: 20px; - min-width: 20px; - border-radius: 10px; - display: inline-block; - } - .sendbird-theme--light .sendbird-badge { - background-color: var(--sendbird-light-primary-300); - } - .sendbird-theme--dark .sendbird-badge { - background-color: var(--sendbird-dark-primary-200); - } - .sendbird-badge .sendbird-badge__text { - margin: 0px 6px; - } - .sendbird-mention-user-label { - display: inline-block; - font-family: var(--sendbird-font-family-default); - font-size: 14px; - font-weight: bold; - font-stretch: normal; - font-style: normal; - line-height: 1.43; - letter-spacing: normal; - white-space: pre-line; - width: -moz-fit-content; - width: fit-content; - max-width: 100%; - height: 16px; - } - .sendbird-mention-user-label:hover { - cursor: pointer; - } - .sendbird-theme--light .sendbird-mention-user-label { - color: var(--sendbird-light-onlight-01); - } - .sendbird-theme--dark .sendbird-mention-user-label { - color: var(--sendbird-dark-ondark-01); - } - .sendbird-theme--light .sendbird-mention-user-label.reverse { - color: var(--sendbird-light-ondark-01); - } - .sendbird-theme--dark .sendbird-mention-user-label.reverse { - color: var(--sendbird-dark-onlight-01); - } - .sendbird-mention-user-label.purple { - font-family: Roboto; - font-size: 18px; - font-weight: bold; - font-stretch: normal; - font-style: normal; - line-height: normal; - letter-spacing: normal; - } - .sendbird-theme--light .sendbird-mention-user-label.purple { - color: var(--sendbird-light-primary-300); - } - .sendbird-theme--dark .sendbird-mention-user-label.purple { - color: var(--sendbird-dark-primary-200); - } - .sendbird-textbutton { - text-decoration: underline; - cursor: pointer; - display: inline-block; - } - - .sendbird-textbutton--not-underline { - text-decoration: none; - cursor: pointer; - } - - .sendbird-textbutton--disabled { - cursor: not-allowed; - } - .sendbird-theme--light .sendbird-textbutton--disabled { - color: var(--sendbird-light-onlight-03); - } - .sendbird-theme--dark .sendbird-textbutton--disabled { - color: var(--sendbird-dark-ondark-03); - } - .sendbird-theme--light .sendbird-color--onbackground-1 { - color: var(--sendbird-light-onlight-01); - } - .sendbird-theme--dark .sendbird-color--onbackground-1 { - color: var(--sendbird-dark-ondark-01); - } - .sendbird-theme--light .sendbird-color--onbackground-1--background-color { - background-color: var(--sendbird-light-onlight-01); - } - .sendbird-theme--dark .sendbird-color--onbackground-1--background-color { - background-color: var(--sendbird-dark-ondark-01); - } - - .sendbird-theme--light .sendbird-color--onbackground-2 { - color: var(--sendbird-light-onlight-02); - } - .sendbird-theme--dark .sendbird-color--onbackground-2 { - color: var(--sendbird-dark-ondark-02); - } - .sendbird-theme--light .sendbird-color--onbackground-2--background-color { - background-color: var(--sendbird-light-onlight-02); - } - .sendbird-theme--dark .sendbird-color--onbackground-2--background-color { - background-color: var(--sendbird-dark-ondark-02); - } - - .sendbird-theme--light .sendbird-color--onbackground-3 { - color: var(--sendbird-light-onlight-03); - } - .sendbird-theme--dark .sendbird-color--onbackground-3 { - color: var(--sendbird-dark-ondark-03); - } - .sendbird-theme--light .sendbird-color--onbackground-3--background-color { - background-color: var(--sendbird-light-onlight-03); - } - .sendbird-theme--dark .sendbird-color--onbackground-3--background-color { - background-color: var(--sendbird-dark-ondark-03); - } - - .sendbird-theme--light .sendbird-color--onbackground-4 { - color: var(--sendbird-light-onlight-04); - } - .sendbird-theme--dark .sendbird-color--onbackground-4 { - color: var(--sendbird-dark-ondark-04); - } - .sendbird-theme--light .sendbird-color--onbackground-4--background-color { - background-color: var(--sendbird-light-onlight-04); - } - .sendbird-theme--dark .sendbird-color--onbackground-4--background-color { - background-color: var(--sendbird-dark-ondark-04); - } - - .sendbird-theme--light .sendbird-color--oncontent-1 { - color: var(--sendbird-light-ondark-01); - } - .sendbird-theme--dark .sendbird-color--oncontent-1 { - color: var(--sendbird-dark-onlight-01); - } - .sendbird-theme--light .sendbird-color--oncontent-1--background-color { - background-color: var(--sendbird-light-ondark-01); - } - .sendbird-theme--dark .sendbird-color--oncontent-1--background-color { - background-color: var(--sendbird-dark-onlight-01); - } - - .sendbird-theme--light .sendbird-color--primary { - color: var(--sendbird-light-primary-300); - } - .sendbird-theme--dark .sendbird-color--primary { - color: var(--sendbird-dark-primary-200); - } - .sendbird-theme--light .sendbird-color--primary--background-color { - background-color: var(--sendbird-light-primary-300); - } - .sendbird-theme--dark .sendbird-color--primary--background-color { - background-color: var(--sendbird-dark-primary-200); - } - - .sendbird-theme--light .sendbird-color--error { - color: var(--sendbird-light-error-300); - } - .sendbird-theme--dark .sendbird-color--error { - color: var(--sendbird-dark-error-200); - } - .sendbird-theme--light .sendbird-color--error--background-color { - background-color: var(--sendbird-light-error-300); - } - .sendbird-theme--dark .sendbird-color--error--background-color { - background-color: var(--sendbird-dark-error-300); - } - .sendbird-message-status { - position: relative; - display: inline-flex; - align-items: flex-start; - width: 100%; - height: 100%; - } - .sendbird-message-status .sendbird-message-status__icon { - position: relative; - display: inline-block; - top: -2px; - } - .sendbird-message-status .sendbird-message-status__icon.hide-icon { - display: none; - } - .sendbird-message-status .sendbird-message-status__text { - position: relative; - display: inline-block; - margin-left: 4px; - } - .sendbird-message-status .sendbird-message-status__text .sendbird-message-status__text__try-again { - text-decoration: underline; - } - .sendbird-message-status .sendbird-message-status__text .sendbird-message-status__text__try-again:hover { - cursor: pointer; - } - .sendbird-message-status .sendbird-message-status__text .sendbird-message-status__text__delete { - text-decoration: underline; - } - .sendbird-message-status .sendbird-message-status__text .sendbird-message-status__text__delete:hover { - cursor: pointer; - } - .sendbird-loader { - display: inline-block; - animation: 1s infinite linear; - animation-name: rotate; - } - - @keyframes rotate { - from { - transform: rotate(0); - } - to { - transform: rotate(360deg); - } - } - .sendbird-edit-user-profile section { - margin-top: 16px; - } - .sendbird-edit-user-profile section .sendbird-input-label { - display: block; - margin-bottom: 12px; - } - .sendbird-edit-user-profile .sendbird-edit-user-profile__img .sendbird-input-label { - margin-bottom: 12px; - } - - .sendbird-edit-user-profile__img { - position: relative; - } - - .sendbird-edit-user-profile__img__avatar-button { - position: absolute; - top: 50px; - left: 96px; - } - - .sendbird-edit-user-profile__theme__theme-icon .sendbird-icon { - cursor: pointer; - } - .sendbird-input { - display: inline-block; - width: 100%; - height: 40px; - position: relative; - } - .sendbird-input .sendbird-input__input { - width: 100%; - height: 100%; - border-radius: 4px; - font-family: var(--sendbird-font-family-default); - font-size: 14px; - font-weight: normal; - font-stretch: normal; - font-style: normal; - line-height: 1.43; - letter-spacing: normal; - padding: 10px 16px; - box-sizing: border-box; - background-color: inherit; - } - .sendbird-theme--light .sendbird-input .sendbird-input__input { - color: var(--sendbird-light-onlight-01); - caret-color: var(--sendbird-light-primary-300); - border: solid 1px var(--sendbird-light-onlight-03); - } - .sendbird-theme--dark .sendbird-input .sendbird-input__input { - color: var(--sendbird-dark-ondark-01); - caret-color: var(--sendbird-dark-primary-200); - border: solid 1px var(--sendbird-dark-ondark-03); - } - .sendbird-input .sendbird-input__input:focus { - outline: none; - } - .sendbird-theme--light .sendbird-input .sendbird-input__input:focus { - box-shadow: 0 1px 5px 0 var(--sendbird-light-onlight-04), 0 0 1px 0 rgba(0, 0, 0, 0.16), 0 2px 1px 0 rgba(0, 0, 0, 0.08); - color: var(--sendbird-light-onlight-01); - border: solid 2px var(--sendbird-light-primary-300); - } - .sendbird-theme--dark .sendbird-input .sendbird-input__input:focus { - box-shadow: 0 1px 5px 0 var(--sendbird-dark-ondark-04), 0 0 1px 0 rgba(0, 0, 0, 0.16), 0 2px 1px 0 rgba(0, 0, 0, 0.08); - color: var(--sendbird-dark-ondark-01); - border: solid 2px var(--sendbird-dark-primary-200); - } - .sendbird-theme--light .sendbird-input .sendbird-input__input:active { - box-shadow: 0 1px 5px 0 var(--sendbird-light-onlight-04), 0 0 1px 0 rgba(0, 0, 0, 0.16), 0 2px 1px 0 rgba(0, 0, 0, 0.08); - color: var(--sendbird-light-onlight-01); - border: solid 1px var(--sendbird-light-primary-300); - } - .sendbird-theme--dark .sendbird-input .sendbird-input__input:active { - box-shadow: 0 1px 5px 0 var(--sendbird-dark-ondark-04), 0 0 1px 0 rgba(0, 0, 0, 0.16), 0 2px 1px 0 rgba(0, 0, 0, 0.08); - color: var(--sendbird-dark-ondark-01); - border: solid 1px var(--sendbird-dark-primary-200); - } - .sendbird-input .sendbird-input__input:disabled { - cursor: not-allowed; - } - .sendbird-theme--light .sendbird-input .sendbird-input__input:disabled { - background-color: var(--sendbird-light-background-100); - color: var(--sendbird-light-onlight-03); - } - .sendbird-theme--dark .sendbird-input .sendbird-input__input:disabled { - background-color: var(--sendbird-dark-background-500); - color: var(--sendbird-dark-ondark-03); - } - .sendbird-input .sendbird-input__placeholder { - position: absolute; - pointer-events: none; - top: 10px; - left: 16px; - font-family: var(--sendbird-font-family-default); - font-size: 14px; - line-height: 1.43; - } - .sendbird-theme--light .sendbird-input .sendbird-input__placeholder { - color: var(--sendbird-light-onlight-03); - } - .sendbird-theme--dark .sendbird-input .sendbird-input__placeholder { - color: var(--sendbird-dark-ondark-03); - } - - .sendbird-input-label { - margin: 4px 0; - } - .sendbird-place-holder { - position: relative; - display: flex; - justify-content: center; - align-items: center; - width: 100%; - height: 100%; - } - .sendbird-place-holder .sendbird-place-holder__body { - display: flex; - flex-direction: column; - height: 104px; - align-items: center; - } - .sendbird-place-holder .sendbird-place-holder__body .sendbird-place-holder__body__icon { - margin-bottom: 10px; - } - .sendbird-place-holder .sendbird-place-holder__body .sendbird-place-holder__body__text { - margin-top: 10px; - } - .sendbird-place-holder .sendbird-place-holder__body__reconnect { - margin-top: 18px; - display: flex; - flex-direction: row; - cursor: pointer; - } - .sendbird-place-holder .sendbird-place-holder__body__reconnect .sendbird-place-holder__body__reconnect__icon { - margin-right: 4px; - } - .sendbird-place-holder .sendbird-place-holder__body--align-top { - position: absolute; - top: 24px; - display: flex; - width: 100%; - flex-direction: column; - justify-content: center; - } - .sendbird-place-holder .sendbird-place-holder__body--align-top .sendbird-place-holder__body--align-top__text { - display: flex; - flex-direction: row; - justify-content: center; - padding-left: 16px; - padding-right: 16px; - } - .sendbird-place-holder .sendbird-place-holder__body--align-top .sendbird-place-holder__body--align-top__text .sendbird-place-holder__body--align-top__text__search-in { - display: flex; - min-width: 60px; - margin-right: 2px; - } - .sendbird-place-holder .sendbird-place-holder__body--align-top .sendbird-place-holder__body--align-top__text .sendbird-place-holder__body--align-top__text__channel-name { - display: block; - max-width: calc(100% - 62px); - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - } - .sendbird-place-holder .sendbird-place-holder__body--align-top .sendbird-place-hlder__body--align-top__searching, - .sendbird-place-holder .sendbird-place-holder__body--align-top .sendbird-place-hlder__body--align-top__no-result { - display: flex; - justify-content: center; - } - .sendbird-conversation { - display: flex; - flex-direction: column; - width: 100%; - height: 100%; - box-sizing: border-box; - } - .sendbird-theme--light .sendbird-conversation { - background-color: var(--sendbird-light-background-50); - border: 1px solid var(--sendbird-light-onlight-04); - } - .sendbird-theme--dark .sendbird-conversation { - background-color: var(--sendbird-dark-background-600); - border-radius: 25px; - } - - .sendbird-conversation__messages { - overflow: hidden; - flex: 1 1 0; - order: 2; - } - - .sendbird-conversation__messages-list { - display: flex; - flex-direction: column; - height: 100%; - justify-content: flex-end; - } - - .sendbird-conversation__footer { - width: 100%; - order: 3; - padding: 0px 0px 24px 0px; - } - - @keyframes sbHighlight { - 0% { - background-color: #FFF2B6; - } - 99% { - background-color: #FFF2B6; - } - } - @keyframes sbTextHighlight { - 0% { - color: var(--sendbird-dark-onlight-01); - } - 99% { - color: var(--sendbird-dark-onlight-01); - } - } - @keyframes sbHighlightBlock { - 0% { - opacity: 0.5; - background-color: #FFF2B6; - } - 99% { - opacity: 0.5; - background-color: #FFF2B6; - } - } - .sendbird-msg-hoc__animated .sendbird-message-content { - animation: bounce 1s ease; - } - @keyframes bounce { - 50% { - transform: translateY(-10px); - } - 60% { - transform: translateY(0); - } - 90% { - transform: translateY(-10px); - } - 100% { - transform: translateY(0); - } - } - - .sendbird-msg-hoc__highlighted .sendbird-text-message-item-body, - .sendbird-msg-hoc__highlighted .sendbird-file-message-item-body { - animation-name: sbHighlight; - animation-duration: 1.6s; - animation-fill-mode: forwards; - } - .sendbird-msg-hoc__highlighted .sendbird-text-message-item-body__message, - .sendbird-msg-hoc__highlighted .sendbird-file-message-item-body__file-name__text { - animation-name: sbTextHighlight; - animation-duration: 1.6s; - animation-fill-mode: forwards; - } - .sendbird-msg-hoc__highlighted .sendbird-voice-message-item-body { - display: block; - animation-name: sbHighlightBlock; - animation-duration: 1.6s; - animation-fill-mode: forwards; - } - .sendbird-msg-hoc__highlighted .sendbird-thumbnail-message-item-body .sendbird-thumbnail-message-item-body__image-cover { - display: block; - animation-name: sbHighlightBlock; - animation-duration: 1.6s; - animation-fill-mode: forwards; - } - .sendbird-msg-hoc__highlighted .sendbird-og-message-item-body .sendbird-og-message-item-body__cover { - display: block; - animation-name: sbHighlightBlock; - animation-duration: 1.6s; - animation-fill-mode: forwards; - } - .sendbird-msg-hoc__highlighted .sendbird-message-content-reactions { - animation-name: sbHighlight; - animation-duration: 1.6s; - animation-fill-mode: forwards; - } - - .sendbird-conversation__scroll-container { - display: flex; - height: 100%; - overflow-y: auto; - overflow-x: hidden; - flex-direction: column; - } - .sendbird-conversation__scroll-container .sendbird-conversation__padding { - flex: 1 1 0; - } - - .sendbird-conversation__footer { - position: relative; - box-sizing: border-box; - margin-top: 6px; - } - .sendbird-conversation__footer .sendbird-conversation__footer__typing-indicator { - position: absolute; - display: inline-flex; - bottom: 8px; - } - .sendbird-conversation__footer .sendbird-conversation__footer__typing-indicator .sendbird-conversation__footer__typing-indicator__text { - margin-left: 24px; - margin-right: 10px; - } - .sendbird-connection-status { - display: flex; - align-items: center; - padding-top: 5px; - } - .sendbird-chat-header { - position: relative; - display: flex; - flex-direction: row; - justify-content: space-between; - align-items: center; - height: 64px; - min-height: 64px; - padding-left: 20px; - padding-right: 16px; - overflow: hidden; - text-overflow: ellipsis; - box-sizing: border-box; - } - .sendbird-theme--light .sendbird-chat-header { - border-bottom: 1px solid var(--sendbird-light-onlight-04); - background-color: #151515 - } - .sendbird-theme--dark .sendbird-chat-header { - background-color: #151515 - } - .sendbird-chat-header__left { - margin-right: 24px; - } - .sendbird-chat-header__left, .sendbird-chat-header__right { - overflow: hidden; - display: flex; - flex-direction: row; - align-items: center; - } - .sendbird-chat-header .sendbird-chat-header__left__title { - margin-left: 8px; - margin-right: 16px; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - max-width: 780px; - } - .sendbird--mobile-mode .sendbird-chat-header .sendbird-chat-header__left__title { - max-width: calc(100vw - 240px); - } - .sendbird-chat-header .sendbird-chat-header__left__subtitle { - max-width: 240px; - overflow: hidden; - text-overflow: ellipsis; - } - .sendbird-chat-header .sendbird-chat-header__right__mute { - margin-right: 18px; - } - .sendbird-chat-header .sendbird-iconbutton--pressed { - background-color: inherit; - } - .sendbird-chat-header .sendbird-chat-header__right__info { - margin-left: 16px; - } - - .sendbird-chat-header__icon_back { - margin-right: 8px; - } - .sendbird-conversation__messages { - position: relative; - color: white !important - } - .sendbird-conversation__messages .sendbird-conversation__messages-padding { - position: relative; - padding-left: 24px; - padding-right: 24px; - color: white; - height: 100%; - overflow-x: hidden; - overflow-y: scroll; - } - .sendbird-conversation__messages .sendbird-separator, - .sendbird-conversation__messages .sendbird-admin-message { - padding-top: 8px; - padding-bottom: 8px; - } - - .sendbird-conversation__messages__notification { - position: fixed; - top: 0px; - width: calc(100% - 50px); - margin-left: 25px; - } - - .sendbird-conversation__scroll-bottom-button { - position: sticky; - display: flex; - align-items: center; - justify-content: center; - bottom: 30px; - left: calc(100% - 65px); - width: 40px; - height: 40px; - border-radius: 24px; - } - .sendbird-theme--light .sendbird-conversation__scroll-bottom-button { - background-color: var(--sendbird-light-background-50); - box-shadow: var(--sendbird-light-shadow-05); - } - .sendbird-theme--dark .sendbird-conversation__scroll-bottom-button { - background-color: var(--sendbird-dark-background-400); - box-shadow: var(--sendbird-dark-shadow-05); - } - .sendbird-conversation__scroll-bottom-button:hover { - cursor: pointer; - } - .sendbird-theme--light .sendbird-conversation__scroll-bottom-button:hover { - background-color: var(--sendbird-light-background-100); - } - .sendbird-theme--dark .sendbird-conversation__scroll-bottom-button:hover { - background-color: var(--sendbird-dark-background-500); - } - .sendbird-theme--light .sendbird-conversation__scroll-bottom-button:active { - background-color: var(--sendbird-light-background-200); - } - .sendbird-theme--dark .sendbird-conversation__scroll-bottom-button:active { - background-color: var(--sendbird-dark-background-700); - } - .sendbird-conversation__scroll-bottom-button:focus { - outline: none; - } - .sendbird-mention-suggest-list { - position: relative; - display: flex; - flex-direction: column; - width: calc(100% - 56px); - max-height: 260px; - overflow: scroll; - margin-left: 28px; - margin-right: 28px; - } - .sendbird-theme--light .sendbird-mention-suggest-list { - border: 1px solid var(--sendbird-light-background-100); - } - .sendbird-theme--dark .sendbird-mention-suggest-list { - border: 1px solid var(--sendbird-dark-background-500); - } - .sendbird-mention-suggest-list .sendbird-mention-suggest-list__user-item { - position: relative; - display: flex; - align-items: center; - padding: 16px 8px; - } - .sendbird-theme--light .sendbird-mention-suggest-list .sendbird-mention-suggest-list__user-item { - background-color: var(--sendbird-light-background-50); - } - .sendbird-theme--dark .sendbird-mention-suggest-list .sendbird-mention-suggest-list__user-item { - background-color: var(--sendbird-dark-background-600); - } - .sendbird-theme--light .sendbird-mention-suggest-list .sendbird-mention-suggest-list__user-item.focused { - background-color: var(--sendbird-light-background-100); - } - .sendbird-theme--dark .sendbird-mention-suggest-list .sendbird-mention-suggest-list__user-item.focused { - background-color: var(--sendbird-dark-background-500); - } - .sendbird-mention-suggest-list .sendbird-mention-suggest-list__user-item .sendbird-mention-suggest-list__user-item__avatar { - position: relative; - display: inline-block; - } - .sendbird-mention-suggest-list .sendbird-mention-suggest-list__user-item .sendbird-mention-suggest-list__user-item__nickname { - position: relative; - display: inline-block; - margin-left: 16px; - max-width: calc(100% - 250px); - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - } - .sendbird--mobile-mode .sendbird-mention-suggest-list .sendbird-mention-suggest-list__user-item .sendbird-mention-suggest-list__user-item__nickname { - max-width: calc(100% - 150px); - } - .sendbird-mention-suggest-list .sendbird-mention-suggest-list__user-item .sendbird-mention-suggest-list__user-item__user-id { - position: absolute; - display: inline-block; - right: 16px; - max-width: 180px; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - } - .sendbird--mobile-mode .sendbird-mention-suggest-list .sendbird-mention-suggest-list__user-item .sendbird-mention-suggest-list__user-item__user-id { - max-width: 100px; - } - .sendbird-mention-suggest-list .sendbird-mention-suggest-list__notice-item { - position: relative; - display: flex; - align-items: center; - padding: 16px 8px; - } - .sendbird-theme--light .sendbird-mention-suggest-list .sendbird-mention-suggest-list__notice-item { - background-color: var(--sendbird-light-background-50); - } - .sendbird-theme--dark .sendbird-mention-suggest-list .sendbird-mention-suggest-list__notice-item { - background-color: var(--sendbird-dark-background-600); - } - .sendbird-mention-suggest-list .sendbird-mention-suggest-list__notice-item .sendbird-mention-suggest-list__notice-item__icon { - margin-right: 4px; - } - .sendbird-separator { - width: 100%; - display: flex; - align-items: center; - } - .sendbird-separator .sendbird-separator__left { - border: none; - height: 1px; - display: inline-block; - width: 100%; - } - .sendbird-separator .sendbird-separator__right { - border: none; - height: 1px; - display: inline-block; - width: 100%; - } - .sendbird-separator .sendbird-separator__text { - margin: 0px 16px; - display: flex; - white-space: nowrap; - } - .sendbird-message-input { - display: inline-block; - width: 100%; - position: relative; - } - .sendbird-message-input .sendbird-message-input--textarea { - position: relative; - width: 100%; - font-size: 14px; - font-weight: normal; - font-stretch: normal; - font-style: normal; - line-height: 1.43; - height: 56px; - overflow-y: scroll; - letter-spacing: normal; - padding: 18px 64px 18px 16px; - box-sizing: border-box; - resize: none; - border-radius: 10px; - outline: none; - border: 1px solid #1F1F1F; - font-family: var(--sendbird-font-family-default); - background-color: inherit; - white-space: pre-wrap; - } - .sendbird-theme--light .sendbird-message-input .sendbird-message-input--textarea { - color: var(--sendbird-light-onlight-01); - caret-color: var(--sendbird-light-primary-300); - background-color: var(--sendbird-light-background-50); - } - .sendbird-theme--dark .sendbird-message-input .sendbird-message-input--textarea { - color: var(--sendbird-dark-ondark-01); - caret-color: var(--sendbird-dark-primary-200); - background-color: rgba(221, 221, 221, 0.02); - } - .sendbird-message-input .sendbird-message-input--textarea:focus { - outline: none; - } - .sendbird-theme--light .sendbird-message-input .sendbird-message-input--textarea:focus { - color: var(--sendbird-light-onlight-01); - box-shadow: var(--sendbird-light-shadow-message-input); - } - .sendbird-theme--dark .sendbird-message-input .sendbird-message-input--textarea:focus { - color: var(--sendbird-dark-ondark-01); - border-radius: 10px; - border: 1px solid #1F1F1F; - box-shadow: var(--sendbird-dark-shadow-message-input); - } - .sendbird-theme--light .sendbird-message-input .sendbird-message-input--textarea:active { - border: solid 1px var(--sendbird-message-input-border-active); - color: var(--sendbird-light-onlight-01); - } - .sendbird-theme--dark .sendbird-message-input .sendbird-message-input--textarea:active { - border: solid 1px var(--sendbird-message-input-border-active); - color: var(--sendbird-dark-ondark-01); - } - .sendbird-message-input .sendbird-message-input--placeholder { - position: absolute; - pointer-events: none; - top: 18px; - left: 16px; - font-family: var(--sendbird-font-family-default); - font-size: 14px; - line-height: 1.43; - } - .sendbird-message-input .sendbird-message-input--attach { - position: absolute; - padding: 6px; - right: 16px; - bottom: 14px; - } - .sendbird-message-input .sendbird-message-input--attach.is-voice-message-enabled { - right: 48px; - } - .sendbird-message-input .sendbird-message-input--voice-message { - position: absolute; - padding: 6px; - right: 16px; - bottom: 14px; - } - .sendbird-message-input .sendbird-message-input--send { - position: absolute; - padding: 6px; - right: 16px; - bottom: 14px; - } - .sendbird-message-input .sendbird-message-input--attach-input { - display: none; - } - - .sendbird-message-input__edit { - padding: 16px; - box-sizing: border-box; - } - .sendbird-theme--light .sendbird-message-input__edit { - background-color: var(--sendbird-light-primary-100); - } - .sendbird-theme--dark .sendbird-message-input__edit { - background-color: var(--sendbird-dark-background-700); - } - - .sendbird-message-input--edit-action { - text-align: right; - margin-top: 4px; - } - .sendbird-message-input--edit-action button:last-child { - margin-left: 8px; - } - .sendbird-message-input--edit-action .sendbird-message-input--edit-action__cancel { - width: 80px; - } - .sendbird-theme--light .sendbird-message-input--edit-action .sendbird-message-input--edit-action__cancel { - border: solid 1px var(--sendbird-light-onlight-03); - } - .sendbird-theme--dark .sendbird-message-input--edit-action .sendbird-message-input--edit-action__cancel { - border: solid 1px var(--sendbird-dark-ondark-03); - } - .sendbird-message-input--edit-action .sendbird-message-input--edit-action__save { - width: 80px; - } - - .sendbird-message-input-form__disabled { - cursor: not-allowed; - } - - .sendbird-message-input__disabled { - pointer-events: none; - cursor: not-allowed; - } - .sendbird-theme--light .sendbird-message-input__disabled .sendbird-message-input--textarea { - color: var(--sendbird-light-onlight-04); - border: 1px solid var(--sendbird-light-onlight-04); - } - .sendbird-theme--dark .sendbird-message-input__disabled .sendbird-message-input--textarea { - color: var(--sendbird-dark-ondark-04); - border: 1px solid var(--sendbird-dark-ondark-04); - } - .sendbird-message-content { - position: relative; - display: inline-flex; - flex-direction: row; - width: 100%; - height: 100%; - } - .sendbird-message-content.incoming { - justify-content: flex-start; - } - .sendbird-message-content.outgoing { - justify-content: flex-end; - } - .sendbird-message-content .sendbird-message-content__middle { - max-width: 400px; - } - .sendbird--mobile-mode .sendbird-message-content .sendbird-message-content__middle { - max-width: calc(100vw - 140px); - } - .sendbird-message-content .sendbird-message-content__middle .sendbird-message-content__middle__quote-message.use-quote { - margin-top: -8px; - bottom: -8px; - } - - .sendbird-message-content__middle__quote-message__quote { - width: 100%; - } - - .sendbird-message-content.incoming .sendbird-message-content__left { - position: relative; - display: inline-flex; - min-width: 40px; - } - .sendbird-message-content.incoming .sendbird-message-content__left .sendbird-message-content__left__avatar { - position: absolute; - left: 0px; - bottom: 2px; - } - .sendbird-message-content.incoming .sendbird-message-content__left .sendbird-message-content__left__avatar.use-thread-replies { - bottom: 35px; - } - .sendbird-message-content.incoming .sendbird-message-content__middle { - position: relative; - display: inline-flex; - flex-direction: column; - align-items: flex-start; - } - .sendbird-message-content.incoming .sendbird-message-content__middle .sendbird-message-content__middle__body-container .sendbird-message-content__middle__body-container__created-at { - position: absolute; - bottom: 6px; - right: -84px; - white-space: nowrap; - display: flex; - flex-direction: row; - min-width: 80px; - } - .sendbird-message-content.incoming .sendbird-message-content__middle .sendbird-message-content__middle__body-container .sendbird-message-content__middle__body-container__created-at.sendbird-mouse-hover { - display: none; - } - .sendbird-message-content.incoming .sendbird-message-content__middle .sendbird-message-content__middle__sender-name { - position: relative; - margin-left: 12px; - margin-bottom: 4px; - width: 100%; - overflow-x: hidden; - text-overflow: ellipsis; - } - .sendbird-message-content.incoming .sendbird-message-content__middle .sendbird-message-content__middle__quote-message { - position: relative; - width: 100%; - display: inline-flex; - } - .sendbird-message-content.incoming .sendbird-message-content__middle .sendbird-message-content__middle__quote-message.outgoing { - justify-content: flex-end; - } - .sendbird-message-content.incoming .sendbird-message-content__middle .sendbird-message-content__middle__quote-message.incoming { - justify-content: flex-start; - } - .sendbird-message-content.incoming .sendbird-message-content__middle .sendbird-message-content__middle__quote-message:hover { - cursor: pointer; - } - .sendbird-message-content.incoming .sendbird-message-content__right { - position: relative; - display: inline-flex; - width: 50px; - margin-left: 4px; - padding-top: 18px; - } - .sendbird-message-content.incoming .sendbird-message-content__right.use-reactions { - width: 70px; - } - .sendbird-message-content.incoming .sendbird-message-content__right.chain-top { - padding-top: 2px; - } - .sendbird-message-content.incoming .sendbird-message-content__right.chain-top.use-quote { - padding-top: 18px; - } - .sendbird-message-content.incoming .sendbird-message-content__right .sendbird-message-content-menu { - position: relative; - flex-direction: row; - height: 32px; - display: none; - } - .sendbird-message-content.incoming .sendbird-message-content__right .sendbird-message-content-menu.sendbird-mouse-hover { - display: inline-flex; - } - .sendbird-message-content.incoming:hover .sendbird-message-content__right .sendbird-message-content-menu { - display: inline-flex; - } - .sendbird-message-content.incoming:hover .sendbird-message-content__middle .sendbird-message-content__middle__body-container .sendbird-message-content__middle__body-container__created-at { - display: none; - } - .sendbird--mobile-mode .sendbird-message-content.incoming:hover .sendbird-message-content__middle .sendbird-message-content__middle__body-container .sendbird-message-content__middle__body-container__created-at { - display: inline-flex; - } - - .sendbird-message-content.outgoing .sendbird-message-content__left { - position: relative; - box-sizing: border-box; - display: inline-flex; - justify-content: flex-end; - width: 50px; - } - .sendbird-message-content.outgoing .sendbird-message-content__left.use-reactions { - width: 70px; - } - .sendbird-message-content.outgoing .sendbird-message-content__left.use-quote .sendbird-message-content-menu { - top: 18px; - } - .sendbird-message-content.outgoing .sendbird-message-content__left .sendbird-message-content-menu { - position: absolute; - top: 2px; - right: 4px; - flex-direction: row; - display: none; - } - .sendbird-message-content.outgoing .sendbird-message-content__left .sendbird-message-content-menu.sendbird-mouse-hover { - display: inline-flex; - } - .sendbird-message-content.outgoing .sendbird-message-content__middle { - position: relative; - display: inline-flex; - flex-direction: column; - align-items: flex-end; - } - .sendbird-message-content.outgoing .sendbird-message-content__middle .sendbird-message-content__middle__quote-message { - position: relative; - width: 100%; - display: inline-flex; - } - .sendbird-message-content.outgoing .sendbird-message-content__middle .sendbird-message-content__middle__quote-message.outgoing { - justify-content: flex-end; - } - .sendbird-message-content.outgoing .sendbird-message-content__middle .sendbird-message-content__middle__quote-message.incoming { - justify-content: flex-start; - } - .sendbird-message-content.outgoing .sendbird-message-content__middle .sendbird-message-content__middle__body-container { - position: relative; - width: 100%; - } - .sendbird-message-content.outgoing .sendbird-message-content__middle .sendbird-message-content__middle__body-container .sendbird-message-content__middle__body-container__created-at { - position: absolute; - bottom: 2px; - left: -84px; - white-space: nowrap; - display: flex; - justify-content: flex-end; - box-sizing: content-box; - min-width: 80px; - min-height: 16px; - } - .sendbird-message-content.outgoing .sendbird-message-content__middle .sendbird-message-content__middle__body-container .sendbird-message-content__middle__body-container__created-at.sendbird-mouse-hover { - display: none; - } - .sendbird-message-content.outgoing .sendbird-message-content__middle .sendbird-message-content__middle__body-container .sendbird-message-content__middle__body-container__created-at .sendbird-message-content__middle__body-container__created-at__component-container { - position: relative; - display: inline-flex; - } - .sendbird-message-content.outgoing .sendbird-message-content__right { - display: none; - } - .sendbird-message-content.outgoing:hover .sendbird-message-content__left .sendbird-message-content-menu { - display: inline-flex; - } - .sendbird-message-content.outgoing:hover .sendbird-message-content__middle .sendbird-message-content__middle__body-container .sendbird-message-content__middle__body-container__created-at { - display: none; - } - .sendbird--mobile-mode .sendbird-message-content.outgoing:hover .sendbird-message-content__middle .sendbird-message-content__middle__body-container .sendbird-message-content__middle__body-container__created-at { - display: inline-flex; - } - - .sendbird-message-content__middle__body-container { - position: relative; - width: -moz-fit-content; - width: fit-content; - display: flex; - flex-direction: column; - } - .sendbird-message-content__middle__body-container .sendbird-message-content__middle__message-item-body { - width: 100%; - box-sizing: border-box; - color: white - } - - .sendbird-message-content-reactions { - position: relative; - width: 100%; - max-width: 400px; - border-radius: 0px 0px 16px 16px; - } - .sendbird-theme--light .sendbird-message-content-reactions { - background-color: var(--sendbird-light-background-100); - } - .sendbird-theme--dark .sendbird-message-content-reactions { - background-color: var(--sendbird-dark-background-500); - } - .sendbird-theme--light .sendbird-message-content-reactions.primary { - background-color: var(--sendbird-light-primary-300); - } - .sendbird-theme--dark .sendbird-message-content-reactions.primary { - background-color: var(--sendbird-dark-primary-200); - } - .sendbird-theme--light .sendbird-message-content-reactions.mouse-hover, .sendbird-theme--light .sendbird-message-content-reactions:hover { - background-color: var(--sendbird-light-background-200); - } - .sendbird-theme--dark .sendbird-message-content-reactions.mouse-hover, .sendbird-theme--dark .sendbird-message-content-reactions:hover { - background-color: var(--sendbird-dark-background-400); - } - .sendbird-theme--light .sendbird-message-content-reactions.mouse-hover.primary, .sendbird-theme--light .sendbird-message-content-reactions:hover.primary { - background-color: var(--sendbird-light-primary-400); - } - .sendbird-theme--dark .sendbird-message-content-reactions.mouse-hover.primary, .sendbird-theme--dark .sendbird-message-content-reactions:hover.primary { - background-color: var(--sendbird-dark-primary-300); - } - - .sendbird-message-content__middle__thread-replies { - margin-top: 4px; - } - - .sendbird-voice-message-item-body.sendbird-message-content__middle__message-item-body { - min-width: 136px; - height: 50px; - } - .sendbird-message-item-menu__list__menu-item:focus-visible { - outline: none; - } - .sendbird-text { - color: var(--primary-1); - } - .sendbird-reaction-button { - border-radius: 8px; - display: inline-block; - border: solid 1px transparent; - box-sizing: border-box; - cursor: pointer; - } - .sendbird-theme--light .sendbird-reaction-button:hover { - border: solid 1px var(--sendbird-light-background-100); - background-color: var(--sendbird-light-background-100); - } - .sendbird-theme--dark .sendbird-reaction-button:hover { - border: solid 1px var(--sendbird-dark-background-400); - background-color: var(--sendbird-dark-background-400); - } - .sendbird-reaction-button__inner { - margin: 3px; - } - - .sendbird-reaction-button--selected { - cursor: pointer; - border-radius: 8px; - display: inline-block; - box-sizing: border-box; - } - .sendbird-theme--light .sendbird-reaction-button--selected { - border: solid 1px var(--sendbird-light-primary-100); - background-color: var(--sendbird-light-primary-100); - } - .sendbird-theme--dark .sendbird-reaction-button--selected { - border: solid 1px var(--sendbird-dark-primary-400); - background-color: var(--sendbird-dark-primary-400); - } - .sendbird-reaction-button--selected:hover { - border: solid 1px var(--sendbird-selected-reaction-button-border-hover); - } - .sendbird-reaction-button--selected__inner { - margin: 3px; - } - .sendbird-reaction-button--selected.sendbird-reactions--pressed { - display: block !important; - } - .sendbird-emoji-reactions { - display: inline-block; - border-radius: 16px; - box-sizing: border-box; - width: 100%; - max-width: var(--sendbird-message-balloon-width); - min-height: 24px; - padding: 7px 5px 3px 5px; - } - .sendbird-theme--light .sendbird-emoji-reactions { - background-color: var(--sendbird-light-background-50); - border: 1px solid var(--sendbird-light-background-100); - } - .sendbird-theme--dark .sendbird-emoji-reactions { - background-color: var(--sendbird-dark-background-600); - border: 1px solid var(--sendbird-dark-background-500); - } - .sendbird-emoji-reactions .sendbird-emoji-reactions__reaction-badge { - margin-left: 2px; - margin-right: 1px; - margin-bottom: 4px; - } - .sendbird-emoji-reactions:focus { - outline: none; - } - - .sendbird-emoji-reactions .sendbird-context-menu { - height: 26px; - } - - .sendbird-emoji-reactions__add-reaction-badge { - position: relative; - top: -4px; - display: inline-flex; - width: 36px; - height: 24px; - } - - .sendbird-emoji-reactions .sendbird-context-menu { - margin-left: 2px; - } - .sendbird-reaction-badge { - display: inline-block; - border-radius: 15px; - width: 50px; - height: 24px; - } - .sendbird-theme--light .sendbird-reaction-badge { - background-color: var(--sendbird-light-background-100); - border: solid 1px var(--sendbird-light-background-100); - } - .sendbird-theme--dark .sendbird-reaction-badge { - background-color: var(--sendbird-dark-background-500); - border: solid 1px var(--sendbird-dark-background-500); - } - .sendbird-reaction-badge:hover { - cursor: pointer; - } - .sendbird-theme--light .sendbird-reaction-badge:hover { - border: solid 1px var(--sendbird-light-primary-300); - } - .sendbird-theme--dark .sendbird-reaction-badge:hover { - border: solid 1px var(--sendbird-dark-primary-200); - } - - .sendbird-reaction-badge--is-add { - display: inline-block; - border-radius: 15px; - width: 36px; - height: 24px; - } - .sendbird-theme--light .sendbird-reaction-badge--is-add { - background-color: var(--sendbird-light-background-100); - border: solid 1px var(--sendbird-light-background-100); - } - .sendbird-theme--dark .sendbird-reaction-badge--is-add { - background-color: var(--sendbird-dark-background-500); - border: solid 1px var(--sendbird-dark-background-500); - } - .sendbird-reaction-badge--is-add:hover { - cursor: pointer; - } - .sendbird-theme--light .sendbird-reaction-badge--is-add:hover { - border: solid 1px var(--sendbird-light-primary-300); - } - .sendbird-theme--dark .sendbird-reaction-badge--is-add:hover { - border: solid 1px var(--sendbird-dark-primary-200); - } - .sendbird-reaction-badge--is-add .sendbird-reaction-badge__inner .sendbird-reaction-badge__inner__icon { - left: 8px; - } - - .sendbird-reaction-badge--selected { - display: inline-block; - border-radius: 15px; - width: 50px; - height: 24px; - } - .sendbird-theme--light .sendbird-reaction-badge--selected { - background-color: var(--sendbird-light-primary-100); - border: solid 1px var(--sendbird-light-primary-100); - } - .sendbird-theme--dark .sendbird-reaction-badge--selected { - background-color: var(--sendbird-dark-primary-400); - border: solid 1px var(--sendbird-dark-primary-400); - } - .sendbird-reaction-badge--selected:hover { - cursor: pointer; - } - .sendbird-theme--light .sendbird-reaction-badge--selected:hover { - border: solid 1px var(--sendbird-light-primary-300); - } - .sendbird-theme--dark .sendbird-reaction-badge--selected:hover { - border: solid 1px var(--sendbird-dark-primary-200); - } - - .sendbird-reaction-badge__inner { - position: relative; - display: flex; - height: 24px; - flex-direction: row; - align-items: center; - justify-content: center; - padding-left: 20px; - padding-right: 4px; - } - .sendbird-reaction-badge__inner .sendbird-reaction-badge__inner__icon { - position: absolute; - top: 2px; - left: 4px; - } - .sendbird-reaction-badge__inner .sendbird-reaction-badge__inner__count { - margin-left: 4px; - } - .sendbird-message__bottomsheet__reacted-members { - position: relative; - padding: 0px 16px; - box-sizing: border-box; - width: 100%; - height: 46px; - overflow-x: scroll; - display: inline-flex; - flex-direction: row; - justify-content: center; - gap: 16px; - } - - .sendbird-message__bottomsheet__reacted-members__item { - position: relative; - height: 100%; - display: inline-flex; - gap: 4px; - flex-direction: row; - align-items: center; - } - - .sendbird-message__bottomsheet__reactor-list { - position: relative; - padding: 0px 16px; - width: 100%; - height: 216px; - box-sizing: border-box; - display: inline-flex; - flex-direction: column; - overflow-y: scroll; - } - - .sendbird-message__bottomsheet__reactor-list__item.sendbird-user-list-item { - border-bottom: 0px; - min-height: 48px; - } - .sendbird-bottomsheet { - position: fixed; - top: 0; - left: 0; - width: 100%; - height: 100%; - } - - .sendbird-bottomsheet__content { - z-index: 10001; - position: fixed; - bottom: 0; - left: 0; - } - - .sendbird-bottomsheet__backdrop { - position: fixed; - z-index: 10000; - height: 100%; - width: 100%; - top: 0; - left: 0; - } - .sendbird-theme--light .sendbird-bottomsheet__backdrop { - background-color: var(--sendbird-light-overlay-02); - } - .sendbird-theme--dark .sendbird-bottomsheet__backdrop { - background-color: var(--sendbird-dark-overlay-02); - } - .sendbird-tooltip { - position: relative; - display: inline-flex; - justify-content: center; - max-width: 200px; - border-radius: 8px; - padding: 8px 16px; - } - .sendbird-theme--light .sendbird-tooltip { - background-color: var(--sendbird-light-background-700); - } - .sendbird-theme--dark .sendbird-tooltip { - background-color: var(--sendbird-dark-background-300); - } - .sendbird-tooltip::after { - content: ""; - position: absolute; - bottom: -4px; - width: 8px; - height: 8px; - transform: rotate(45deg); - } - .sendbird-theme--light .sendbird-tooltip::after { - background-color: var(--sendbird-light-background-700); - } - .sendbird-theme--dark .sendbird-tooltip::after { - background-color: var(--sendbird-dark-background-300); - } - .sendbird-tooltip__text { - font-family: var(--sendbird-font-family-default); - font-size: 12px; - font-weight: bold; - font-stretch: normal; - font-style: normal; - line-height: 1.33; - letter-spacing: normal; - word-break: keep-all; - max-width: 180px; - overflow: hidden; - text-overflow: ellipsis; - } - .sendbird-tooltip-wrapper { - position: relative; - display: inline-flex; - } - .sendbird-tooltip-wrapper__hover-tooltip { - position: absolute; - display: inline-flex; - width: 200px; - } - .sendbird-tooltip-wrapper__hover-tooltip__inner__tooltip-container { - position: relative; - display: inline-flex; - } - .sendbird-admin-message { - display: flex; - justify-content: center; - align-items: center; - } - .sendbird-admin-message .sendbird-admin-message__text { - display: flex; - text-align: center; - } - .sendbird-text-message-item-body { - position: relative; - display: inline-block; - box-sizing: content-box; - padding: 8px 12px; - border-radius: 16px; - white-space: pre-line; - word-break: break-word; - } - .sendbird-text-message-item-body.reactions { - border-radius: 16px 16px 0px 0px; - } - .sendbird-theme--light .sendbird-text-message-item-body.incoming { - background-color: var(--sendbird-light-background-100); - } - .sendbird-theme--dark .sendbird-text-message-item-body.incoming { - background-color: var(--sendbird-dark-background-500); - } - .sendbird-theme--light .sendbird-text-message-item-body.outgoing { - background-color: var(--sendbird-light-primary-300); - } - .sendbird-theme--dark .sendbird-text-message-item-body.outgoing { - background-color: var(--sendbird-dark-primary-200); - } - .sendbird-theme--light .sendbird-text-message-item-body.mouse-hover.incoming, .sendbird-theme--light .sendbird-text-message-item-body:hover.incoming { - background-color: var(--sendbird-light-background-200); - } - .sendbird-theme--dark .sendbird-text-message-item-body.mouse-hover.incoming, .sendbird-theme--dark .sendbird-text-message-item-body:hover.incoming { - background-color: var(--sendbird-dark-background-400); - } - .sendbird-theme--light .sendbird-text-message-item-body.mouse-hover.outgoing, .sendbird-theme--light .sendbird-text-message-item-body:hover.outgoing { - background-color: var(--sendbird-light-primary-400); - } - .sendbird-theme--dark .sendbird-text-message-item-body.mouse-hover.outgoing, .sendbird-theme--dark .sendbird-text-message-item-body:hover.outgoing { - background-color: var(--sendbird-dark-primary-300); - } - .sendbird-text-message-item-body .sendbird-text-message-item-body__text-bubble__message { - display: inline; - margin: 0px 2px; - } - - div.sendbird-text-message-item-body { - margin: 0px; - } - .sendbird-word { - white-space: break-spaces; - } - .sendbird-word .sendbird-word__mention { - display: inline-block; - } - .sendbird-word .sendbird-word__mention:hover { - cursor: pointer; - } - .sendbird-theme--light .sendbird-word .sendbird-word__mention.sendbird-word__mention--me { - background-color: var(--sendbird-highlight-100); - } - .sendbird-theme--dark .sendbird-word .sendbird-word__mention.sendbird-word__mention--me { - background-color: var(--sendbird-highlight-100); - } - .sendbird-theme--light .sendbird-word .sendbird-word__mention.sendbird-word__mention--me .sendbird-label { - color: var(--sendbird-light-onlight-01); - } - .sendbird-theme--dark .sendbird-word .sendbird-word__mention.sendbird-word__mention--me .sendbird-label { - color: var(--sendbird-dark-onlight-01); - } - .sendbird-link-label { - text-decoration: unset; - } - .sendbird-link-label:hover { - cursor: pointer; - text-decoration: underline; - } - .sendbird-link-label:focus { - outline: none; - } - .sendbird-link-label__label { - display: inline; - } - - .sendbird-theme--light .sendbird-link-label .sendbird-label--color-onbackground-1 { - color: var(--sendbird-light-onlight-01); - } - .sendbird-theme--dark .sendbird-link-label .sendbird-label--color-onbackground-1 { - color: var(--sendbird-dark-ondark-01); - } - - .sendbird-theme--light .sendbird-link-label .sendbird-label--color-onbackground-2 { - color: var(--sendbird-light-onlight-02); - } - .sendbird-theme--dark .sendbird-link-label .sendbird-label--color-onbackground-2 { - color: var(--sendbird-dark-ondark-02); - - } - - .sendbird-theme--light .sendbird-link-label .sendbird-label--color-onbackground-3 { - color: var(--sendbird-light-onlight-03); - } - .sendbird-theme--dark .sendbird-link-label .sendbird-label--color-onbackground-3 { - color: var(--sendbird-dark-ondark-03); - } - - .sendbird-theme--light .sendbird-link-label .sendbird-label--color-oncontent-1 { - color: var(--sendbird-light-ondark-01); - } - .sendbird-theme--dark .sendbird-link-label .sendbird-label--color-oncontent-1 { - color: var(--sendbird-dark-onlight-01); - } - - .sendbird-theme--light .sendbird-link-label .sendbird-label--color-oncontent-2 { - color: var(--sendbird-light-ondark-02); - } - .sendbird-theme--dark .sendbird-link-label .sendbird-label--color-oncontent-2 { - color: var(--sendbird-dark-onlight-02); - } - - .sendbird-theme--light .sendbird-link-label .sendbird-label--color-primary { - color: var(--sendbird-light-primary-300); - } - .sendbird-theme--dark .sendbird-link-label .sendbird-label--color-primary { - color: var(--sendbird-dark-primary-200); - } - - .sendbird-theme--light .sendbird-link-label .sendbird-label--color-error { - color: var(--sendbird-light-error-300); - } - .sendbird-theme--dark .sendbird-link-label .sendbird-label--color-error { - color: var(--sendbird-dark-error-200); - } - - .sendbird-theme--light .sendbird-link-label .sendbird-label--color-secondary-3 { - color: var(--sendbird-light-secondary-300); - } - .sendbird-theme--dark .sendbird-link-label .sendbird-label--color-secondary-3 { - color: var(--sendbird-dark-secondary-200); - } - .sendbird-file-message-item-body { - position: relative; - display: inline-block; - box-sizing: border-box; - padding: 8px 12px; - align-items: center; - border-radius: 16px; - } - .sendbird-file-message-item-body.reactions { - border-radius: 16px 16px 0px 0px; - } - .sendbird-theme--light .sendbird-file-message-item-body.outgoing { - background-color: var(--sendbird-light-primary-300); - } - .sendbird-theme--dark .sendbird-file-message-item-body.outgoing { - background-color: var(--sendbird-dark-primary-200); - } - .sendbird-theme--light .sendbird-file-message-item-body.incoming { - background-color: var(--sendbird-light-background-100); - } - .sendbird-theme--dark .sendbird-file-message-item-body.incoming { - background-color: var(--sendbird-dark-background-500); - } - .sendbird-theme--light .sendbird-file-message-item-body.mouse-hover.outgoing, .sendbird-theme--light .sendbird-file-message-item-body:hover.outgoing { - background-color: var(--sendbird-light-primary-400); - } - .sendbird-theme--dark .sendbird-file-message-item-body.mouse-hover.outgoing, .sendbird-theme--dark .sendbird-file-message-item-body:hover.outgoing { - background-color: var(--sendbird-dark-primary-300); - } - .sendbird-theme--light .sendbird-file-message-item-body.mouse-hover.incoming, .sendbird-theme--light .sendbird-file-message-item-body:hover.incoming { - background-color: var(--sendbird-light-background-200); - } - .sendbird-theme--dark .sendbird-file-message-item-body.mouse-hover.incoming, .sendbird-theme--dark .sendbird-file-message-item-body:hover.incoming { - background-color: var(--sendbird-dark-background-400); - } - .sendbird-file-message-item-body .sendbird-file-message-item-body__file-icon { - width: 28px; - height: 28px; - min-width: 28px; - min-height: 28px; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 8px; - margin-right: 8px; - } - .sendbird-theme--light .sendbird-file-message-item-body .sendbird-file-message-item-body__file-icon { - background-color: var(--sendbird-light-background-50); - } - .sendbird-theme--dark .sendbird-file-message-item-body .sendbird-file-message-item-body__file-icon { - background-color: var(--sendbird-dark-background-600); - } - .sendbird-file-message-item-body .sendbird-file-message-item-body__file-name { - position: relative; - top: -6px; - } - .sendbird-thumbnail-message-item-body { - position: relative; - display: block; - box-sizing: border-box; - overflow: hidden; - width: 100%; - min-width: 360px; - max-width: 400px; - height: 270px; - border-radius: 16px; - } - .sendbird--mobile-mode .sendbird-thumbnail-message-item-body { - min-width: 160px; - } - .sendbird-thumbnail-message-item-body.reactions { - border-radius: 16px 16px 0px 0px; - } - .sendbird-theme--light .sendbird-thumbnail-message-item-body { - background-color: var(--sendbird-light-background-100); - } - .sendbird-theme--dark .sendbird-thumbnail-message-item-body { - background-color: var(--sendbird-dark-background-500); - } - .sendbird-theme--light .sendbird-thumbnail-message-item-body.mouse-hover, .sendbird-theme--light .sendbird-thumbnail-message-item-body:hover { - background-color: var(--sendbird-light-background-200); - } - .sendbird-theme--dark .sendbird-thumbnail-message-item-body.mouse-hover, .sendbird-theme--dark .sendbird-thumbnail-message-item-body:hover { - background-color: var(--sendbird-dark-background-400); - } - .sendbird-thumbnail-message-item-body .sendbird-thumbnail-message-item-body__thumbnail { - position: absolute; - border-radius: 16px; - } - .sendbird-thumbnail-message-item-body .sendbird-thumbnail-message-item-body__placeholder { - position: absolute; - width: 100%; - height: 270px; - display: flex; - justify-content: center; - align-items: center; - } - .sendbird-thumbnail-message-item-body .sendbird-thumbnail-message-item-body__placeholder .sendbird-thumbnail-message-item-body__placeholder__icon { - display: flex; - align-items: center; - justify-content: center; - width: 56px; - height: 56px; - border-radius: 50%; - background-color: var(--sendbird-light-background-50); - } - .sendbird-thumbnail-message-item-body .sendbird-thumbnail-message-item-body__image-cover { - position: absolute; - top: 0px; - display: none; - width: 100%; - height: 270px; - border-radius: 16px; - background-color: var(--sendbird-light-overlay-01); - } - .sendbird-thumbnail-message-item-body .sendbird-thumbnail-message-item-body__video { - position: absolute; - width: 100%; - height: 270px; - border-radius: 16px; - } - .sendbird-thumbnail-message-item-body .sendbird-thumbnail-message-item-body__icon-wrapper { - position: absolute; - width: 100%; - height: 270px; - display: flex; - align-items: center; - justify-content: center; - } - .sendbird-thumbnail-message-item-body .sendbird-thumbnail-message-item-body__icon-wrapper .sendbird-thumbnail-message-item-body__icon-wrapper__icon { - display: flex; - align-items: center; - justify-content: center; - width: 56px; - height: 56px; - border-radius: 50%; - background-color: var(--sendbird-light-background-50); - } - - .sendbird-thumbnail-message-item-body:hover { - cursor: pointer; - } - .sendbird-thumbnail-message-item-body:hover .sendbird-thumbnail-message-item-body__image-cover { - display: inline-flex; - } - .sendbird-og-message-item-body { - position: relative; - display: inline-block; - width: 100%; - min-width: 320px; - max-width: 400px; - } - .sendbird--mobile-mode .sendbird-og-message-item-body { - min-width: 160px; - } - .sendbird-og-message-item-body .sendbird-og-message-item-body__text-bubble { - position: relative; - padding: 8px 12px; - box-sizing: border-box; - border-radius: 16px 16px 0px 0px; - word-break: break-word; - white-space: pre-line; - } - .sendbird-og-message-item-body .sendbird-og-message-item-body__text-bubble .sendbird-og-message-item-body__text-bubble__message { - display: inline; - margin: 0px 2px; - } - .sendbird-og-message-item-body .sendbird-og-message-item-body__og-thumbnail { - position: relative; - overflow: hidden; - } - .sendbird-og-message-item-body .sendbird-og-message-item-body__og-thumbnail .sendbird-og-message-item-body__og-thumbnail__image { - width: 100%; - position: relative; - display: flex; - justify-content: center; - align-items: center; - } - .sendbird-og-message-item-body.reactions .sendbird-og-message-item-body__description { - border-radius: 0px; - } - .sendbird-og-message-item-body .sendbird-og-message-item-body__description { - white-space: nowrap; - text-overflow: ellipsis; - overflow: hidden; - padding: 8px 12px; - display: flex; - flex-direction: column; - border-radius: 0px 0px 16px 16px; - } - .sendbird-theme--light .sendbird-og-message-item-body .sendbird-og-message-item-body__description { - background-color: var(--sendbird-light-background-100); - } - .sendbird-theme--dark .sendbird-og-message-item-body .sendbird-og-message-item-body__description { - background-color: var(--sendbird-dark-background-500); - } - .sendbird-og-message-item-body .sendbird-og-message-item-body__description .sendbird-og-message-item-body__description__title, - .sendbird-og-message-item-body .sendbird-og-message-item-body__description .sendbird-og-message-item-body__description__description { - margin-bottom: 4px; - width: 100%; - white-space: nowrap; - text-overflow: ellipsis; - overflow: hidden; - display: inline-block; - } - .sendbird-og-message-item-body .sendbird-og-message-item-body__description .sendbird-og-message-item-body__description__url { - width: 100%; - white-space: nowrap; - text-overflow: ellipsis; - overflow: hidden; - display: inline-block; - margin: 4px 0px; - } - .sendbird-og-message-item-body .sendbird-og-message-item-body__og-thumbnail:hover, - .sendbird-og-message-item-body .sendbird-og-message-item-body__description:hover { - cursor: pointer; - } - .sendbird-theme--light .sendbird-og-message-item-body.outgoing .sendbird-og-message-item-body__text-bubble { - background-color: var(--sendbird-light-primary-300); - color: var(--sendbird-light-ondark-01); - } - .sendbird-theme--dark .sendbird-og-message-item-body.outgoing .sendbird-og-message-item-body__text-bubble { - background-color: var(--sendbird-dark-primary-200); - color: var(--sendbird-dark-onlight-01); - } - .sendbird-theme--light .sendbird-og-message-item-body.incoming .sendbird-og-message-item-body__text-bubble { - background-color: var(--sendbird-light-background-100); - color: var(--sendbird-light-onlight-01); - } - .sendbird-theme--dark .sendbird-og-message-item-body.incoming .sendbird-og-message-item-body__text-bubble { - background-color: var(--sendbird-dark-background-500); - color: var(--sendbird-dark-ondark-01); - } - .sendbird-theme--light .sendbird-og-message-item-body.mouse-hover .sendbird-og-message-item-body__description, .sendbird-theme--light .sendbird-og-message-item-body:hover .sendbird-og-message-item-body__description { - background-color: var(--sendbird-light-background-200); - } - .sendbird-theme--dark .sendbird-og-message-item-body.mouse-hover .sendbird-og-message-item-body__description, .sendbird-theme--dark .sendbird-og-message-item-body:hover .sendbird-og-message-item-body__description { - background-color: var(--sendbird-dark-background-400); - } - .sendbird-theme--light .sendbird-og-message-item-body.mouse-hover.outgoing .sendbird-og-message-item-body__text-bubble, .sendbird-theme--light .sendbird-og-message-item-body:hover.outgoing .sendbird-og-message-item-body__text-bubble { - background-color: var(--sendbird-light-primary-400); - } - .sendbird-theme--dark .sendbird-og-message-item-body.mouse-hover.outgoing .sendbird-og-message-item-body__text-bubble, .sendbird-theme--dark .sendbird-og-message-item-body:hover.outgoing .sendbird-og-message-item-body__text-bubble { - background-color: var(--sendbird-dark-primary-300); - } - .sendbird-theme--light .sendbird-og-message-item-body.mouse-hover.incoming .sendbird-og-message-item-body__text-bubble, .sendbird-theme--light .sendbird-og-message-item-body:hover.incoming .sendbird-og-message-item-body__text-bubble { - background-color: var(--sendbird-light-background-200); - } - .sendbird-theme--dark .sendbird-og-message-item-body.mouse-hover.incoming .sendbird-og-message-item-body__text-bubble, .sendbird-theme--dark .sendbird-og-message-item-body:hover.incoming .sendbird-og-message-item-body__text-bubble { - background-color: var(--sendbird-dark-background-400); - } - .sendbird-og-message-item-body .sendbird-og-message-item-body__cover { - display: none; - position: absolute; - top: 0%; - left: 0; - width: 100%; - height: 100%; - border-radius: 16px 16px 0px 0px; - } - - div.sendbird-og-message-item-body__text-bubble { - margin: 0px; - } - .sendbird-unknown-message-item-body { - position: relative; - display: inline-block; - box-sizing: border-box; - padding: 8px 12px; - border-radius: 16px; - } - .sendbird-unknown-message-item-body.reactions { - border-radius: 16px 16px 0px 0px; - } - .sendbird-theme--light .sendbird-unknown-message-item-body.outgoing { - background-color: var(--sendbird-light-primary-300); - } - .sendbird-theme--dark .sendbird-unknown-message-item-body.outgoing { - background-color: var(--sendbird-dark-primary-200); - } - .sendbird-theme--light .sendbird-unknown-message-item-body.incoming { - background-color: var(--sendbird-light-background-100); - } - .sendbird-theme--dark .sendbird-unknown-message-item-body.incoming { - background-color: var(--sendbird-dark-background-500); - } - .sendbird-theme--light .sendbird-unknown-message-item-body.mouse-hover.outgoing, .sendbird-theme--light .sendbird-unknown-message-item-body:hover.outgoing { - background-color: var(--sendbird-light-primary-400); - } - .sendbird-theme--dark .sendbird-unknown-message-item-body.mouse-hover.outgoing, .sendbird-theme--dark .sendbird-unknown-message-item-body:hover.outgoing { - background-color: var(--sendbird-dark-primary-300); - } - .sendbird-theme--light .sendbird-unknown-message-item-body.mouse-hover.incoming, .sendbird-theme--light .sendbird-unknown-message-item-body:hover.incoming { - background-color: var(--sendbird-light-background-200); - } - .sendbird-theme--dark .sendbird-unknown-message-item-body.mouse-hover.incoming, .sendbird-theme--dark .sendbird-unknown-message-item-body:hover.incoming { - background-color: var(--sendbird-dark-background-400); - } - .sendbird-unknown-message-item-body .sendbird-unknown-message-item-body__header { - display: block; - } - .sendbird-unknown-message-item-body .sendbird-unknown-message-item-body__description { - display: block; - } - .sendbird-quote-message { - position: relative; - display: inline-flex; - box-sizing: border-box; - flex-direction: column; - width: 100%; - max-width: 400px; - } - .sendbird-quote-message.incoming { - align-items: flex-start; - } - .sendbird-quote-message.outgoing { - align-items: flex-end; - } - .sendbird-quote-message .sendbird-quote-message__replied-to { - position: relative; - display: inline-flex; - flex-direction: row; - align-items: center; - height: 16px; - padding: 0px 12px; - width: 100%; - } - .sendbird-quote-message .sendbird-quote-message__replied-to .sendbird-quote-message__replied-to__icon { - position: relative; - margin-bottom: 4px; - margin-right: 4px; - } - .sendbird-quote-message .sendbird-quote-message__replied-to .sendbird-quote-message__replied-to__text { - position: relative; - max-width: 360px; - overflow: hidden; - overflow-x: hidden; - white-space: nowrap; - word-break: keep-all; - text-overflow: ellipsis; - font-size: 12px; - display: inline-flex; - flex-direction: row; - align-items: center; - } - .sendbird-quote-message .sendbird-quote-message__replied-to .sendbird-quote-message__replied-to__text .sendbird-quote-message__replied-to__text__nickname { - display: inline-block; - max-width: 148px; - overflow: hidden; - text-overflow: ellipsis; - } - .sendbird-quote-message .sendbird-quote-message__replied-to .sendbird-quote-message__replied-to__text .sendbird-quote-message__replied-to__text__text { - margin: 0px 4px; - } - .sendbird-quote-message .sendbird-quote-message__replied-message { - position: relative; - display: inline-flex; - } - .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__text-message { - position: relative; - white-space: pre-wrap; - word-break: break-all; - font-size: 12px; - padding: 8px 12px 16px 12px; - border-radius: 16px; - opacity: 0.5; - } - .sendbird-theme--light .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__text-message { - background-color: var(--sendbird-light-background-100); - } - .sendbird-theme--dark .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__text-message { - background-color: var(--sendbird-dark-background-500); - } - .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__text-message .sendbird-quote-message__replied-message__text-message__word { - position: relative; - display: inline-flex; - max-height: 30px; - overflow: hidden; - text-overflow: ellipsis; - } - .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message { - position: relative; - width: 144px; - height: 108px; - border-radius: 6.4px; - overflow: hidden; - } - .sendbird-theme--light .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message { - background-color: var(--sendbird-light-background-100); - } - .sendbird-theme--dark .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message { - background-color: var(--sendbird-dark-background-500); - } - .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message .sendbird-quote-message__replied-message__thumbnail-message__video, - .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message .sendbird-quote-message__replied-message__thumbnail-message__image { - position: absolute; - top: 0px; - display: inline-flex; - width: 100%; - height: 100%; - opacity: 0.5; - } - .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message .sendbird-quote-message__replied-message__thumbnail-message__placeholder { - position: absolute; - display: inline-flex; - width: 100%; - height: 100%; - justify-content: center; - align-items: center; - } - .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message .sendbird-quote-message__replied-message__thumbnail-message__placeholder .sendbird-quote-message__replied-message__thumbnail-message__placeholder__icon { - display: inline-flex; - justify-content: center; - align-items: center; - width: 22px; - height: 22px; - border-radius: 50%; - } - .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message .sendbird-quote-message__replied-message__thumbnail-message__cover { - position: absolute; - display: inline-flex; - width: 100%; - height: 100%; - justify-content: center; - align-items: center; - top: 0px; - } - .sendbird-theme--light .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message .sendbird-quote-message__replied-message__thumbnail-message__cover { - background-color: rgba(255, 255, 255, 0.4); - } - .sendbird-theme--dark .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message .sendbird-quote-message__replied-message__thumbnail-message__cover { - background-color: rgba(255, 255, 255, 0.4); - } - .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message .sendbird-quote-message__replied-message__thumbnail-message__cover .sendbird-quote-message__replied-message__thumbnail-message__cover__icon { - position: relative; - display: inline-flex; - justify-content: center; - align-items: center; - width: 22px; - height: 22px; - border-radius: 50%; - } - .sendbird-theme--light .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message .sendbird-quote-message__replied-message__thumbnail-message__cover .sendbird-quote-message__replied-message__thumbnail-message__cover__icon { - background-color: rgb(255, 255, 255); - } - .sendbird-theme--dark .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message .sendbird-quote-message__replied-message__thumbnail-message__cover .sendbird-quote-message__replied-message__thumbnail-message__cover__icon { - background-color: rgb(255, 255, 255); - } - .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__file-message { - position: relative; - display: inline-flex; - flex-direction: row; - font-size: 12px; - padding: 8px 12px 16px 12px; - border-radius: 16px; - opacity: 0.5; - } - .sendbird-theme--light .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__file-message { - background-color: var(--sendbird-light-background-100); - } - .sendbird-theme--dark .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__file-message { - background-color: var(--sendbird-dark-background-500); - } - .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__file-message .sendbird-quote-message__replied-message__file-message__type-icon { - margin-right: 2px; - } - .sendbird-quote-message:hover { - cursor: pointer; - } - - .sendbird-quote-message.unavailable:hover { - cursor: default; - } - - .sendbird-message-content.outgoing .sendbird-quote-message__replied-to { - flex-direction: row-reverse; - padding-right: 0px; - } - - .sendbird-message-content.incoming .sendbird-quote-message__replied-to { - padding-left: 0px; - } - .sendbird-message__mobile-context-menu { - border-radius: 8px; - width: 180px; - } - - .sendbird-message__contextmenu--hyperlink { - display: flex; - justify-content: space-between; - } - - .sendbird-message__bottomsheet--hyperlink { - display: block; - } - - .sendbird-message__bottomsheet--hyperlink, - .sendbird-message__contextmenu--hyperlink { - width: 100%; - text-decoration: none; - color: inherit; - font-size: inherit; - font-weight: inherit; - font-stretch: normal; - font-style: normal; - line-height: inherit; - letter-spacing: inherit; - font-family: inherit; - } - - .sendbird-message__mobile-context-menu-item .sendbird-dropdown__menu-item__text { - display: flex; - justify-content: space-between; - } - .sendbird-theme--light .sendbird-message__mobile-context-menu-item:not(:last-child) { - border-bottom: 1px solid var(--sendbird-light-onlight-04); - } - .sendbird-theme--dark .sendbird-message__mobile-context-menu-item:not(:last-child) { - border-bottom: 1px solid var(--sendbird-dark-ondark-04); - } - - .sendbird-message__bottomsheet { - width: 100vw; - border-top-left-radius: 8px; - border-top-right-radius: 8px; - padding-top: 16px; - } - .sendbird-theme--light .sendbird-message__bottomsheet { - background-color: var(--sendbird-light-background-50); - } - .sendbird-theme--dark .sendbird-message__bottomsheet { - background-color: var(--sendbird-dark-background-600); - } - - .sendbird-message__bottomsheet-reaction-bar { - padding-left: 0; - display: flex; - justify-content: center; - margin-bottom: 0px; - margin-top: 0; - } - - .sendbird-message__bottomsheet-reaction-bar__row { - display: inline-block; - } - .sendbird-message__bottomsheet-reaction-bar__row.sendbird-message__bottomsheet-reaction-bar__all { - display: flex; - flex-direction: row; - flex-wrap: wrap; - } - - .sendbird-message__bottomsheet--action { - cursor: pointer; - height: 48px; - display: flex; - align-items: center; - padding-left: 16px; - } - .sendbird-message__bottomsheet--action .sendbird-icon { - margin-right: 24px; - } - - .sendbird-message__bottomsheet--action-disabled { - cursor: not-allowed; - } - .sendbird-theme--light .sendbird-message__bottomsheet--action-disabled { - background-color: var(--sendbird-light-background-50); - } - .sendbird-theme--dark .sendbird-message__bottomsheet--action-disabled { - background-color: var(--sendbird-dark-background-500); - } - .sendbird-ui-thread-replies { - position: relative; - width: -moz-fit-content; - width: fit-content; - height: 20px; - min-height: 20px; - display: inline-flex; - flex-direction: row; - justify-content: flex-start; - align-items: center; - padding: 4px 10px; - gap: 4px; - border-radius: 16px; - flex: none; - order: 0; - flex-grow: 0; - } - .sendbird-theme--light .sendbird-ui-thread-replies { - background-color: var(--sendbird-light-background-50); - } - .sendbird-theme--dark .sendbird-ui-thread-replies { - background-color: var(--sendbird-dark-background-600); - } - .sendbird-ui-thread-replies:hover { - cursor: pointer; - } - .sendbird-theme--light .sendbird-ui-thread-replies:hover { - background-color: var(--sendbird-light-background-100); - } - .sendbird-theme--dark .sendbird-ui-thread-replies:hover { - background-color: var(--sendbird-dark-background-500); - } - - .sendbird-ui-thread-replies__user-profiles { - position: relative; - width: 100%; - height: 100%; - gap: 4px; - display: inline-flex; - flex-direction: row; - } - - .sendbird-ui-thread-replies__user-profiles__avatar { - position: relative; - width: 20px; - height: 20px; - display: inline-flex; - justify-content: center; - align-items: center; - } - - .sendbird-ui-thread-replies__user-profiles__avatar__image { - position: absolute; - top: 0px; - left: 0px; - width: 20px; - height: 20px; - } - - .sendbird-ui-thread-replies__user-profiles__avatar__cover { - position: absolute; - top: 0px; - left: 0px; - width: 20px; - height: 20px; - border-radius: 50%; - background-color: var(--sendbird-light-overlay-01); - } - - .sendbird-ui-thread-replies__user-profiles__avatar__plus { - position: absolute; - top: 0px; - left: 0px; - width: 20px; - height: 20px; - display: inline-flex; - justify-content: center; - align-items: center; - } - - .sendbird-ui-thread-replies__reply-counts { - position: relative; - min-width: -moz-fit-content; - min-width: fit-content; - height: 12px; - display: inline-flex; - flex-direction: row; - justify-content: flex-start; - align-items: center; - white-space: nowrap; - } - - .sendbird-ui-thread-replies__icon { - position: relative; - display: inline-flex; - } - .sendbird-voice-message-item-body { - position: relative; - display: inline-flex; - width: 100%; - border-radius: 16px; - overflow: hidden; - } - - .sendbird-voice-message-item-body.is-reactions-contained { - border-radius: 16px 16px 0px 0px; - } - - .sendbird-voice-message-item-body__progress-bar { - position: absolute; - width: 100%; - height: 50px; - } - - .sendbird-voice-message-item-body__status-button { - position: relative; - top: 8px; - left: 12px; - display: inline-flex; - justify-content: center; - align-items: center; - width: 34px; - height: 34px; - min-width: 34px; - min-height: 34px; - } - - .sendbird-voice-message-item-body__status-button__button { - width: 100%; - height: 100%; - display: inline-flex; - justify-content: center; - align-items: center; - border-radius: 50%; - } - .sendbird-theme--light .sendbird-voice-message-item-body__status-button__button { - background-color: #101010 - } - .sendbird-theme--dark .sendbird-voice-message-item-body__status-button__button { - background-color: rgb(179, 179, 179) - } - - .sendbird-voice-message-item-body__playback-time { - position: absolute; - top: 15px; - right: 12px; - } - - .sendbird-voice-message-item-body__status-button__button__pause { - position: relative; - display: inline-flex; - justify-content: space-between; - align-items: center; - width: 13.75px; - height: 13.75px; - } - - .sendbird-voice-message-item-body__status-button__button__pause__inner { - position: relative; - display: inline-flex; - width: 4.38px; - height: 13.75px; - border-radius: 2px; - } - .sendbird-theme--light .sendbird-voice-message-item-body__status-button__button__pause__inner { - background-color: var(--sendbird-light-primary-300); - } - .sendbird-theme--dark .sendbird-voice-message-item-body__status-button__button__pause__inner { - background-color: var(--sendbird-dark-primary-200); - } - .sendbird-progress-bar, .sendbird-progress-bar__fill { - display: inline-flex; - width: 100%; - height: 100%; - } - - .sendbird-progress-bar { - justify-content: flex-start; - } - - .sendbird-theme--light .sendbird-progress-bar__fill { - background-color: var(--sendbird-light-onlight-03); - } - .sendbird-theme--dark .sendbird-progress-bar__fill { - background-color: var(--sendbird-dark-ondark-03); - } - - .sendbird-theme--light .progress-bar-color--primary { - background-color: var(--sendbird-light-primary-300); - } - .sendbird-theme--dark .progress-bar-color--primary { - background-color: var(--sendbird-dark-primary-200); - } - - .sendbird-theme--light .sendbird-progress-bar.progress-bar--disabled, .sendbird-theme--light .progress-bar-color--gray { - background-color: var(--sendbird-light-background-100); - } - .sendbird-theme--dark .sendbird-progress-bar.progress-bar--disabled, .sendbird-theme--dark .progress-bar-color--gray { - background-color: var(--sendbird-dark-background-500); - } - - .sendbird-progress-bar.progress-bar--disabled .sendbird-progress-bar__fill { - background-color: transparent; - } - .sendbird-fileviewer__header__right__actions__download, - .sendbird-fileviewer__header__right__actions__delete, - .sendbird-fileviewer__header__right__actions__close { - width: 64px; - padding: 21px; - box-sizing: border-box; - cursor: pointer; - } - .sendbird-fileviewer__header__right__actions__download .disabled, - .sendbird-fileviewer__header__right__actions__delete .disabled, - .sendbird-fileviewer__header__right__actions__close .disabled { - cursor: not-allowed; - } - - .sendbird-fileviewer { - width: 100%; - height: 100%; - position: fixed; - top: 0; - left: 0; - z-index: 100000; - } - .sendbird-theme--light .sendbird-fileviewer { - background-color: var(--sendbird-light-background-50); - } - .sendbird-theme--dark .sendbird-fileviewer { - background-color: var(--sendbird-dark-background-600); - } - .sendbird-fileviewer .sendbird-fileviewer__header { - height: 64px; - min-height: 64px; - box-sizing: border-box; - display: flex; - justify-content: space-between; - } - .sendbird--mobile-mode .sendbird-fileviewer .sendbird-fileviewer__header { - position: relative; - } - .sendbird-theme--light .sendbird-fileviewer .sendbird-fileviewer__header { - border-bottom: 1px solid var(--sendbird-light-onlight-04); - } - .sendbird-theme--dark .sendbird-fileviewer .sendbird-fileviewer__header { - border-bottom: 1px solid var(--sendbird-dark-ondark-04); - } - .sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__left { - box-sizing: border-box; - display: flex; - flex-direction: row; - align-items: center; - height: 64px; - padding: 16px 20px; - } - .sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__left .sendbird-fileviewer__header__left__avatar { - margin-right: 8px; - } - .sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__left .sendbird-fileviewer__header__left__filename { - max-width: 500px; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - display: inline-block; - } - .sendbird--mobile-mode .sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__left .sendbird-fileviewer__header__left__filename { - position: absolute; - left: 64px; - top: 10px; - display: block; - max-width: calc(100vw - 240px); - } - .sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__left .sendbird-fileviewer__header__left__sender-name { - max-width: 200px; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - display: inline-flex; - margin-left: 8px; - padding-top: 5px; - } - .sendbird--mobile-mode .sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__left .sendbird-fileviewer__header__left__sender-name { - position: absolute; - left: 56px; - top: 24px; - } - .sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__right { - display: flex; - width: 160px; - justify-content: flex-end; - } - .sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__right .sendbird-fileviewer__header__right__actions { - right: 0; - display: flex; - flex-direction: row; - } - .sendbird-theme--light .sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__right .sendbird-fileviewer__header__right__actions__close { - border-left: 1px solid var(--sendbird-light-onlight-04); - } - .sendbird-theme--dark .sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__right .sendbird-fileviewer__header__right__actions__close { - border-left: 1px solid var(--sendbird-dark-ondark-04); - } - .sendbird-fileviewer .sendbird-fileviewer__content { - height: calc(100% - 72px); - margin-top: 8px; - overflow-y: auto; - display: flex; - align-items: center; - justify-content: center; - } - .sendbird-fileviewer .sendbird-fileviewer__content .sendbird-fileviewer__content__video { - max-width: 100%; - max-height: 100%; - } - .sendbird-fileviewer .sendbird-fileviewer__content .sendbird-fileviewer__content__img { - max-width: 90%; - max-height: 90%; - } - .sendbird-fileviewer .sendbird-fileviewer__content .sendbird-fileviewer__content__unsupported { - max-width: 100%; - max-height: 100%; - display: flex; - justify-content: center; - align-items: center; - } - .sendbird-notification--hide, - .sendbird-notification { - position: absolute; - } - - .sendbird-notification { - margin-top: 8px; - margin-left: 24px; - margin-right: 24px; - border-radius: 4px; - padding: 0px 2px; - height: 32px; - display: flex; - align-items: center; - justify-content: center; - } - .sendbird-theme--light .sendbird-notification { - background-color: var(--sendbird-light-primary-300); - } - .sendbird-theme--dark .sendbird-notification { - background-color: var(--sendbird-dark-primary-200); - } - .sendbird-notification:hover { - cursor: pointer; - } - .sendbird-theme--light .sendbird-notification:hover { - background-color: var(--sendbird-light-primary-400); - } - .sendbird-theme--dark .sendbird-notification:hover { - background-color: var(--sendbird-dark-primary-300); - } - .sendbird-theme--light .sendbird-notification.sendbird-notification--frozen { - background-color: var(--sendbird-light-information-100); - } - .sendbird-theme--dark .sendbird-notification.sendbird-notification--frozen { - background-color: var(--sendbird-dark-information-100); - } - .sendbird-theme--light .sendbird-notification.sendbird-notification--frozen .sendbird-notification__text { - color: var(--sendbird-light-onlight-01); - } - .sendbird-theme--dark .sendbird-notification.sendbird-notification--frozen .sendbird-notification__text { - color: var(--sendbird-dark-onlight-01); - } - .sendbird-notification .sendbird-notification__text { - display: flex; - align-items: center; - justify-content: center; - margin-right: 8px; - } - - .sendbird-notification--hide { - display: none; - } - .sendbird-notification { - margin-top: 8px; - margin-left: 24px; - margin-right: 24px; - border-radius: 4px; - padding: 0px 2px; - height: 32px; - display: flex; - align-items: center; - justify-content: center; - } - .sendbird-theme--light .sendbird-notification { - background-color: var(--sendbird-light-primary-300); - } - .sendbird-theme--dark .sendbird-notification { - background-color: var(--sendbird-dark-primary-200); - } - .sendbird-notification:hover { - cursor: pointer; - } - .sendbird-theme--light .sendbird-notification:hover { - background-color: var(--sendbird-light-primary-400); - } - .sendbird-theme--dark .sendbird-notification:hover { - background-color: var(--sendbird-dark-primary-300); - } - .sendbird-theme--light .sendbird-notification.sendbird-notification--frozen { - background-color: var(--sendbird-light-information-100); - } - .sendbird-theme--dark .sendbird-notification.sendbird-notification--frozen { - background-color: var(--sendbird-dark-information-100); - } - .sendbird-theme--light .sendbird-notification.sendbird-notification--frozen .sendbird-notification__text { - color: var(--sendbird-light-onlight-01); - } - .sendbird-theme--dark .sendbird-notification.sendbird-notification--frozen .sendbird-notification__text { - color: var(--sendbird-dark-onlight-01); - } - .sendbird-notification .sendbird-notification__text { - display: flex; - align-items: center; - justify-content: center; - margin-right: 8px; - } - .sendbird-message-input-wrapper--voice-message, - .sendbird-message-input-wrapper { - position: relative; - width: 100%; - } - .sendbird-message-input-wrapper--voice-message .sendbird-message-input-wrapper__quote-message-input, - .sendbird-message-input-wrapper .sendbird-message-input-wrapper__quote-message-input { - position: relative; - width: 100%; - } - .sendbird-theme--light .sendbird-message-input-wrapper--voice-message .sendbird-message-input-wrapper__quote-message-input, - .sendbird-theme--light .sendbird-message-input-wrapper .sendbird-message-input-wrapper__quote-message-input { - border-top: solid 1px var(--sendbird-light-onlight-04); - } - .sendbird-theme--dark .sendbird-message-input-wrapper--voice-message .sendbird-message-input-wrapper__quote-message-input, - .sendbird-theme--dark .sendbird-message-input-wrapper .sendbird-message-input-wrapper__quote-message-input { - border-top: solid 1px var(--sendbird-dark-ondark-04); - } - .sendbird-message-input-wrapper--voice-message .sendbird-message-input-wrapper__message-input, - .sendbird-message-input-wrapper .sendbird-message-input-wrapper__message-input { - position: relative; - width: 100%; - box-sizing: border-box; - padding-left: 24px; - padding-right: 24px; - } - - .sendbird-theme--light .sendbird-message-input-wrapper--voice-message { - border-top: 1px solid var(--sendbird-light-onlight-04); - } - .sendbird-theme--dark .sendbird-message-input-wrapper--voice-message { - border-top: 1px solid var(--sendbird-dark-ondark-04); - } - .sendbird-quote_message_input { - position: relative; - padding: 16px 80px 16px 40px; - width: 100%; - height: 76px; - display: flex; - flex-direction: row; - box-sizing: border-box; - } - .sendbird-quote_message_input .sendbird-quote_message_input__avatar { - width: 44px; - min-width: 44px; - height: 44px; - min-height: 44px; - position: relative; - border-radius: 8px; - display: flex; - justify-content: center; - align-items: center; - } - .sendbird-theme--light .sendbird-quote_message_input .sendbird-quote_message_input__avatar { - background-color: var(--sendbird-light-background-100); - } - .sendbird-theme--dark .sendbird-quote_message_input .sendbird-quote_message_input__avatar { - background-color: var(--sendbird-dark-background-500); - } - .sendbird-quote_message_input .sendbird-quote_message_input__body { - position: absolute; - display: flex; - flex-direction: column; - align-items: flex-start; - overflow: hidden; - } - .sendbird-quote_message_input .sendbird-quote_message_input__body .sendbird-quote_message_input__body__sender-name { - position: relative; - width: 100%; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - box-sizing: border-box; - margin-bottom: 8px; - } - .sendbird-quote_message_input .sendbird-quote_message_input__body .sendbird-quote_message_input__body__message-content { - position: relative; - width: 100%; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - box-sizing: border-box; - } - .sendbird-quote_message_input .sendbird-quote_message_input__close-button { - position: absolute; - top: 26px; - right: 40px; - } - .sendbird-quote_message_input .sendbird-quote_message_input__close-button:hover { - cursor: pointer; - } - .sendbird-voice-message-input-wrapper .sendbird-voice-message-input__indicator { - height: 40px; - } - - .sendbird-voice-message-input-wrapper-alert__body { - position: relative; - display: flex; - justify-content: flex-end; - align-items: flex-end; - width: 100%; - height: 74px; - } - - .sendbird-voice-message-input-wrapper-alert__body__ok-button { - width: 74px; - } - .sendbird-voice-message-input { - position: relative; - display: inline-flex; - flex-direction: column; - width: 100%; - height: 110px; - padding-top: 22px; - padding-left: 24px; - padding-right: 24px; - box-sizing: border-box; - } - - .sendbird-voice-message-input__indicator { - position: relative; - display: inline-flex; - width: 100%; - } - - .sendbird-voice-message-input__indicator__progress-bar { - position: relative; - display: inline-flex; - width: 100%; - border-radius: 28px; - overflow: hidden; - } - - .sendbird-voice-message-input__indicator__on-rec { - position: absolute; - top: 14px; - right: 53px; - } - - .sendbird-voice-message-input__indicator__playback-time { - position: absolute; - top: 10px; - right: 16px; - } - - .sendbird-voice-message-input__controler { - position: relative; - display: inline-flex; - flex-direction: row; - justify-content: space-between; - align-items: center; - margin-top: 14px; - height: 34px; - min-height: 34px; - } - - .sendbird-voice-message-input__controler__main { - position: relative; - display: inline-flex; - justify-content: center; - align-items: center; - width: 34px; - height: 34px; - min-width: 34px; - min-height: 34px; - border-radius: 50%; - } - .sendbird-theme--light .sendbird-voice-message-input__controler__main { - background-color: var(--sendbird-light-background-100); - } - .sendbird-theme--dark .sendbird-voice-message-input__controler__main { - background-color: var(--sendbird-dark-background-500); - } - .sendbird-voice-message-input__controler__main:hover { - cursor: pointer; - } - - .sendbird-voice-message-input__controler__submit { - position: relative; - display: inline-flex; - justify-content: center; - align-items: center; - width: 34px; - height: 34px; - min-width: 34px; - min-height: 34px; - border-radius: 50%; - } - .sendbird-theme--light .sendbird-voice-message-input__controler__submit { - background-color: var(--sendbird-light-primary-300); - } - .sendbird-theme--dark .sendbird-voice-message-input__controler__submit { - background-color: var(--sendbird-dark-primary-200); - } - .sendbird-voice-message-input__controler__submit:hover { - cursor: pointer; - } - - .sendbird-theme--light .sendbird-voice-message-input__controler__submit.voice-message--disabled { - background-color: var(--sendbird-light-background-100); - } - .sendbird-theme--dark .sendbird-voice-message-input__controler__submit.voice-message--disabled { - background-color: var(--sendbird-dark-background-500); - } - .sendbird-voice-message-input__controler__submit.voice-message--disabled:hover { - cursor: default; - } - - @keyframes flickerAnimation { - 0% { - opacity: 0; - } - 50% { - opacity: 1; - } - 100% { - opacity: 0; - } - } - .sendbird-voice-message-input__indicator__on-rec { - width: 12px; - height: 12px; - min-width: 12px; - min-height: 12px; - border-radius: 50%; - animation: flickerAnimation 1s infinite; - } - .sendbird-theme--light .sendbird-voice-message-input__indicator__on-rec { - background-color: var(--sendbird-light-error-300); - } - .sendbird-theme--dark .sendbird-voice-message-input__indicator__on-rec { - background-color: var(--sendbird-dark-error-300); - } - - .sendbird-voice-message-input__indicator__progress-bar__bar { - height: 40px; - } - - .sendbird-controler-icon { - position: relative; - display: inline-block; - } - - .sendbird-controler-icon.record-icon { - width: 20px; - height: 20px; - min-width: 20px; - min-height: 20px; - border-radius: 50%; - } - .sendbird-theme--light .sendbird-controler-icon.record-icon { - background-color: var(--sendbird-light-error-300); - } - .sendbird-theme--dark .sendbird-controler-icon.record-icon { - background-color: var(--sendbird-dark-error-300); - } - - .sendbird-controler-icon.stop-icon { - width: 14px; - height: 14px; - min-width: 14px; - min-height: 14px; - border-radius: 2px; - } - .sendbird-theme--light .sendbird-controler-icon.stop-icon { - background-color: var(--sendbird-light-onlight-01); - } - .sendbird-theme--dark .sendbird-controler-icon.stop-icon { - background-color: var(--sendbird-dark-ondark-01); - } - - .sendbird-controler-icon.pause-icon { - display: inline-flex; - width: 100%; - gap: 3.75px; - width: 13.75px; - height: 13.75px; - min-width: 13.75px; - min-height: 13.75px; - } - - .sendbird-controler-icon.pause-icon-inner { - display: inline-flex; - min-width: 4.38px; - border-radius: 2px; - } - .sendbird-theme--light .sendbird-controler-icon.pause-icon-inner { - background-color: var(--sendbird-light-onlight-01); - } - .sendbird-theme--dark .sendbird-controler-icon.pause-icon-inner { - background-color: var(--sendbird-dark-ondark-01); - } - .sendbird-channel-settings { - height: 100%; - width: 320px; - display: inline-block; - box-sizing: border-box; - } - .sendbird--mobile-mode .sendbird-channel-settings { - width: 100%; - } - .sendbird-theme--light .sendbird-channel-settings { - background-color: var(--sendbird-light-background-50); - border-left: 1px solid var(--sendbird-light-onlight-04); - } - .sendbird-theme--dark .sendbird-channel-settings { - background-color: var(--sendbird-dark-background-600); - border-left: 1px solid var(--sendbird-dark-background-600); - } - .sendbird-channel-settings .sendbird-channel-settings__header-icon { - cursor: pointer; - position: absolute; - top: 16px; - background-color: #101010 !important; - right: 16px; - } - .sendbird-theme--light .sendbird-channel-settings .sendbird-channel-settings__header-icon .sendbird-channel-settings__close-icon path { - fill: var(--sendbird-light-onlight-01); - } - .sendbird-theme--dark .sendbird-channel-settings .sendbird-channel-settings__header-icon .sendbird-channel-settings__close-icon path { - fill: var(--sendbird-dark-ondark-01); - background-color: #101010 !important; - } - .sendbird-channel-settings .sendbird-channel-settings__members .sendbird-badge__text { - margin-top: -2px; - } - .sendbird-channel-settings .sendbird-channel-settings__header { - height: 64px; - min-height: 64px; - position: relative; - padding: 20px 24px; - background-color: #101010 !important; - box-sizing: border-box; - } - .sendbird-theme--light .sendbird-channel-settings .sendbird-channel-settings__header { - border-bottom: solid 1px var(--sendbird-light-onlight-04); - } - .sendbird-theme--dark .sendbird-channel-settings .sendbird-channel-settings__header { - background-color: #101010 !important; - } - .sendbird-channel-settings .sendbird-channel-settings__scroll-area { - display: flex; - flex-grow: 1; - flex-direction: column; - height: calc(100% - 64px); - overflow-y: auto; - } - .sendbird-channel-settings .sendbird-channel-settings__panel-item { - cursor: pointer; - position: relative; - padding: 12px 22px 10px 56px; - } - .sendbird-theme--light .sendbird-channel-settings .sendbird-channel-settings__panel-item { - background-color: var(--sendbird-light-background-50); - border-bottom: 1px solid var(--sendbird-light-onlight-04); - } - .sendbird-theme--dark .sendbird-channel-settings .sendbird-channel-settings__panel-item { - background-color: var(--sendbird-dark-background-600); - border-bottom: 1px solid var(--sendbird-dark-ondark-04); - } - .sendbird-channel-settings .sendbird-channel-settings__panel-item:focus { - outline: none; - } - .sendbird-channel-settings .sendbird-channel-settings__panel-item.sendbird-channel-settings__panel-item__disabled { - cursor: not-allowed; - } - .sendbird-channel-settings .sendbird-channel-settings__panel-icon-left, - .sendbird-channel-settings .sendbird-channel-settings__panel-icon-right { - position: absolute; - top: 10px; - } - .sendbird-channel-settings .sendbird-channel-settings__panel-icon-left { - left: 16px; - } - .sendbird-channel-settings .sendbird-channel-settings__panel-icon-right { - right: 16px; - } - .sendbird-channel-settings .sendbird-channel-settings__panel-icon--open { - transform: rotate(90deg); - } - .sendbird-theme--light .sendbird-channel-settings .sendbird-channel-settings__panel-icon--chevron path { - fill: var(--sendbird-light-onlight-01); - } - .sendbird-theme--dark .sendbird-channel-settings .sendbird-channel-settings__panel-icon--chevron path { - fill: var(--sendbird-dark-ondark-01); - } - .sendbird-channel-profile { - position: relative; - text-align: center; - padding: 32px 40px 27px 40px; - } - .sendbird-theme--light .sendbird-channel-profile { - border-bottom: 1px solid var(--sendbird-light-onlight-04); - background-color: var(--sendbird-light-background-50); - } - .sendbird-theme--dark .sendbird-channel-profile { - border-bottom: 1px solid var(--sendbird-dark-ondark-04); - background-color: var(--sendbird-dark-background-600); - } - .sendbird-channel-profile .sendbird-channel-profile--inner { - height: 92px; - } - .sendbird-channel-profile .sendbird-channel-profile__avatar { - margin-bottom: 16px; - display: flex; - justify-content: center; - } - .sendbird-channel-profile .sendbird-channel-profile__title { - display: block; - max-width: 240px; - white-space: nowrap; - overflow-x: hidden; - text-overflow: ellipsis; - height: 18px; - } - .sendbird--mobile-mode .sendbird-channel-profile .sendbird-channel-profile__title { - max-width: 100%; - } - .sendbird-channel-profile .sendbird-channel-profile__edit { - position: absolute; - top: 10px; - right: 16px; - } - - .channel-profile-form .channel-profile-form__img-section { - position: relative; - } - .channel-profile-form .channel-profile-form__avatar-button { - position: absolute; - top: 54px; - left: 96px; - } - .channel-profile-form .channel-profile-form__avatar { - margin-top: 16px; - } - .channel-profile-form .channel-profile-form__name-section { - margin-top: 12px; - } - .channel-profile-form .channel-profile-form__name-section .sendbird-input { - height: 40px; - } - .sendbird-channel-settings__operator .sendbird-channel-settings__accordion-icon { - position: absolute; - left: 14px; - } - .sendbird-channel-settings__operator .sendbird-accordion__panel-heder { - position: relative; - } - - .sendbird-more-members__popup-scroll { - max-height: 420px; - overflow-x: hidden; - overflow-y: scroll; - } - .sendbird--mobile-mode .sendbird-more-members__popup-scroll { - max-height: 100%; - } - .sendbird-more-members__popup-scroll .sendbird-user-list-item__operator { - right: 72px; - } - .sendbird-more-members__popup-scroll .sendbird-user-list-item__title { - max-width: 240px; - } - - .sendbird-channel-settings__empty-list { - text-align: center; - margin-top: 12px; - margin-bottom: 4px; - display: block; - } - - .sendbird-channel-settings-accordion__footer { - padding-top: 16px; - display: flex; - justify-content: left; - padding-left: 12px; - } - .sendbird-channel-settings-accordion__footer .sendbird-button:nth-child(2) { - margin-left: 8px; - } - - .sendbird-channel-settings__freeze { - max-width: 320px; - position: relative; - padding: 12px 22px 10px 56px; - } - .sendbird--mobile-mode .sendbird-channel-settings__freeze { - max-width: 100%; - } - .sendbird-theme--light .sendbird-channel-settings__freeze { - background-color: var(--sendbird-light-background-50); - border-bottom: 1px solid var(--sendbird-light-onlight-04); - } - .sendbird-theme--dark .sendbird-channel-settings__freeze { - background-color: var(--sendbird-dark-background-600); - border-bottom: 1px solid var(--sendbird-dark-ondark-04); - } - - .sendbird-channel-settings__frozen-icon { - position: absolute; - right: 20px; - top: 12px; - } - .sendbird-channel-settings__frozen-icon .sendbird-icon { - cursor: pointer; - } - - .sendbird-channel-settings__members-list .sendbird-badge, - .sendbird-channel-settings__members .sendbird-badge { - position: absolute; - right: 44px; - top: 12px; - } - .sendbird-theme--light .sendbird-channel-settings__members-list .sendbird-badge, - .sendbird-theme--light .sendbird-channel-settings__members .sendbird-badge { - background-color: var(--sendbird-light-background-200); - } - .sendbird-theme--dark .sendbird-channel-settings__members-list .sendbird-badge, - .sendbird-theme--dark .sendbird-channel-settings__members .sendbird-badge { - background-color: var(--sendbird-dark-background-400); - } - .sendbird-theme--light .sendbird-channel-settings__members-list .sendbird-badge .sendbird-label, - .sendbird-theme--light .sendbird-channel-settings__members .sendbird-badge .sendbird-label { - color: var(--sendbird-light-onlight-02); - } - .sendbird-theme--dark .sendbird-channel-settings__members-list .sendbird-badge .sendbird-label, - .sendbird-theme--dark .sendbird-channel-settings__members .sendbird-badge .sendbird-label { - color: var(--sendbird-dark-ondark-02); - } - .sendbird-accordion { - padding: 8px 0px 16px 0px; - position: relative; - box-sizing: border-box; - } - .sendbird-theme--light .sendbird-accordion { - border-bottom: 1px solid var(--sendbird-light-onlight-04); - background-color: var(--sendbird-light-background-50); - } - .sendbird-theme--dark .sendbird-accordion { - border-bottom: 1px solid var(--sendbird-dark-ondark-04); - background-color: var(--sendbird-dark-background-600); - } - .sendbird-accordion .sendbird-accordion__member { - position: relative; - padding: 12px 0px 12px 44px; - height: 40px; - box-sizing: border-box; - } - .sendbird-accordion .sendbird-accordion__footer { - display: flex; - justify-content: flex-start; - margin-top: 8px; - } - - .sendbird-accordion__panel-header { - cursor: pointer; - position: relative; - padding: 12px 22px 10px 56px; - } - .sendbird-theme--light .sendbird-accordion__panel-header { - background-color: var(--sendbird-light-background-50); - border-bottom: 1px solid var(--sendbird-light-onlight-04); - } - .sendbird-theme--dark .sendbird-accordion__panel-header { - background-color: var(--sendbird-dark-background-600); - border-bottom: 1px solid var(--sendbird-dark-ondark-04); - } - .sendbird-accordion__panel-header:focus { - outline: none; - } - .sendbird-accordion__panel-header.sendbird-accordion__panel-item__disabled { - cursor: not-allowed; - } - - .sendbird-accordion__panel-icon-left, - .sendbird-accordion__panel-icon-right { - position: absolute; - top: 10px; - } - - .sendbird-accordion__panel-icon-left { - left: 16px; - } - - .sendbird-accordion__panel-icon-right { - right: 16px; - } - - .sendbird-accordion__panel-icon--open { - transform: rotate(90deg); - } - - .sendbird-theme--light .sendbird-accordion__panel-icon--chevron path { - fill: var(--sendbird-light-onlight-01); - } - .sendbird-theme--dark .sendbird-accordion__panel-icon--chevron path { - fill: var(--sendbird-dark-ondark-01); - } - - .sendbird-theme--light .sendbird-accordion__panel-icon__leave path { - fill: var(--sendbird-light-error-300); - } - .sendbird-theme--dark .sendbird-accordion__panel-icon__leave path { - fill: var(--sendbird-dark-error-300); - } - .sendbird-input-toggle-button { - position: relative; - display: inline-flex; - align-items: center; - box-sizing: border-box; - cursor: pointer; - } - - .sendbird-theme--light .sendbird-input-toggle-button--checked { - background-color: var(--sendbird-light-primary-300); - border: 1px solid var(--sendbird-light-primary-300); - } - .sendbird-theme--dark .sendbird-input-toggle-button--checked { - background-color: var(--sendbird-dark-primary-200); - border: 1px solid var(--sendbird-dark-primary-200); - } - - .sendbird-theme--light .sendbird-input-toggle-button--unchecked { - background-color: var(--sendbird-light-background-300); - border: 1px solid var(--sendbird-light-background-300); - } - .sendbird-theme--dark .sendbird-input-toggle-button--unchecked { - background-color: var(--sendbird-dark-background-400); - border: 1px solid var(--sendbird-dark-background-400); - } - - .sendbird-input-toggle-button--disabled { - cursor: not-allowed; - } - .sendbird-theme--light .sendbird-input-toggle-button--disabled { - background-color: var(--sendbird-light-background-200); - border: 1px solid var(--sendbird-light-background-200); - } - .sendbird-theme--dark .sendbird-input-toggle-button--disabled { - background-color: var(--sendbird-dark-background-400); - border: 1px solid var(--sendbird-dark-background-400); - } - - .sendbird-input-toggle-button input { - position: absolute; - display: none; - } - - .sendbird-input-toggle-button__inner-dot { - position: absolute; - border-radius: 50%; - animation-iteration-count: 1; - } - .sendbird-theme--light .sendbird-input-toggle-button__inner-dot { - background-color: var(--sendbird-light-background-50); - } - .sendbird-theme--dark .sendbird-input-toggle-button__inner-dot { - background-color: var(--sendbird-dark-background-600); - } - - /* Manage animation and position by status */ - @keyframes sendbirdMoveToRight { - 0% { - right: 60%; - } - 100% { - right: 10%; - } - } - @keyframes sendbirdMoveToLeft { - 0% { - right: 10%; - } - 100% { - right: 60%; - } - } - .sendbird-input-toggle-button--turned-on .sendbird-input-toggle-button__inner-dot { - animation-name: sendbirdMoveToRight; - } - - .sendbird-input-toggle-button--turned-off .sendbird-input-toggle-button__inner-dot { - animation-name: sendbirdMoveToLeft; - } - - .sendbird-input-toggle-button--unchecked .sendbird-input-toggle-button__inner-dot { - right: 60%; - } - - .sendbird-input-toggle-button--checked .sendbird-input-toggle-button__inner-dot { - right: 10%; - } - - .sendbird-input-toggle-button--reversed .sendbird-input-toggle-button--turned-on .sendbird-input-toggle-button__inner-dot { - animation-name: sendbirdMoveToLeft; - } - .sendbird-input-toggle-button--reversed .sendbird-input-toggle-button--turned-off .sendbird-input-toggle-button__inner-dot { - animation-name: sendbirdMoveToRight; - } - .sendbird-input-toggle-button--reversed.sendbird-input-toggle-button--unchecked .sendbird-input-toggle-button__inner-dot { - right: 10%; - } - .sendbird-input-toggle-button--reversed.sendbird-input-toggle-button--checked .sendbird-input-toggle-button__inner-dot { - right: 60%; - } - .sendbird-user-list-item--small { - display: block; - position: relative; - box-sizing: border-box; - height: 40px; - } - .sendbird-user-list-item--small__avatar { - cursor: pointer; - position: absolute; - top: 10px; - left: 12px; - } - .sendbird-user-list-item--small .sendbird-muted-avatar { - position: absolute; - top: 10px; - left: 12px; - pointer-events: none; - } - .sendbird-user-list-item--small__title { - position: absolute; - top: 10px; - left: 54px; - width: 160px; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - } - .sendbird-user-list-item--small__subtitle { - position: absolute; - top: 23px; - left: 140px; - max-width: 237px; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - } - .sendbird--mobile-mode .sendbird-user-list-item--small__subtitle { - max-width: 40%; - } - .sendbird-user-list-item--small__checkbox { - position: absolute; - top: 16px; - right: 16px; - } - .sendbird-user-list-item--small__action { - display: none; - position: absolute; - right: 10px; - top: 4px; - } - .sendbird-user-list-item--small__operator { - position: absolute; - right: 24px; - top: 10px; - } - .sendbird-theme--light .sendbird-user-list-item--small:hover, .sendbird-theme--light .sendbird-user-list-item--small.sendbird-icon--pressed { - background-color: var(--sendbird-light-background-100); - } - .sendbird-theme--dark .sendbird-user-list-item--small:hover, .sendbird-theme--dark .sendbird-user-list-item--small.sendbird-icon--pressed { - background-color: var(--sendbird-dark-background-500); - } - .sendbird-user-list-item--small:hover .sendbird-user-list-item--small__action, .sendbird-user-list-item--small.sendbird-icon--pressed .sendbird-user-list-item--small__action { - display: block; - } - .sendbird-user-list-item--small:hover .sendbird-user-list-item--small__operator, .sendbird-user-list-item--small.sendbird-icon--pressed .sendbird-user-list-item--small__operator { - display: none; - } - .sendbird-theme--light .sendbird-user-list-item--small.sendbird-icon--pressed .sendbird-iconbutton { - background-color: var(--sendbird-light-primary-100); - } - .sendbird-theme--dark .sendbird-user-list-item--small.sendbird-icon--pressed .sendbird-iconbutton { - background-color: var(--sendbird-dark-background-700); - } - .sendbird-channel-settings__leave-label--mobile { - text-decoration: none; - } - - .sendbird-channel-settings__leave--mobile .sendbird-modal__content { - max-width: calc(100% - 80px); - } - .sendbird-channel-settings__leave--mobile .sendbird-modal__close { - display: none; - } - .sendbird-channel-settings__leave--mobile .sendbird-channel-preview__leave-label--mobile { - text-decoration: none; - } - .sendbird-channel-settings__leave--mobile .sendbird-modal__header span { - display: inline-block; - width: calc(100% - 120px); - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - } - .sendbird-more-members__popup-scroll { - max-height: 420px; - overflow-x: hidden; - overflow-y: scroll; - } - .sendbird--mobile-mode .sendbird-more-members__popup-scroll { - max-height: 100%; - } - .sendbird-more-members__popup-scroll .sendbird-user-list-item__operator { - right: 72px; - } - .sendbird-more-members__popup-scroll .sendbird-user-list-item__title { - max-width: 240px; - } - - .sendbird-channel-settings__badge { - position: absolute; - right: 48px; - } - .sendbird-theme--light .sendbird-channel-settings__badge { - background-color: var(--sendbird-light-background-200); - } - .sendbird-theme--dark .sendbird-channel-settings__badge { - background-color: var(--sendbird-dark-background-400); - } - .sendbird-theme--light .sendbird-channel-settings__badge .sendbird-label { - color: var(--sendbird-light-onlight-02); - } - .sendbird-theme--dark .sendbird-channel-settings__badge .sendbird-label { - color: var(--sendbird-dark-ondark-02); - } - - .sendbird-channel-settings__user-panel .sendbird-channel-settings-accordion__footer { - padding-left: 14px; - padding-top: 14px; - } - .sendbird-message-search-pannel { - position: relative; - display: flex; - flex-direction: column; - width: 320px; - height: 100%; - box-sizing: border-box; - } - .sendbird-theme--light .sendbird-message-search-pannel { - background-color: var(--sendbird-light-background-50); - } - .sendbird-theme--dark .sendbird-message-search-pannel { - background-color: var(--sendbird-dark-background-600); - } - .sendbird--mobile-mode .sendbird-message-search-pannel { - width: 100%; - } - .sendbird-message-search-pannel .sendbird-message-search-pannel__input__container__input-area { - position: absolute; - top: 14px; - left: 48px; - margin: 0px; - padding: 0px; - border: 0px; - outline: none; - font-size: 14px; - width: calc(100% - 90px); - } - .sendbird-theme--light .sendbird-message-search-pannel .sendbird-message-search-pannel__input__container__input-area { - color: var(--sendbird-light-onlight-01); - background-color: var(--sendbird-light-background-50); - } - .sendbird-theme--dark .sendbird-message-search-pannel .sendbird-message-search-pannel__input__container__input-area { - color: var(--sendbird-dark-ondark-01); - background-color: var(--sendbird-dark-background-600); - } - .sendbird-message-search-pannel .sendbird-message-search-pannel__header { - position: relative; - display: flex; - width: 100%; - height: 64px; - min-height: 64px; - box-sizing: border-box; - } - .sendbird-theme--light .sendbird-message-search-pannel .sendbird-message-search-pannel__header { - border-bottom: 1px solid var(--sendbird-light-onlight-04); - } - .sendbird-theme--dark .sendbird-message-search-pannel .sendbird-message-search-pannel__header { - border-bottom: 1px solid var(--sendbird-dark-ondark-04); - } - .sendbird-message-search-pannel .sendbird-message-search-pannel__header .sendbird-message-search-pannel__header__title { - position: absolute; - top: 20px; - left: 24px; - width: calc(100% - 74px); - overflow-x: hidden; - word-break: keep-all; - text-overflow: ellipsis; - } - .sendbird-message-search-pannel .sendbird-message-search-pannel__header .sendbird-message-search-pannel__header__close-button { - position: absolute; - top: 16px; - right: 16px; - } - .sendbird-message-search-pannel .sendbird-message-search-pannel__input { - display: flex; - position: relative; - padding: 16px; - box-sizing: border-box; - } - .sendbird-message-search-pannel .sendbird-message-search-pannel__input .sendbird-message-search-pannel__input__container { - position: relative; - border-radius: 4px; - width: 100%; - height: 44px; - } - .sendbird-theme--light .sendbird-message-search-pannel .sendbird-message-search-pannel__input .sendbird-message-search-pannel__input__container { - border: 1px solid var(--sendbird-light-onlight-03); - } - .sendbird-theme--dark .sendbird-message-search-pannel .sendbird-message-search-pannel__input .sendbird-message-search-pannel__input__container { - border: 1px solid var(--sendbird-dark-ondark-03); - } - .sendbird-message-search-pannel .sendbird-message-search-pannel__input .sendbird-message-search-pannel__input__container .sendbird-message-search-pannel__input__container__search-icon { - position: absolute; - top: 10px; - left: 16px; - } - .sendbird-message-search-pannel .sendbird-message-search-pannel__input .sendbird-message-search-pannel__input__container .sendbird-message-search-pannel__input__container__spinner { - position: absolute; - top: 12px; - right: 12px; - } - .sendbird-message-search-pannel .sendbird-message-search-pannel__input .sendbird-message-search-pannel__input__container .sendbird-message-search-pannel__input__container__reset-input-button { - position: absolute; - top: 12px; - right: 12px; - } - .sendbird-message-search-pannel .sendbird-message-search-pannel__input .sendbird-message-search-pannel__input__container .sendbird-message-search-pannel__input__container__reset-input-button:hover { - cursor: pointer; - } - .sendbird-message-search-pannel .sendbird-message-search-pannel__message-search { - position: relative; - box-sizing: border-box; - width: 100%; - height: 100%; - overflow-y: hidden; - } - .sendbird-message-search { - position: relative; - height: 100%; - overflow-x: hidden; - overflow-y: scroll; - } - .sendbird-theme--light .sendbird-message-search { - background-color: var(--sendbird-light-background-50); - } - .sendbird-theme--dark .sendbird-message-search { - background-color: var(--sendbird-dark-background-600); - } - .sendbird-message-search-item { - display: inline-flex; - flex-direction: row; - width: 100%; - height: 80px; - position: relative; - cursor: pointer; - } - .sendbird-theme--light .sendbird-message-search-item { - border-bottom: 1px solid var(--sendbird-light-onlight-04); - background-color: var(--sendbird-light-background-50); - } - .sendbird-theme--dark .sendbird-message-search-item { - border-bottom: 1px solid var(--sendbird-dark-ondark-04); - background-color: var(--sendbird-dark-background-600); - } - .sendbird-theme--light .sendbird-message-search-item:hover { - background-color: var(--sendbird-light-background-100); - } - .sendbird-theme--dark .sendbird-message-search-item:hover { - background-color: var(--sendbird-dark-background-500); - } - .sendbird-message-search-item .sendbird-message-search-item__left { - display: flex; - align-items: center; - justify-content: center; - width: 90px; - height: 80px; - } - .sendbird-message-search-item .sendbird-message-search-item__right { - display: flex; - flex-direction: column; - width: calc(100% - 106px); - } - .sendbird-message-search-item .sendbird-message-search-item__right .sendbird-message-search-item__right__sender-name { - position: absolute; - top: 12px; - display: inline; - max-width: 150px; - height: 16px; - overflow: hidden; - text-overflow: ellipsis; - word-break: keep-all; - } - .sendbird-message-search-item .sendbird-message-search-item__right .sendbird-message-search-item__right__message-text { - box-sizing: border-box; - display: flex; - width: inherit; - height: 32px; - overflow: hidden; - text-overflow: ellipsis; - position: absolute; - top: 36px; - word-break: break-word; - } - .sendbird-message-search-item .sendbird-message-search-item__right .sendbird-message-search-item__right__message-created-at { - position: absolute; - top: 12px; - right: 18px; - } - .sendbird-message-search-item .sendbird-message-search-item__right-footer { - width: 16px; - } - - .sendbird-theme--light .sendbird-message-search-item.sendbird-message-search-item--selected { - background-color: var(--sendbird-light-primary-100); - } - .sendbird-theme--dark .sendbird-message-search-item.sendbird-message-search-item--selected { - background-color: var(--sendbird-dark-background-700); - } - .sendbird-theme--light .sendbird-message-search-item.sendbird-message-search-item--selected .sendbird-message-search-item__left { - border-left: 4px solid var(--sendbird-light-primary-300); - } - .sendbird-theme--dark .sendbird-message-search-item.sendbird-message-search-item--selected .sendbird-message-search-item__left { - border-left: 4px solid var(--sendbird-dark-primary-200); - } - .sendbird-message-search-file-item { - position: relative; - display: inline-flex; - flex-direction: row; - width: 100%; - height: 80px; - cursor: pointer; - } - .sendbird-theme--light .sendbird-message-search-file-item { - border-bottom: 1px solid var(--sendbird-light-onlight-04); - background-color: var(--sendbird-light-background-50); - } - .sendbird-theme--dark .sendbird-message-search-file-item { - border-bottom: 1px solid var(--sendbird-dark-ondark-04); - background-color: var(--sendbird-dark-background-600); - } - .sendbird-theme--light .sendbird-message-search-file-item:hover { - background-color: var(--sendbird-light-background-100); - } - .sendbird-theme--dark .sendbird-message-search-file-item:hover { - background-color: var(--sendbird-dark-background-500); - } - .sendbird-message-search-file-item .sendbird-message-search-file-item__left { - position: relative; - display: flex; - align-items: center; - justify-content: center; - width: 90px; - height: 80px; - } - .sendbird-message-search-file-item .sendbird-message-search-file-item__right { - position: relative; - display: flex; - flex-direction: column; - width: calc(100% - 106px); - } - .sendbird-message-search-file-item .sendbird-message-search-file-item__right .sendbird-message-search-file-item__right__sender-name { - position: absolute; - top: 12px; - display: inline-block; - max-width: 146px; - height: 16px; - overflow: hidden; - text-overflow: ellipsis; - } - .sendbird-message-search-file-item .sendbird-message-search-file-item__right .sendbird-message-search-file-item__right__content { - position: absolute; - top: 36px; - box-sizing: border-box; - width: 100%; - height: 32px; - display: flex; - flex-direction: row; - align-items: center; - } - .sendbird-message-search-file-item .sendbird-message-search-file-item__right .sendbird-message-search-file-item__right__content .sendbird-message-search-file-item__right__content__type-icon { - position: relative; - margin-right: 4px; - display: flex; - align-items: center; - justify-content: center; - width: 26px; - min-width: 26px; - height: 26px; - border-radius: 8px; - } - .sendbird-theme--light .sendbird-message-search-file-item .sendbird-message-search-file-item__right .sendbird-message-search-file-item__right__content .sendbird-message-search-file-item__right__content__type-icon { - background-color: var(--sendbird-light-background-100); - } - .sendbird-theme--dark .sendbird-message-search-file-item .sendbird-message-search-file-item__right .sendbird-message-search-file-item__right__content .sendbird-message-search-file-item__right__content__type-icon { - background-color: var(--sendbird-dark-background-500); - } - .sendbird-message-search-file-item .sendbird-message-search-file-item__right .sendbird-message-search-file-item__right__content .sendbird-message-search-file-item__right__content__url { - height: 16px; - position: relative; - display: inline; - overflow: hidden; - text-overflow: ellipsis; - word-break: keep-all; - white-space: nowrap; - } - .sendbird-message-search-file-item .sendbird-message-search-file-item__message-created-at { - position: absolute; - top: 12px; - right: 18px; - } - .sendbird-message-search-file-item .sendbird-message-search-file-item__right-footer { - width: 16px; - } - - .sendbird-theme--light .sendbird-message-search-file-item.sendbird-message-search-file-item--selected { - background-color: var(--sendbird-light-primary-100); - } - .sendbird-theme--dark .sendbird-message-search-file-item.sendbird-message-search-file-item--selected { - background-color: var(--sendbird-dark-background-700); - } - .sendbird-theme--light .sendbird-message-search-file-item.sendbird-message-search-file-item--selected .sendbird-message-search-file-item__left { - border-left: 4px solid var(--sendbird-light-primary-300); - } - .sendbird-theme--dark .sendbird-message-search-file-item.sendbird-message-search-file-item--selected .sendbird-message-search-file-item__left { - border-left: 4px solid var(--sendbird-dark-primary-200); - } - .sendbird-thread-ui { - position: relative; - max-width: 320px; - width: 100%; - height: 100%; - box-sizing: border-box; - display: flex; - flex-direction: column; - } - .sendbird-theme--light .sendbird-thread-ui { - border-right: 1px solid var(--sendbird-light-onlight-04); - border-bottom: 1px solid var(--sendbird-light-onlight-04); - background-color: var(--sendbird-light-background-50); - } - .sendbird-theme--dark .sendbird-thread-ui { - border-right: 1px solid var(--sendbird-dark-ondark-04); - border-bottom: 1px solid var(--sendbird-dark-ondark-04); - background-color: var(--sendbird-dark-background-600); - } - - .sendbird-thread-ui__header { - width: 100%; - } - .sendbird-theme--light .sendbird-thread-ui__header { - border-top: 1px solid var(--sendbird-light-onlight-04); - } - .sendbird-theme--dark .sendbird-thread-ui__header { - border-top: 1px solid var(--sendbird-dark-ondark-04); - } - - .sendbird-thread-ui--scroll { - overflow-y: scroll; - overflow-x: hidden; - height: 100%; - display: inline-flex; - flex-direction: column; - justify-content: flex-start; - } - - .sendbird-theme--light .sendbird-thread-ui__parent-message-info { - border-top: 1px solid var(--sendbird-light-onlight-04); - border-bottom: 1px solid var(--sendbird-light-onlight-04); - } - .sendbird-theme--dark .sendbird-thread-ui__parent-message-info { - border-top: 1px solid var(--sendbird-dark-ondark-04); - border-bottom: 1px solid var(--sendbird-dark-ondark-04); - } - .sendbird-theme--light .sendbird-thread-ui__parent-message-info .sendbird-word__mention .sendbird-label { - color: var(--sendbird-light-onlight-01); - } - .sendbird-theme--dark .sendbird-thread-ui__parent-message-info .sendbird-word__mention .sendbird-label { - color: var(--sendbird-dark-ondark-01); - } - - .sendbird-thread-ui__reply-counts { - position: relative; - box-sizing: border-box; - width: 100%; - height: 42px; - display: inline-flex; - justify-content: flex-start; - align-items: center; - padding: 16px 11px; - } - .sendbird-theme--light .sendbird-thread-ui__reply-counts { - border-top: 1px solid var(--sendbird-light-onlight-04); - border-bottom: 1px solid var(--sendbird-light-onlight-04); - } - .sendbird-theme--dark .sendbird-thread-ui__reply-counts { - border-top: 1px solid var(--sendbird-dark-ondark-04); - border-bottom: 1px solid var(--sendbird-dark-ondark-04); - } - - .sendbird-thread-ui__thread-list { - padding: 16px; - } - - .sendbird-thread-ui__message-input { - padding: 0px 16px; - margin-bottom: 24px; - } - - .sendbird-thread-ui__thread-list.sendbird-place-holder { - box-sizing: border-box; - } - .sendbird-parent-message-info { - position: relative; - width: 100%; - height: -moz-fit-content; - height: fit-content; - padding: 12px 12px 12px 16px; - display: inline-flex; - flex-direction: row; - align-items: flex-start; - box-sizing: border-box; - } - - .sendbird-parent-message-info__sender { - position: relative; - min-width: 40px; - min-height: 40px; - } - - .sendbird-parent-message-info__content { - position: relative; - margin-left: 12px; - display: inline-flex; - flex-direction: column; - } - - .sendbird-parent-message-info__content__info { - position: relative; - max-width: 188px; - height: 16px; - display: inline-flex; - flex-direction: row; - justify-content: flex-start; - align-items: center; - } - - .sendbird-parent-message-info__content__info__sender-name, - .sendbird-parent-message-info__content__info__sender-name--use-reaction { - position: relative; - margin-right: 6px; - word-break: keep-all; - overflow: hidden; - text-overflow: ellipsis; - } - - .sendbird-parent-message-info__content__info__sender-name { - max-width: 142px; - } - - .sendbird-parent-message-info__content__info__sender-name--use-reaction { - max-width: 110px; - } - - .sendbird-parent-message-info__content__info__sent-at { - position: relative; - max-width: 52px; - height: 12px; - display: inline-flex; - justify-content: flex-start; - align-items: center; - white-space: nowrap; - word-break: keep-all; - } - - .sendbird-parent-message-info__content__body { - position: relative; - max-width: 210px; - overflow: hidden; - } - - .sendbird-parent-message-info__content__body.sendbird-thumbnail-message-item-body.incoming { - min-width: 200px; - height: 148px; - } - - .sendbird-parent-message-info__content__reactions { - position: relative; - max-width: 240px; - width: 100%; - height: 100%; - } - - .sendbird-parent-message-info__context-menu { - position: absolute; - top: 6px; - right: 12px; - display: none; - } - - .sendbird-parent-message-info__context-menu.use-reaction { - right: 44px; - } - - .sendbird-parent-message-info__reaction-menu { - position: absolute; - top: 6px; - right: 12px; - display: none; - } - - .sendbird-parent-message-info .sendbird-text-message-item-body.reactions { - border-radius: 16px; - } - - .sendbird-theme--light .sendbird-parent-message-info .sendbird-emoji-reactions { - border: 1px solid var(--sendbird-light-background-50); - } - .sendbird-theme--dark .sendbird-parent-message-info .sendbird-emoji-reactions { - border: 1px solid var(--sendbird-dark-background-600); - } - - .sendbird-parent-message-info:hover .sendbird-parent-message-info__context-menu, - .sendbird-parent-message-info:hover .sendbird-parent-message-info__reaction-menu, - .sendbird-parent-message-info__context-menu.sendbird-mouse-hover, - .sendbird-parent-message-info__reaction-menu.sendbird-mouse-hover { - display: inline-flex; - } - - .sendbird-theme--light .sendbird-parent-message-info .sendbird-parent-message-info__content__body { - background-color: var(--sendbird-light-background-50); - } - .sendbird-theme--dark .sendbird-parent-message-info .sendbird-parent-message-info__content__body { - background-color: var(--sendbird-dark-background-600); - } - - .sendbird-theme--light .sendbird-parent-message-info:hover, - .sendbird-theme--light .sendbird-parent-message-info:hover .sendbird-parent-message-info__content__body { - background-color: var(--sendbird-light-background-100); - } - .sendbird-theme--dark .sendbird-parent-message-info:hover, - .sendbird-theme--dark .sendbird-parent-message-info:hover .sendbird-parent-message-info__content__body { - background-color: var(--sendbird-dark-background-500); - } - - .sendbird--mobile-mode .sendbird-parent-message-info.sendbird-thread-ui__parent-message-info:hover { - background-color: transparent; - } - - .sendbird-theme--light .sendbird-parent-message-info:hover .sendbird-emoji-reactions { - border: 1px solid var(--sendbird-light-background-100); - background-color: var(--sendbird-light-background-100); - } - .sendbird-theme--dark .sendbird-parent-message-info:hover .sendbird-emoji-reactions { - border: 1px solid var(--sendbird-dark-background-500); - background-color: var(--sendbird-dark-background-500); - } - - .parent-message-info--suggested-mention-list { - width: 100%; - margin-left: 0px; - margin-right: 0px; - min-height: 200px; - } - - .parent-message-info--suggested-mention-list .sendbird-mention-suggest-list__user-item { - padding-left: 16px; - padding-right: 16px; - } - - .parent-message-info--suggested-mention-list .sendbird-mention-suggest-list__user-item .sendbird-mention-suggest-list__user-item__nickname { - max-width: 166px; - } - - .parent-message-info--suggested-mention-list .sendbird-mention-suggest-list__user-item .sendbird-mention-suggest-list__user-item__user-id { - max-width: 68px; - } - .sendbird-parent-message-info-item { - position: relative; - margin-top: 8px; - } - - .sendbird-parent-message-info-item__text-message, - .sendbird-parent-message-info-item__og-field { - padding-right: 4px; - display: inline-block; - white-space: pre-line; - word-break: break-all; - } - - .sendbird-parent-message-info-item__og-field { - display: inline-flex; - flex-direction: column; - margin-top: 4px; - } - - .sendbird-parent-message-info-item__og-field__content { - display: inline-flex; - flex-direction: column; - padding: 8px 12px; - gap: 4px; - } - - .sendbird-parent-message-info-item__file-message { - display: inline-flex; - flex-direction: row; - align-items: center; - gap: 8px; - } - - .sendbird-parent-message-info-item__file-message__file-name { - display: inline-block; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - max-width: 200px; - } - - .sendbird-parent-message-info-item__thumbnail-message { - position: relative; - display: block; - width: 200px; - height: 148px; - } - - .sendbird-parent-message-info-item__thumbnail-message__thumbnail { - position: absolute; - border-radius: 16px; - } - - .sendbird-parent-message-info-item__thumbnail-message__placeholder { - position: absolute; - width: 100%; - height: 148px; - display: flex; - justify-content: center; - align-items: center; - } - - .sendbird-parent-message-info-item__thumbnail-message__placeholder__icon { - display: flex; - align-items: center; - justify-content: center; - width: 56px; - height: 56px; - border-radius: 50%; - background-color: var(--sendbird-light-background-50); - } - - .sendbird-parent-message-info-item__thumbnail-message__image-cover { - position: absolute; - top: 0px; - display: none; - width: 100%; - height: 148px; - border-radius: 16px; - background-color: var(--sendbird-light-overlay-01); - } - - .sendbird-parent-message-info-item__thumbnail-message__video { - position: absolute; - width: 100%; - height: 148px; - border-radius: 16px; - } - - .sendbird-parent-message-info-item__thumbnail-message__icon-wrapper { - position: absolute; - width: 100%; - height: 148px; - display: flex; - align-items: center; - justify-content: center; - } - - .sendbird-parent-message-info-item__thumbnail-message__icon-wrapper__icon { - width: 56px; - height: 56px; - display: inline-flex; - justify-content: center; - align-items: center; - border-radius: 50%; - background-color: var(--sendbird-light-background-50); - } - - .sendbird-parent-message-info-item__thumbnail-message:hover { - cursor: pointer; - } - .sendbird-parent-message-info-item__thumbnail-message:hover .sendbird-parent-message-info-item__thumbnail-message__image-cover { - display: inline-flex; - } - - .sendbird-parent-message-info-item__voice-message__item { - min-width: 136px; - height: 50px; - } - .sendbird-fileviewer__header__right__actions__download, - .sendbird-fileviewer__header__right__actions__delete, - .sendbird-fileviewer__header__right__actions__close { - width: 64px; - padding: 21px; - box-sizing: border-box; - cursor: pointer; - } - .sendbird-fileviewer__header__right__actions__download .disabled, - .sendbird-fileviewer__header__right__actions__delete .disabled, - .sendbird-fileviewer__header__right__actions__close .disabled { - cursor: not-allowed; - } - - .sendbird-fileviewer { - width: 100%; - height: 100%; - position: fixed; - top: 0; - left: 0; - z-index: 100000; - } - .sendbird-theme--light .sendbird-fileviewer { - background-color: var(--sendbird-light-background-50); - } - .sendbird-theme--dark .sendbird-fileviewer { - background-color: var(--sendbird-dark-background-600); - } - .sendbird-fileviewer .sendbird-fileviewer__header { - height: 64px; - min-height: 64px; - box-sizing: border-box; - display: flex; - justify-content: space-between; - } - .sendbird-theme--light .sendbird-fileviewer .sendbird-fileviewer__header { - border-bottom: 1px solid var(--sendbird-light-onlight-04); - } - .sendbird-theme--dark .sendbird-fileviewer .sendbird-fileviewer__header { - border-bottom: 1px solid var(--sendbird-dark-ondark-04); - } - .sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__left { - box-sizing: border-box; - display: flex; - flex-direction: row; - align-items: center; - height: 64px; - padding: 16px 20px; - } - .sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__left .sendbird-fileviewer__header__left__avatar { - margin-right: 8px; - } - .sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__left .sendbird-fileviewer__header__left__filename { - max-width: 500px; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - display: inline-block; - } - .sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__left .sendbird-fileviewer__header__left__sender-name { - max-width: 200px; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - display: inline-flex; - margin-left: 8px; - padding-top: 5px; - } - .sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__right { - display: flex; - width: 160px; - justify-content: flex-end; - } - .sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__right .sendbird-fileviewer__header__right__actions { - right: 0; - display: flex; - flex-direction: row; - } - .sendbird-theme--light .sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__right .sendbird-fileviewer__header__right__actions__close { - border-left: 1px solid var(--sendbird-light-onlight-04); - } - .sendbird-theme--dark .sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__right .sendbird-fileviewer__header__right__actions__close { - border-left: 1px solid var(--sendbird-dark-ondark-04); - } - .sendbird-fileviewer .sendbird-fileviewer__content { - position: relative; - height: calc(100% - 72px); - margin-top: 8px; - overflow-y: auto; - display: flex; - align-items: center; - justify-content: center; - } - .sendbird-fileviewer .sendbird-fileviewer__content .sendbird-fileviewer__content__video { - max-width: 100%; - max-height: 100%; - } - .sendbird-fileviewer .sendbird-fileviewer__content .sendbird-fileviewer__content__img { - max-width: 90%; - max-height: 90%; - } - .sendbird-fileviewer .sendbird-fileviewer__content .sendbird-fileviewer__content__img__multi { - max-width: calc(100% - 64px - 56px); - max-height: 100%; - } - .sendbird--mobile-mode .sendbird-fileviewer .sendbird-fileviewer__content .sendbird-fileviewer__content__img__multi { - max-width: 100%; - max-height: 100%; - } - .sendbird-fileviewer .sendbird-fileviewer__content .sendbird-fileviewer__content__unsupported { - max-width: 100%; - max-height: 100%; - display: flex; - justify-content: center; - align-items: center; - } - - .sendbird-file-viewer-arrow--left, - .sendbird-file-viewer-arrow--right { - cursor: pointer; - position: absolute; - height: 32px; - width: 32px; - top: calc(50% - 16px); - } - - .sendbird-file-viewer-arrow--left { - left: 14px; - } - - .sendbird-file-viewer-arrow--right { - right: 14px; - transform: rotate(180deg); - } - .sendbird-thread-header { - position: relative; - min-width: 320px; - width: 320px; - min-height: 64px; - height: 64px; - display: inline; - padding: 13px 24px; - box-sizing: border-box; - } - - .sendbird-thread-header__title { - position: relative; - max-width: 254px; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - } - - .sendbird-thread-header__channel-name { - position: relative; - max-width: 254px; - height: 12px; - display: inline-block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - } - - .sendbird-thread-header__action { - position: absolute; - top: 0px; - right: 0px; - width: 56px; - height: 100%; - display: inline-flex; - align-items: center; - justify-content: center; - } - .sendbird-thread-list-item .sendbird-separator { - margin: 4px 0px; - } - - .sendbird-thread-list .sendbird-message-content__middle__sender-name { - white-space: nowrap; - max-width: 210px; - overflow: hidden; - text-overflow: ellipsis; - } - - .sendbird-thread-list .sendbird-message-content.incoming .sendbird-message-content__middle { - max-width: 200px; - } - - .sendbird-thread-list .sendbird-thumbnail-message-item-body.outgoing { - min-width: 200px; - min-height: 148px; - height: 148px; - } - - .sendbird-thread-list .sendbird-message-content .sendbird-message-content__middle { - max-width: 230px; - } - - .sendbird-thread-list .sendbird-message-status__icon.sendbird-message-status--sent { - display: none; - } - - .sendbird-thread-list .sendbird-mention-suggest-list { - width: 100%; - margin-left: 0px; - margin-right: 0px; - } - - .sendbird-thread-list .sendbird-mention-suggest-list__user-item { - padding-left: 16px; - padding-right: 16px; - } - - .sendbird-thread-list .sendbird-mention-suggest-list__user-item .sendbird-mention-suggest-list__user-item__nickname { - max-width: 134px; - } - - .sendbird-thread-list .sendbird-mention-suggest-list__user-item .sendbird-mention-suggest-list__user-item__user-id { - max-width: 46px; - } - .sendbird-thread-list-item-content { - position: relative; - display: inline-flex; - flex-direction: row; - width: 100%; - height: 100%; - } - .sendbird-thread-list-item-content.incoming { - justify-content: flex-start; - } - .sendbird-thread-list-item-content.outgoing { - justify-content: flex-end; - } - .sendbird-thread-list-item-content .sendbird-thread-list-item-content__middle { - max-width: 200px; - } - .sendbird--mobile-mode .sendbird-thread-list-item-content .sendbird-thread-list-item-content__middle { - max-width: calc(100vw - 100px); - } - .sendbird-thread-list-item-content .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__quote-message.use-quote { - margin-top: -8px; - bottom: -8px; - } - - .sendbird-thread-list-item-content__middle__body-container { - width: 100%; - } - - .sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__left { - position: relative; - display: inline-flex; - min-width: 40px; - } - .sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__left .sendbird-thread-list-item-content__left__avatar { - position: absolute; - left: 0px; - bottom: 2px; - } - .sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__middle { - position: relative; - display: inline-flex; - flex-direction: column; - align-items: flex-start; - } - .sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__body-container .sendbird-thread-list-item-content__middle__body-container__created-at { - position: absolute; - bottom: 6px; - right: -84px; - white-space: nowrap; - display: flex; - flex-direction: row; - min-width: 80px; - } - .sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__body-container .sendbird-thread-list-item-content__middle__body-container__created-at.sendbird-mouse-hover { - display: none; - } - .sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__sender-name { - position: relative; - margin-left: 12px; - margin-bottom: 4px; - width: 100%; - overflow: hidden; - text-overflow: ellipsis; - } - .sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__quote-message { - position: relative; - width: 100%; - display: inline-flex; - } - .sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__quote-message.outgoing { - justify-content: flex-end; - } - .sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__quote-message.incoming { - justify-content: flex-start; - } - .sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__quote-message:hover { - cursor: pointer; - } - .sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__right { - position: relative; - display: inline-flex; - width: 50px; - margin-left: 4px; - padding-top: 18px; - } - .sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__right.use-reactions { - width: 70px; - } - .sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__right.chain-top { - padding-top: 2px; - } - .sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__right.chain-top.use-quote { - padding-top: 18px; - } - .sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__right .sendbird-thread-list-item-content-menu { - position: relative; - flex-direction: row; - height: 32px; - display: none; - } - .sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__right .sendbird-thread-list-item-content-menu.sendbird-mouse-hover { - display: inline-flex; - } - .sendbird-thread-list-item-content.incoming:hover .sendbird-thread-list-item-content__right .sendbird-thread-list-item-content-menu { - display: inline-flex; - } - .sendbird-thread-list-item-content.incoming:hover .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__body-container .sendbird-thread-list-item-content__middle__body-container__created-at { - display: none; - } - - .sendbird-thread-list-item-content.outgoing .sendbird-thread-list-item-content__left { - position: relative; - box-sizing: border-box; - display: inline-flex; - justify-content: flex-end; - width: 50px; - } - .sendbird-thread-list-item-content.outgoing .sendbird-thread-list-item-content__left.use-reactions { - width: 70px; - } - .sendbird-thread-list-item-content.outgoing .sendbird-thread-list-item-content__left.use-quote .sendbird-thread-list-item-content-menu { - top: 18px; - } - .sendbird-thread-list-item-content.outgoing .sendbird-thread-list-item-content__left .sendbird-thread-list-item-content-menu { - position: absolute; - top: 2px; - right: 4px; - flex-direction: row; - display: none; - } - .sendbird-thread-list-item-content.outgoing .sendbird-thread-list-item-content__left .sendbird-thread-list-item-content-menu.sendbird-mouse-hover { - display: inline-flex; - } - .sendbird-thread-list-item-content.outgoing .sendbird-thread-list-item-content__middle { - position: relative; - display: inline-flex; - flex-direction: column; - align-items: flex-end; - } - .sendbird-thread-list-item-content.outgoing .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__quote-message { - position: relative; - width: 100%; - display: inline-flex; - } - .sendbird-thread-list-item-content.outgoing .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__quote-message.outgoing { - justify-content: flex-end; - } - .sendbird-thread-list-item-content.outgoing .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__quote-message.incoming { - justify-content: flex-start; - } - .sendbird-thread-list-item-content.outgoing .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__body-container { - position: relative; - } - .sendbird-thread-list-item-content.outgoing .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__body-container .sendbird-thread-list-item-content__middle__body-container__created-at { - position: absolute; - bottom: 2px; - left: -84px; - white-space: nowrap; - display: flex; - justify-content: flex-end; - box-sizing: content-box; - min-width: 80px; - min-height: 16px; - } - .sendbird-thread-list-item-content.outgoing .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__body-container .sendbird-thread-list-item-content__middle__body-container__created-at.sendbird-mouse-hover { - display: none; - } - .sendbird-thread-list-item-content.outgoing .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__body-container .sendbird-thread-list-item-content__middle__body-container__created-at .sendbird-thread-list-item-content__middle__body-container__created-at__component-container { - position: relative; - display: inline-flex; - } - .sendbird-thread-list-item-content.outgoing .sendbird-thread-list-item-content__right { - display: none; - } - .sendbird-thread-list-item-content.outgoing:hover .sendbird-thread-list-item-content__left .sendbird-thread-list-item-content-menu { - display: inline-flex; - } - .sendbird-thread-list-item-content.outgoing:hover .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__body-container .sendbird-thread-list-item-content__middle__body-container__created-at { - display: none; - } - - .sendbird-thread-list-item-content__middle__body-container { - position: relative; - display: flex; - flex-direction: column; - } - .sendbird-thread-list-item-content__middle__body-container .sendbird-thread-list-item-content__middle__message-item-body { - width: 100%; - box-sizing: border-box; - } - - .sendbird-thread-list-item-content-reactions { - position: relative; - width: 100%; - max-width: 400px; - border-radius: 0px 0px 16px 16px; - } - .sendbird-theme--light .sendbird-thread-list-item-content-reactions { - background-color: var(--sendbird-light-background-100); - } - .sendbird-theme--dark .sendbird-thread-list-item-content-reactions { - background-color: var(--sendbird-dark-background-500); - } - .sendbird-theme--light .sendbird-thread-list-item-content-reactions.primary { - background-color: var(--sendbird-light-primary-300); - } - .sendbird-theme--dark .sendbird-thread-list-item-content-reactions.primary { - background-color: var(--sendbird-dark-primary-200); - } - .sendbird-theme--light .sendbird-thread-list-item-content-reactions.mouse-hover, .sendbird-theme--light .sendbird-thread-list-item-content-reactions:hover { - background-color: var(--sendbird-light-background-200); - } - .sendbird-theme--dark .sendbird-thread-list-item-content-reactions.mouse-hover, .sendbird-theme--dark .sendbird-thread-list-item-content-reactions:hover { - background-color: var(--sendbird-dark-background-400); - } - .sendbird-theme--light .sendbird-thread-list-item-content-reactions.mouse-hover.primary, .sendbird-theme--light .sendbird-thread-list-item-content-reactions:hover.primary { - background-color: var(--sendbird-light-primary-400); - } - .sendbird-theme--dark .sendbird-thread-list-item-content-reactions.mouse-hover.primary, .sendbird-theme--dark .sendbird-thread-list-item-content-reactions:hover.primary { - background-color: var(--sendbird-dark-primary-300); - } - - .sendbird-thread-list-item-content__middle__thread-replies { - margin-top: 4px; - } - - .sendbird-thread-list-item-content__middle__message-item-body.sendbird-og-message-item-body, - .sendbird-thread-list-item-content__middle__message-item-body.sendbird-thumbnail-message-item-body { - min-width: 200px; - max-width: 200px; - } - - .sendbird-thread-list-item-content__middle__message-item-body.sendbird-thumbnail-message-item-body { - height: 148px; - } - - .sendbird-thread-list-item-content__middle__message-item-body .sendbird-thumbnail-message-item-body__placeholder, - .sendbird-thread-list-item-content__middle__message-item-body .sendbird-thumbnail-message-item-body__icon-wrapper, - .sendbird-thread-list-item-content__middle__message-item-body .sendbird-thumbnail-message-item-body__video { - height: 148px; - } - - .sendbird-voice-message-item-body.sendbird-thread-list-item-content__middle__message-item-body { - min-width: 136px; - height: 50px; - } - .sendbird-thread-message-input .sendbird-mention-suggest-list { - width: 100%; - margin-left: 0px; - margin-right: 0px; - } - - .sendbird-thread-message-input .sendbird-mention-suggest-list .sendbird-mention-suggest-list__user-item { - padding-left: 16px; - padding-right: 16px; - } - - .sendbird-thread-message-input .sendbird-mention-suggest-list .sendbird-mention-suggest-list__user-item .sendbird-mention-suggest-list__user-item__nickname { - max-width: 134px; - } - - .sendbird-thread-message-input .sendbird-mention-suggest-list .sendbird-mention-suggest-list__user-item .sendbird-mention-suggest-list__user-item__user-id { - max-width: 46px; - } - - .sendbird-theme--light .sendbird-thread-message-input--voice-message { - border-top: 1px solid var(--sendbird-light-onlight-04); - } - .sendbird-theme--dark .sendbird-thread-message-input--voice-message { - border-top: 1px solid var(--sendbird-dark-ondark-04); - } - .sb_mobile { - height: 100%; - } - - .sb_mobile__panelwrap { - height: 100%; - } - - .sb-show-main { - padding: 0 !important; - } - - .sb_mobile__panelwrap .sendbird-thread { - width: 100%; - height: 100%; - } - .sb_mobile__panelwrap .sendbird-thread .sendbird-thread-ui { - max-width: 100%; - } - .sb_mobile__panelwrap .sendbird-thread .sendbird-thread-ui .sendbird-thread-ui__header { - width: 100%; - } - .sendbird-app__wrap { - width: 100%; - height: 100%; - display: flex; - box-sizing: border-box; - } - .sendbird-app__wrap .sendbird-app__searchpanel-wrap { - width: 320px; - min-width: 320px; - overflow-x: hidden; - overflow-y: scroll; - box-sizing: border-box; - } - .sendbird-theme--light .sendbird-app__wrap .sendbird-app__searchpanel-wrap { - border-top: 1px solid var(--sendbird-light-onlight-04); - border-right: 1px solid var(--sendbird-light-onlight-04); - border-bottom: 1px solid var(--sendbird-light-onlight-04); - } - .sendbird-theme--dark .sendbird-app__wrap .sendbird-app__searchpanel-wrap { - border-top: 1px solid var(--sendbird-dark-background-600); - border-right: 1px solid var(--sendbird-dark-background-600); - border-bottom: 1px solid var(--sendbird-dark-background-600); - } - .sendbird-app__wrap .sendbird-app__conversation-wrap { - flex: 1; - position: relative; - width: calc(100% - 320px); - } - .sendbird-app__wrap .sendbird-app__channellist-wrap { - max-width: 320px; - } - .sendbird-theme--light .sendbird-app__wrap .sendbird-app__channellist-wrap { - border-top: 1px solid var(--sendbird-light-onlight-04); - border-left: 1px solid var(--sendbird-light-onlight-04); - border-bottom: 1px solid var(--sendbird-light-onlight-04); - } - .sendbird-theme--dark .sendbird-app__wrap .sendbird-app__channellist-wrap { - border-top: 1px solid var(--sendbird-dark-background-600); - border-left: 1px solid var(--sendbird-dark-background-600); - border-bottom: 1px solid var(--sendbird-dark-background-600); - } - .sendbird-theme--light .sendbird-app__wrap .sendbird-app__conversation--settings-open .sendbird-chat-header__info { - background-color: var(--sendbird-light-primary-100); - } - .sendbird-theme--dark .sendbird-app__wrap .sendbird-app__conversation--settings-open .sendbird-chat-header__info { - background-color: var(--sendbird-dark-background-700); - } - .sendbird-app__wrap .sendbird-chat-header__search { - margin-right: 16px; - } - .sendbird-theme--light .sendbird-app__wrap .sendbird-app__conversation--search-open .sendbird-chat-header__search { - background-color: var(--sendbird-light-primary-100); - } - .sendbird-theme--dark .sendbird-app__wrap .sendbird-app__conversation--search-open .sendbird-chat-header__search { - background-color: var(--sendbird-dark-background-700); - } - .sendbird-app__wrap .sendbird-channel-settings { - border-left: none; - } - .sendbird-theme--light .sendbird-app__wrap .sendbird-channel-settings { - border-top: 1px solid var(--sendbird-light-onlight-04); - border-right: 1px solid var(--sendbird-light-onlight-04); - border-bottom: 1px solid var(--sendbird-light-onlight-04); - } - .sendbird-theme--dark .sendbird-app__wrap .sendbird-channel-settings { - border-top: 1px solid var(--sendbird-dark-background-600); - border-right: 1px solid var(--sendbird-dark-background-600); - border-bottom: 1px solid var(--sendbird-dark-background-600); - } - .sendbird-app__wrap .sendbird-channel-settings .sendbird-channel-settings__header { - height: 64px; - } - .sendbird-openchannel-conversation { - position: relative; - display: flex; - flex-direction: column; - height: 100%; - width: 100%; - } - .sendbird-theme--light .sendbird-openchannel-conversation { - background-color: var(--sendbird-light-background-50); - } - .sendbird-theme--dark .sendbird-openchannel-conversation { - background-color: var(--sendbird-dark-background-600); - } - .sendbird-openchannel-conversation .sendbird-openchannel-conversation-scroll { - overflow-y: auto; - flex: 1 1 0; - order: 2; - width: 100%; - } - .sendbird-openchannel-conversation .sendbird-openchannel-footer { - order: 3; - padding: 12px 24px 24px 24px; - } - .sendbird-openchannel-conversation .sendbird-openchannel-conversation-scroll-container { - display: flex; - height: 100%; - overflow-y: auto; - overflow-x: hidden; - flex-direction: column; - } - .sendbird-openchannel-conversation .sendbird-openchannel-conversation-scroll-container .sendbird-openchannel-conversation-scroll-padding { - flex: 1 1 0; - } - .sendbird-frozen-channel-notification { - position: relative; - margin-top: 8px; - margin-right: 24px; - margin-left: 24px; - height: 32px; - display: flex; - align-items: center; - justify-content: center; - border-radius: 4px; - } - .sendbird-theme--light .sendbird-frozen-channel-notification { - background-color: var(--sendbird-light-information-100); - } - .sendbird-theme--dark .sendbird-frozen-channel-notification { - background-color: var(--sendbird-dark-information-100); - } - .sendbird-oepnchannel-header__icon_back { - position: absolute; - left: 12px; - top: 18px; - } - - .sendbird-openchannel-conversation-header { - position: relative; - min-height: 64px; - box-sizing: border-box; - } - .sendbird-theme--light .sendbird-openchannel-conversation-header { - border-bottom: 1px solid var(--sendbird-light-onlight-04); - } - .sendbird-theme--dark .sendbird-openchannel-conversation-header { - border-bottom: 1px solid var(--sendbird-dark-ondark-04); - } - .sendbird-openchannel-conversation-header .sendbird-openchannel-conversation-header__left__title { - white-space: nowrap; - overflow-x: hidden; - text-overflow: ellipsis; - max-width: calc(100% - 120px); - } - .sendbird--mobile-mode .sendbird-openchannel-conversation-header .sendbird-openchannel-conversation-header__left__title { - max-width: calc(100% - 160px); - } - .sendbird-openchannel-conversation-header__left [class*=sendbird-openchannel-conversation-header__left__cover-image] { - position: absolute; - left: 20px; - top: 16px; - } - .sendbird--mobile-mode .sendbird-openchannel-conversation-header__left [class*=sendbird-openchannel-conversation-header__left__cover-image] { - left: 50px; - } - .sendbird-openchannel-conversation-header__left__title { - position: absolute; - left: 60px; - top: 12px; - } - .sendbird--mobile-mode .sendbird-openchannel-conversation-header__left__title { - left: 90px; - } - .sendbird-openchannel-conversation-header__left__sub-title { - position: absolute; - left: 60px; - top: 36px; - } - .sendbird--mobile-mode .sendbird-openchannel-conversation-header__left__sub-title { - left: 90px; - } - .sendbird-openchannel-conversation-header__right { - position: absolute; - top: 0px; - right: 0px; - width: 64px; - height: 64px; - } - .sendbird-openchannel-conversation-header__right__trigger { - position: absolute; - top: 16px; - right: 16px; - display: flex; - align-items: center; - justify-content: center; - } - - .sendbird-openchannel-conversation-header__left__cover-image--icon { - display: flex; - justify-content: center; - align-items: center; - border-radius: 50%; - } - .sendbird-theme--light .sendbird-openchannel-conversation-header__left__cover-image--icon { - background-color: var(--sendbird-light-background-300); - } - .sendbird-theme--dark .sendbird-openchannel-conversation-header__left__cover-image--icon { - background-color: var(--sendbird-dark-background-300); - } - .sendbird-openchannel-conversation-scroll { - position: relative; - width: 100%; - } - .sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container { - position: sticky; - width: 100%; - bottom: 0px; - height: 100%; - overflow: hidden; - } - .sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container .sendbird-openchannel-conversation-scroll__container__padding { - height: 8px; - } - .sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container .sendbird-openchannel-conversation-scroll__container__item-container { - width: 100%; - height: 100%; - overflow: scroll; - } - .sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container .sendbird-openchannel-conversation-scroll__container__item-container.no-messages { - width: 100%; - height: 100%; - } - .sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container .sendbird-openchannel-conversation-scroll__container__item-container.no-messages .sendbird-openchannel-conversation-scroll__container__place-holder { - width: 100%; - height: 100%; - } - .sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container__scroll-bottom-button { - position: absolute; - display: flex; - align-items: center; - justify-content: center; - bottom: 8px; - left: calc(50% - 20px); - width: 40px; - height: 40px; - border-radius: 24px; - z-index: 1; - } - .sendbird-theme--light .sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container__scroll-bottom-button { - background-color: var(--sendbird-light-primary-300); - box-shadow: var(--sendbird-light-shadow-05); - } - .sendbird-theme--dark .sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container__scroll-bottom-button { - background-color: var(--sendbird-dark-primary-200); - box-shadow: var(--sendbird-dark-shadow-05); - } - .sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container__scroll-bottom-button:hover { - cursor: pointer; - } - .sendbird-theme--light .sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container__scroll-bottom-button:hover { - background-color: var(--sendbird-light-primary-400); - } - .sendbird-theme--dark .sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container__scroll-bottom-button:hover { - background-color: var(--sendbird-dark-primary-300); - } - .sendbird-theme--light .sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container__scroll-bottom-button:active { - background-color: var(--sendbird-light-primary-500); - } - .sendbird-theme--dark .sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container__scroll-bottom-button:active { - background-color: var(--sendbird-dark-primary-400); - } - .sendbird-openchannel-user-message { - position: relative; - display: flex; - flex-direction: row; - width: 100%; - } - .sendbird-theme--light .sendbird-openchannel-user-message:hover { - background-color: var(--sendbird-light-background-100); - } - .sendbird-theme--dark .sendbird-openchannel-user-message:hover { - background-color: var(--sendbird-dark-background-400); - } - .sendbird-openchannel-user-message:hover .sendbird-openchannel-user-message__context-menu { - display: block; - } - .sendbird-openchannel-user-message .sendbird-openchannel-user-message__left { - position: relative; - display: flex; - width: 52px; - min-width: 52px; - } - .sendbird-openchannel-user-message .sendbird-openchannel-user-message__left .sendbird-openchannel-user-message__left__avatar { - position: relative; - display: flex; - margin-top: 8px; - margin-left: 24px; - } - .sendbird-openchannel-user-message .sendbird-openchannel-user-message__right { - position: relative; - display: flex; - flex-direction: column; - width: 100%; - margin: 8px 24px 8px 12px; - } - .sendbird-openchannel-user-message .sendbird-openchannel-user-message__right .sendbird-openchannel-user-message__right__top { - position: relative; - display: flex; - margin-bottom: 2px; - } - .sendbird-openchannel-user-message .sendbird-openchannel-user-message__right .sendbird-openchannel-user-message__right__top .sendbird-openchannel-user-message__right__top__sender-name { - position: relative; - display: flex; - } - .sendbird-openchannel-user-message .sendbird-openchannel-user-message__right .sendbird-openchannel-user-message__right__top .sendbird-openchannel-user-message__right__top__sent-at { - position: relative; - display: flex; - margin-left: 4px; - } - .sendbird-openchannel-user-message .sendbird-openchannel-user-message__right .sendbird-openchannel-user-message__right__bottom { - position: relative; - display: flex; - width: 100%; - } - .sendbird-openchannel-user-message .sendbird-openchannel-user-message__right .sendbird-openchannel-user-message__right__bottom .sendbird-openchannel-user-message__right__bottom__message { - position: relative; - word-break: break-all; - white-space: pre-line; - } - .sendbird-openchannel-user-message .sendbird-openchannel-user-message__right .sendbird-openchannel-user-message__right__tail { - position: relative; - top: 2px; - } - .sendbird-openchannel-user-message .sendbird-openchannel-user-message__context-menu { - position: absolute; - right: 16px; - display: none; - } - .sendbird-theme--light .sendbird-openchannel-user-message .sendbird-openchannel-user-message__context-menu .sendbird-openchannel-user-message__context-menu--icon { - background-color: var(--sendbird-light-background-200); - } - .sendbird-theme--dark .sendbird-openchannel-user-message .sendbird-openchannel-user-message__context-menu .sendbird-openchannel-user-message__context-menu--icon { - background-color: var(--sendbird-dark-background-500); - } - .sendbird-theme--light .sendbird-openchannel-user-message .sendbird-openchannel-user-message__context-menu .sendbird-openchannel-user-message__context-menu--icon:hover { - background-color: var(--sendbird-light-primary-100); - } - .sendbird-theme--dark .sendbird-openchannel-user-message .sendbird-openchannel-user-message__context-menu .sendbird-openchannel-user-message__context-menu--icon:hover { - background-color: var(--sendbird-dark-background-700); - } - .sendbird-openchannel__mobile-menu-hyperlink { - display: block; - width: 100%; - text-decoration: none; - color: inherit; - font-size: inherit; - font-weight: inherit; - font-stretch: normal; - font-style: normal; - line-height: inherit; - letter-spacing: inherit; - font-family: inherit; - } - .sendbird-openchannel-admin-message { - position: relative; - margin: 16px 24px; - padding: 12px 16px; - border-radius: 4px; - } - .sendbird-theme--light .sendbird-openchannel-admin-message { - background-color: var(--sendbird-light-background-100); - } - .sendbird-theme--dark .sendbird-openchannel-admin-message { - background-color: var(--sendbird-dark-background-500); - } - .sendbird-theme--light .sendbird-openchannel-admin-message:hover { - background-color: var(--sendbird-light-background-100); - } - .sendbird-theme--dark .sendbird-openchannel-admin-message:hover { - background-color: var(--sendbird-dark-background-400); - } - .sendbird-openchannel-admin-message .sendbird-openchannel-admin-message__text { - word-wrap: break-word; - } - .sendbird-openchannel-og-message { - position: relative; - display: flex; - flex-direction: column; - width: 100%; - } - .sendbird-theme--light .sendbird-openchannel-og-message:hover { - background-color: var(--sendbird-light-background-100); - } - .sendbird-theme--dark .sendbird-openchannel-og-message:hover { - background-color: var(--sendbird-dark-background-400); - } - .sendbird-openchannel-og-message:hover .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__context-menu { - display: block; - } - .sendbird-openchannel-og-message .sendbird-openchannel-og-message__top { - box-sizing: border-box; - position: relative; - display: flex; - flex-direction: row; - } - .sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__left { - position: relative; - display: flex; - width: 52px; - min-width: 52px; - } - .sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__left .sendbird-openchannel-og-message__top__left__avatar { - position: absolute; - display: flex; - top: 8px; - left: 24px; - } - .sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__right { - position: relative; - display: flex; - box-sizing: border-box; - flex-direction: column; - margin: 8px 24px 8px 12px; - } - .sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__right .sendbird-openchannel-og-message__top__right__title { - position: relative; - display: flex; - margin-bottom: 2px; - } - .sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__right .sendbird-openchannel-og-message__top__right__title .sendbird-openchannel-og-message__top__right__title__sender-name { - position: relative; - display: flex; - } - .sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__right .sendbird-openchannel-og-message__top__right__title .sendbird-openchannel-og-message__top__right__title__sent-at { - position: relative; - display: flex; - margin-left: 4px; - } - .sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__right .sendbird-openchannel-og-message__top__right__description .sendbird-openchannel-og-message__top__right__description__message { - position: relative; - display: inline; - white-space: pre-wrap; - word-break: break-all; - } - .sendbird-theme--light .sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__right .sendbird-openchannel-og-message__top__right__description .sendbird-openchannel-og-message__top__right__description__message .sendbird-word .sendbird-word__url { - color: var(--sendbird-light-primary-300); - } - .sendbird-theme--dark .sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__right .sendbird-openchannel-og-message__top__right__description .sendbird-openchannel-og-message__top__right__description__message .sendbird-word .sendbird-word__url { - color: var(--sendbird-dark-primary-200); - } - .sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__context-menu { - position: absolute; - right: 16px; - display: none; - } - .sendbird-theme--light .sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__context-menu .sendbird-openchannel-og-message__top__context-menu--icon { - background-color: var(--sendbird-light-background-200); - } - .sendbird-theme--dark .sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__context-menu .sendbird-openchannel-og-message__top__context-menu--icon { - background-color: var(--sendbird-dark-background-500); - } - .sendbird-theme--light .sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__context-menu .sendbird-openchannel-og-message__top__context-menu--icon:hover { - background-color: var(--sendbird-light-primary-100); - } - .sendbird-theme--dark .sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__context-menu .sendbird-openchannel-og-message__top__context-menu--icon:hover { - background-color: var(--sendbird-dark-background-700); - } - .sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom { - position: relative; - display: inline; - margin-bottom: 8px; - width: 100%; - } - .sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag { - position: relative; - display: inline-block; - box-sizing: border-box; - width: calc(100% - 64px); - max-width: 360px; - left: 64px; - padding: 12px 12px 4px 12px; - border-radius: 8px; - } - .sendbird-theme--light .sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag { - border: solid 1px var(--sendbird-light-onlight-04); - background-color: var(--sendbird-light-background-100); - } - .sendbird-theme--dark .sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag { - border: solid 1px var(--sendbird-dark-ondark-04); - background-color: var(--sendbird-dark-background-500); - } - .sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag .sendbird-openchannel-og-message__bottom__og-tag__url { - position: relative; - display: block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - margin-bottom: 8px; - max-width: 336px; - } - .sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag .sendbird-openchannel-og-message__bottom__og-tag__title { - position: relative; - display: inline-block; - white-space: pre-wrap; - overflow-wrap: normal; - margin-bottom: 8px; - max-width: 336px; - } - .sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag .sendbird-openchannel-og-message__bottom__og-tag__title:hover { - cursor: pointer; - } - .sendbird-theme--light .sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag .sendbird-openchannel-og-message__bottom__og-tag__title:hover { - color: var(--sendbird-light-primary-300); - } - .sendbird-theme--dark .sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag .sendbird-openchannel-og-message__bottom__og-tag__title:hover { - color: var(--sendbird-dark-primary-200); - } - .sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag .sendbird-openchannel-og-message__bottom__og-tag__description { - position: relative; - display: block; - white-space: pre-wrap; - overflow: hidden; - text-overflow: ellipsis; - word-break: break-all; - max-height: 32px; - margin-bottom: 8px; - width: 100%; - max-width: 336px; - } - .sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag .sendbird-openchannel-og-message__bottom__og-tag__thumbnail { - box-sizing: border-box; - position: relative; - display: block; - margin-top: 4px; - margin-bottom: 8px; - width: 100%; - } - .sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag .sendbird-openchannel-og-message__bottom__og-tag__thumbnail:hover { - cursor: pointer; - } - .sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag .sendbird-openchannel-og-message__bottom__og-tag__thumbnail .sendbird-openchannel-og-message__bottom__og-tag__thumbnail__image { - border-radius: 8px; - width: 100%; - min-width: 200px; - max-width: 336px; - } - .sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag .sendbird-openchannel-og-message__bottom__og-tag__thumbnail .sendbird-openchannel-og-message__bottom__og-tag__thumbnail__image--placeholder { - border-radius: 8px; - width: 100%; - min-width: 200px; - max-width: 336px; - } - .sendbird-openchannel-og-message .sendbird-openchannel-og-message__top__right__tail { - position: relative; - left: 64px; - top: 2px; - } - - .sendbird-openchannel-og-message--word { - display: inline; - margin: 0px 2px; - word-break: break-all; - } - .sendbird-openchannel-thumbnail-message { - position: relative; - display: flex; - flex-direction: row; - } - .sendbird-theme--light .sendbird-openchannel-thumbnail-message:hover { - background-color: var(--sendbird-light-background-100); - } - .sendbird-theme--dark .sendbird-openchannel-thumbnail-message:hover { - background-color: var(--sendbird-dark-background-400); - } - .sendbird-openchannel-thumbnail-message:hover .sendbird-openchannel-thumbnail-message__context-menu { - display: block; - } - .sendbird-theme--light .sendbird-openchannel-thumbnail-message:hover .sendbird-openchannel-thumbnail-message__context-menu .sendbird-openchannel-thumbnail-message__context-menu--icon { - background-color: var(--sendbird-light-background-200); - } - .sendbird-theme--dark .sendbird-openchannel-thumbnail-message:hover .sendbird-openchannel-thumbnail-message__context-menu .sendbird-openchannel-thumbnail-message__context-menu--icon { - background-color: var(--sendbird-dark-background-500); - } - .sendbird-theme--light .sendbird-openchannel-thumbnail-message:hover .sendbird-openchannel-thumbnail-message__context-menu .sendbird-openchannel-thumbnail-message__context-menu--icon:hover { - background-color: var(--sendbird-light-primary-100); - } - .sendbird-theme--dark .sendbird-openchannel-thumbnail-message:hover .sendbird-openchannel-thumbnail-message__context-menu .sendbird-openchannel-thumbnail-message__context-menu--icon:hover { - background-color: var(--sendbird-dark-background-700); - } - .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__left { - position: relative; - display: flex; - width: 52px; - min-width: 52px; + position: relative; + min-height: 64px; + box-sizing: border-box; +} +.sendbird-theme--light .sendbird-openchannel-conversation-header { + border-bottom: 1px solid var(--sendbird-light-onlight-04); +} +.sendbird-theme--dark .sendbird-openchannel-conversation-header { + border-bottom: 1px solid var(--sendbird-dark-ondark-04); +} +.sendbird-openchannel-conversation-header .sendbird-openchannel-conversation-header__left__title { + white-space: nowrap; + overflow-x: hidden; + text-overflow: ellipsis; + max-width: calc(100% - 120px); +} +.sendbird-openchannel-conversation-header__left [class*=sendbird-openchannel-conversation-header__left__cover-image] { + position: absolute; + left: 20px; + top: 16px; +} +.sendbird-openchannel-conversation-header__left__title { + position: absolute; + left: 60px; + top: 12px; +} +.sendbird-openchannel-conversation-header__left__sub-title { + position: absolute; + left: 60px; + top: 36px; +} +.sendbird-openchannel-conversation-header__right { + position: absolute; + top: 0px; + right: 0px; + width: 64px; + height: 64px; +} +.sendbird-openchannel-conversation-header__right__trigger { + position: absolute; + top: 16px; + right: 16px; + display: flex; + align-items: center; + justify-content: center; +} + +.sendbird-openchannel-conversation-header__left__cover-image--icon { + display: flex; + justify-content: center; + align-items: center; + border-radius: 50%; +} +.sendbird-theme--light .sendbird-openchannel-conversation-header__left__cover-image--icon { + background-color: var(--sendbird-light-background-300); +} +.sendbird-theme--dark .sendbird-openchannel-conversation-header__left__cover-image--icon { + background-color: var(--sendbird-dark-background-300); +} +.sendbird-word { + display: inline; + height: -moz-fit-content; + height: fit-content; + color: white !important +} + +.sendbird-word__url { + margin: 0 4px; + display: inline; + color: inherit; + word-break: break-all; +} +.sendbird-create-open-channel-ui { + position: relative; + display: inline-flex; +} + +.sendbird-create-open-channel-ui__profile-input { + position: relative; + display: inline-flex; + flex-direction: column; + justify-content: flex-start; + width: 100%; + height: 100%; + box-sizing: border-box; +} +.sendbird-create-open-channel-ui__profile-input .sendbird-create-open-channel-ui__profile-input__img-section { + position: relative; + margin-top: 16px; + display: inline-flex; + flex-direction: row; + align-items: center; +} +.sendbird-create-open-channel-ui__profile-input .sendbird-create-open-channel-ui__profile-input__img-section .sendbird-create-open-channel-ui__profile-input__img-section__avatar { + position: relative; + display: inline-flex; + align-items: center; + justify-content: center; + width: 80px; + height: 80px; +} +.sendbird-create-open-channel-ui__profile-input .sendbird-create-open-channel-ui__profile-input__img-section .sendbird-create-open-channel-ui__profile-input__img-section__avatar--default { + position: relative; + display: inline-flex; + align-items: center; + justify-content: center; + width: 80px; + height: 80px; + border-radius: 50%; +} +.sendbird-theme--light .sendbird-create-open-channel-ui__profile-input .sendbird-create-open-channel-ui__profile-input__img-section .sendbird-create-open-channel-ui__profile-input__img-section__avatar--default { + background-color: var(--sendbird-light-background-200); +} +.sendbird-theme--dark .sendbird-create-open-channel-ui__profile-input .sendbird-create-open-channel-ui__profile-input__img-section .sendbird-create-open-channel-ui__profile-input__img-section__avatar--default { + background-color: var(--sendbird-dark-background-400); +} +.sendbird-create-open-channel-ui__profile-input .sendbird-create-open-channel-ui__profile-input__img-section .sendbird-create-open-channel-ui__profile-input__img-section__button { + position: relative; + margin-left: 18px; + display: inline-flex; +} +.sendbird-create-open-channel-ui__profile-input .sendbird-create-open-channel-ui__profile-input__name-section { + position: relative; + margin-top: 8px; + display: inline-flex; + flex-direction: row; +} +.sendbird-open-channel-list, +.sendbird-open-channel-list-ui { + position: relative; + display: inline-flex; + flex-direction: column; + width: 256px; + min-width: 256px; + height: 100%; + box-sizing: border-box; +} +.sendbird--mobile-mode .sendbird-open-channel-list, +.sendbird--mobile-mode .sendbird-open-channel-list-ui { + width: 100%; +} +.sendbird-theme--light .sendbird-open-channel-list, +.sendbird-theme--light .sendbird-open-channel-list-ui { + border-right: solid 1px var(--sendbird-light-onlight-04); +} +.sendbird-theme--dark .sendbird-open-channel-list, +.sendbird-theme--dark .sendbird-open-channel-list-ui { + border-right: solid 1px var(--sendbird-dark-ondark-04); +} +.sendbird-open-channel-list .sendbird-open-channel-list-ui__header, +.sendbird-open-channel-list-ui .sendbird-open-channel-list-ui__header { + position: relative; + display: inline-flex; + flex-direction: row; + align-items: center; + width: 100%; + height: 64px; + box-sizing: border-box; +} +.sendbird-theme--light .sendbird-open-channel-list .sendbird-open-channel-list-ui__header, +.sendbird-theme--light .sendbird-open-channel-list-ui .sendbird-open-channel-list-ui__header { + background-color: var(--sendbird-light-background-50); + border-bottom: solid 1px var(--sendbird-light-onlight-04); +} +.sendbird-theme--dark .sendbird-open-channel-list .sendbird-open-channel-list-ui__header, +.sendbird-theme--dark .sendbird-open-channel-list-ui .sendbird-open-channel-list-ui__header { + background-color: var(--sendbird-dark-background-600); + border-bottom: solid 1px var(--sendbird-dark-ondark-04); +} +.sendbird-open-channel-list .sendbird-open-channel-list-ui__header .sendbird-open-channel-list-ui__header__title, +.sendbird-open-channel-list-ui .sendbird-open-channel-list-ui__header .sendbird-open-channel-list-ui__header__title { + position: relative; + margin-left: 24px; + display: inline-flex; + align-items: center; + box-sizing: border-box; +} +.sendbird-open-channel-list .sendbird-open-channel-list-ui__header .sendbird-open-channel-list-ui__header__button-refresh, +.sendbird-open-channel-list-ui .sendbird-open-channel-list-ui__header .sendbird-open-channel-list-ui__header__button-refresh { + position: absolute; + top: 16px; + right: 56px; + display: inline-flex; + align-items: center; + justify-content: center; + box-sizing: border-box; +} +.sendbird-open-channel-list .sendbird-open-channel-list-ui__header .sendbird-open-channel-list-ui__header__button-create-channel, +.sendbird-open-channel-list-ui .sendbird-open-channel-list-ui__header .sendbird-open-channel-list-ui__header__button-create-channel { + position: absolute; + top: 16px; + right: 16px; + display: inline-flex; + align-items: center; + justify-content: center; + box-sizing: border-box; +} +.sendbird-open-channel-list .sendbird-open-channel-list-ui__channel-list, +.sendbird-open-channel-list-ui .sendbird-open-channel-list-ui__channel-list { + position: relative; + display: inline-flex; + flex-direction: column; + width: 100%; + height: calc(100% - 64px); + box-sizing: border-box; + overflow-y: scroll; +} + +.sendbird-open-channel-list-ui__channel-list--place-holder--loading { + position: relative; + min-height: 62px; + display: inline-flex; + align-items: center; + justify-content: center; +} +.sendbird-theme--light .sendbird-open-channel-list-ui__channel-list--place-holder--loading { + background-color: var(--sendbird-light-background-100); +} +.sendbird-theme--dark .sendbird-open-channel-list-ui__channel-list--place-holder--loading { + background-color: var(--sendbird-dark-background-500); +} +.sendbird-open-channel-preview { + position: relative; + display: inline-flex; + flex-direction: row; + width: 264px; + height: 58px; + min-width: 264px; + min-height: 58px; + box-sizing: border-box; +} +.sendbird--mobile-mode .sendbird-open-channel-preview { + width: 100%; +} +.sendbird-theme--light .sendbird-open-channel-preview { + background-color: var(--sendbird-light-background-50); + border-bottom: solid 1px var(--sendbird-light-onlight-04); +} +.sendbird-theme--dark .sendbird-open-channel-preview { + background-color: var(--sendbird-dark-background-600); + border-bottom: solid 1px var(--sendbird-dark-ondark-04); +} +.sendbird-theme--light .sendbird-open-channel-preview:hover { + background-color: var(--sendbird-light-background-100); +} +.sendbird-theme--dark .sendbird-open-channel-preview:hover { + background-color: var(--sendbird-dark-background-500); +} +.sendbird-theme--light .sendbird-open-channel-preview.selected { + background-color: var(--sendbird-light-primary-100); + border-left: solid 4px var(--sendbird-light-primary-300); +} +.sendbird-theme--dark .sendbird-open-channel-preview.selected { + background-color: var(--sendbird-dark-primary-300); + border-left: solid 4px var(--sendbird-dark-primary-200); +} +.sendbird-open-channel-preview .sendbird-open-channel-preview__cover-image { + position: relative; + margin-top: 8px; + margin-left: 16px; + display: inline-flex; + align-items: center; + justify-content: center; + width: 42px; + height: 42px; + box-sizing: border-box; +} +.sendbird-open-channel-preview .sendbird-open-channel-preview__cover-image .sendbird-open-channel-preview__cover-image__avatar, +.sendbird-open-channel-preview .sendbird-open-channel-preview__cover-image .sendbird-open-channel-preview__cover-image__avatar--default { + position: relative; + display: inline-flex; + align-items: center; + justify-content: center; + box-sizing: border-box; +} +.sendbird-open-channel-preview .sendbird-open-channel-preview__context { + position: relative; + margin-top: 8px; + margin-left: 16px; + display: inline-flex; + flex-direction: column; + width: calc(100% - 100px); + box-sizing: border-box; +} +.sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__title { + position: relative; + display: inline-flex; + flex-direction: row; + align-items: center; + width: 100%; + height: 16px; + box-sizing: border-box; +} +.sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__title .sendbird-open-channel-preview__context__title__channel-name { + position: relative; + display: inline-block; + width: 100%; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + box-sizing: border-box; + overflow-x: hidden; + text-overflow: ellipsis; + word-break: keep-all; +} +.sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__title .sendbird-open-channel-preview__context__title__channel-name.frozen { + max-width: calc(100% - 20px); +} +.sendbird--mobile-mode .sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__title .sendbird-open-channel-preview__context__title__channel-name { + overflow-y: hidden; +} +.sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__title .sendbird-open-channel-preview__context__title__frozen { + position: relative; + margin-left: 4px; + display: inline-flex; +} +.sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__participants { + position: relative; + margin-top: 8px; + display: inline-flex; + flex-direction: row; + align-items: center; + width: 100%; + height: 14px; + box-sizing: border-box; +} +.sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__participants .sendbird-open-channel-preview__context__participants__icon { + position: relative; + display: inline-flex; + width: 14px; + height: 14px; + box-sizing: border-box; +} +.sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__participants .sendbird-open-channel-preview__context__participants__count { + position: relative; + margin-left: 4px; + display: inline-flex; + width: 160px; + max-width: 160px; + height: 12px; + box-sizing: border-box; + overflow-x: hidden; + text-overflow: ellipsis; + word-break: keep-all; +} +.sendbird--mobile-mode .sendbird-open-channel-preview .sendbird-open-channel-preview__context .sendbird-open-channel-preview__context__participants .sendbird-open-channel-preview__context__participants__count { + overflow-y: hidden; +} +@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap"); +:root { + --sendbird-light-primary-500: #050505; + --sendbird-light-primary-400: #000000; + --sendbird-light-primary-300: #000000; + --sendbird-light-primary-200: #000000; + --sendbird-light-primary-100: #000000; + --sendbird-light-secondary-500: #066858; + --sendbird-light-secondary-400: #027d69; + --sendbird-light-secondary-300: #259c72; + --sendbird-light-secondary-200: #69c085; + --sendbird-light-secondary-100: #a8e2ab; + --sendbird-light-information-100: #adc9ff; + --sendbird-highlight-100: #fff2b6; + --sendbird-light-error-500: #9d091e; + --sendbird-light-error-400: #bf0711; + --sendbird-light-error-300: #de360b; + --sendbird-light-error-200: #f66161; + --sendbird-light-error-100: #fdaaaa; + --sendbird-light-background-700: #101010; + --sendbird-light-background-600: #151515; + --sendbird-light-background-500: #2C2C2C; + --sendbird-light-background-400: #393939; + --sendbird-light-background-300: #bdbdbd; + --sendbird-light-background-200: #e0e0e0; + --sendbird-light-background-100: #eeeeee; + --sendbird-light-background-50: #FFFFFF; + --sendbird-light-overlay-01: rgba(0, 0, 0, 0.55); + --sendbird-light-overlay-02: rgba(0, 0, 0, 0.32); + --sendbird-light-onlight-01: rgba(0, 0, 0, 0.88); + --sendbird-light-onlight-02: rgba(0, 0, 0, 0.50); + --sendbird-light-onlight-03: rgba(0, 0, 0, 0.38); + --sendbird-light-onlight-04: rgba(0, 0, 0, 0.12); + --sendbird-light-ondark-01: rgba(255, 255, 255, 0.88); + --sendbird-light-ondark-02: rgba(255, 255, 255, 0.50); + --sendbird-light-ondark-03: rgba(255, 255, 255, 0.38); + --sendbird-light-ondark-04: rgba(255, 255, 255, 0.12); + --sendbird-light-shadow-01: 0 1px 5px 0 rgba(33, 34, 66, 0.04), 0 0 3px 0 rgba(0, 0, 0, 0.08), 0 2px 1px 0 rgba(0, 0, 0, 0.12); + --sendbird-light-shadow-02: 0 3px 5px -3px rgba(33, 34, 66, 0.04), 0 3px 14px 2px rgba(0, 0, 0, 0.08), 0 8px 10px 1px rgba(0, 0, 0, 0.12); + --sendbird-light-shadow-03: 0 6px 10px -5px rgba(0, 0, 0, 0.04), 0 6px 30px 5px rgba(0, 0, 0, 0.08), 0 16px 24px 2px rgba(0, 0, 0, 0.12); + --sendbird-light-shadow-04: 0 9px 15px -7px rgba(0, 0, 0, 0.04), 0 9px 46px 8px rgba(0, 0, 0, 0.08), 0 24px 38px 3px rgba(0, 0, 0, 0.12); + --sendbird-light-shadow-05: 0 2px 8px 0 rgba(0, 0, 0, 0.08), 0 4px 6px 0 rgba(0, 0, 0, 0.12); + --sendbird-light-shadow-message-input: 0 1px 5px 0 rgba(33, 34, 66, 0.12), 0 0 1px 0 rgba(33, 34, 66, 0.16), 0 2px 1px 0 rgba(33, 34, 66, 0.08), 0 1px 5px 0 rgba(0, 0, 0, 0.12); +} + +:root { + --sendbird-dark-primary-500: #f2f2f2; + --sendbird-dark-primary-400: #ffffff; + --sendbird-dark-primary-300: #454343; + --sendbird-dark-primary-200: #2E2E2E; + --sendbird-dark-primary-100: #dbd1ff; + --sendbird-dark-secondary-500: #066858; + --sendbird-dark-secondary-400: #027d69; + --sendbird-dark-secondary-300: #259c72; + --sendbird-dark-secondary-200: #69c085; + --sendbird-dark-secondary-100: #a8e2ab; + --sendbird-dark-information-100: #adc9ff; + --sendbird-highlight-100: #fff2b6; + --sendbird-dark-error-500: #9d091e; + --sendbird-dark-error-400: #bf0711; + --sendbird-dark-error-300: #de360b; + --sendbird-dark-error-200: #f66161; + --sendbird-dark-error-100: #fdaaaa; + --sendbird-dark-background-700: #101010; + --sendbird-dark-background-600: #101010; + --sendbird-dark-background-500: #2C2C2C; + --sendbird-dark-background-400: #393939; + --sendbird-dark-background-300: #bdbdbd; + --sendbird-dark-background-200: #e0e0e0; + --sendbird-dark-background-100: #eeeeee; + --sendbird-dark-background-50: #FFFFFF; + --sendbird-dark-overlay-01: rgba(0, 0, 0, 0.55); + --sendbird-dark-overlay-02: rgba(0, 0, 0, 0.32); + --sendbird-dark-onlight-01: rgba(0, 0, 0, 0.88); + --sendbird-dark-onlight-02: rgba(0, 0, 0, 0.50); + --sendbird-dark-onlight-03: rgba(0, 0, 0, 0.38); + --sendbird-dark-onlight-04: rgba(0, 0, 0, 0.12); + --sendbird-dark-ondark-01: rgba(255, 255, 255, 0.88); + --sendbird-dark-ondark-02: rgba(255, 255, 255, 0.50); + --sendbird-dark-ondark-03: rgba(255, 255, 255, 0.38); + --sendbird-dark-ondark-04: rgba(255, 255, 255, 0.12); + --sendbird-dark-shadow-01: 0 1px 5px 0 rgba(33, 34, 66, 0.04), 0 0 3px 0 rgba(0, 0, 0, 0.08), 0 2px 1px 0 rgba(0, 0, 0, 0.12); + --sendbird-dark-shadow-02: 0 3px 5px -3px rgba(33, 34, 66, 0.04), 0 3px 14px 2px rgba(0, 0, 0, 0.08), 0 8px 10px 1px rgba(0, 0, 0, 0.12); + --sendbird-dark-shadow-03: 0 6px 10px -5px rgba(0, 0, 0, 0.04), 0 6px 30px 5px rgba(0, 0, 0, 0.08), 0 16px 24px 2px rgba(0, 0, 0, 0.12); + --sendbird-dark-shadow-04: 0 9px 15px -7px rgba(0, 0, 0, 0.04), 0 9px 46px 8px rgba(0, 0, 0, 0.08), 0 24px 38px 3px rgba(0, 0, 0, 0.12); + --sendbird-light-shadow-05: 0 2px 8px 0 rgba(0, 0, 0, 0.08), 0 4px 6px 0 rgba(0, 0, 0, 0.12); + --sendbird-dark-shadow-message-input: 0 1px 5px 0 rgba(33, 34, 66, 0.12), 0 0 1px 0 rgba(33, 34, 66, 0.16), 0 2px 1px 0 rgba(33, 34, 66, 0.08), 0 1px 5px 0 rgba(0, 0, 0, 0.12); +} + +:root { + --sendbird-iconbutton-color: #825eeb; + --sendbird-message-input-border-active: #2b2b2b; + --sendbird-selected-reaction-button-border-hover: #9E8CF5; + --sendbird-add-reaction-button-border-hover: #9E8CF5; + --sendbird-tooltip-background: #000000; + --sendbird-tooltip-text-color: rgba(255, 255, 255, 0.88); + --sendbird-button-border-focus: #FFFFFF; + --sendbird-file-message-icon-background: #FFFFFF; + --sendbird-font-family-default: "Roboto", sans-serif; + --sendbird-message-balloon-width: 404px; +} +.sendbird-experimental__rem__units .sendbird-label--h-1 { + font-size: 1.25rem; +} +.sendbird-experimental__rem__units .sendbird-label--h-2 { + font-size: 1.125rem; +} +.sendbird-experimental__rem__units .sendbird-label--subtitle-1 { + font-size: 1rem; +} +.sendbird-experimental__rem__units .sendbird-label--subtitle-2 { + font-size: 0.875rem; +} +.sendbird-experimental__rem__units .sendbird-label--body-1 { + font-size: 0.875rem; +} +.sendbird-experimental__rem__units .sendbird-label--body-2 { + font-size: 0.75rem; +} +.sendbird-experimental__rem__units .sendbird-label--button-1 { + font-size: 0.875rem; +} +.sendbird-experimental__rem__units .sendbird-label--button-2 { + font-size: 0.875rem; +} +.sendbird-experimental__rem__units .sendbird-label--caption-1 { + font-size: 0.875rem; +} +.sendbird-experimental__rem__units .sendbird-label--caption-2 { + font-size: 0.75rem; +} +.sendbird-experimental__rem__units .sendbird-label--caption-3 { + font-size: 0.75rem; +} +.sendbird-experimental__rem__units .sendbird-message-search-pannel .sendbird-message-search-pannel__input__container__input-area { + font-size: 0.875rem; +} +.sendbird-experimental__rem__units .sendbird-checkbox { + font-size: 1.375rem; +} +.sendbird-experimental__rem__units .sendbird-mention-user-label { + font-size: 0.875rem; +} +.sendbird-experimental__rem__units .sendbird-mention-user-label.purple { + font-size: 1.125rem; +} +.sendbird-experimental__rem__units .sendbird-message-input .sendbird-message-input--textarea, +.sendbird-experimental__rem__units .sendbird-message-input .sendbird-message-input--placeholder { + font-size: 0.875rem; +} +.sendbird-experimental__rem__units .sendbird-input .sendbird-input__input, +.sendbird-experimental__rem__units .sendbird-input .sendbird-input__placeholder { + font-size: 0.875rem; +} +.sendbird-experimental__rem__units .sendbird-tooltip__text { + font-size: 0.75rem; +} +.sendbird-experimental__rem__units .sendbird-quote-message .sendbird-quote-message__replied-to .sendbird-quote-message__replied-to__text { + font-size: 0.75rem; +} +.sendbird-experimental__rem__units .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__text-message { + font-size: 0.75rem; +} +.sendbird-experimental__rem__units .sendbird-quote-message .sendbird-quote-message__replied-message__file-message { + font-size: 0.75rem; +} +.sendbird-modal--full-mobile .sendbird-modal__content { + width: 100vw; + max-width: 100%; + height: 100%; +} +.sendbird--mobile-mode .sendbird-modal--full-mobile .sendbird-modal__content { + height: -webkit-fill-available; + height: -moz-available; + height: stretch; +} + +.sendbird-modal { + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; + display: flex; + align-items: center; + justify-content: center; +} + +.sendbird-modal__backdrop--clickoutside { + cursor: pointer; +} + +.sendbird-modal__content { + width: 480px; + border-radius: 4px; + z-index: 10001; + padding: 18px 24px 24px 24px; + position: relative; + box-sizing: border-box; +} +.sendbird-theme--light .sendbird-modal__content { + background-color: var(--sendbird-light-background-50); + box-shadow: var(--sendbird-light-shadow-04); +} +.sendbird-theme--dark .sendbird-modal__content { + background-color: var(--sendbird-dark-background-500); + box-shadow: var(--sendbird-dark-shadow-04); +} +.sendbird-modal__content .sendbird-modal__close { + position: absolute; + top: 16px; + right: 16px; + cursor: pointer; +} +.sendbird-theme--light .sendbird-modal__content .sendbird-modal__close path { + fill: var(--sendbird-light-onlight-01); +} +.sendbird-theme--dark .sendbird-modal__content .sendbird-modal__close path { + fill: var(--sendbird-dark-ondark-01); +} +.sendbird-modal__content .sendbird-modal__header { + margin-bottom: 16px; +} +.sendbird-modal__content .sendbird-modal__body { + height: calc(100% - 116px); +} +.sendbird-modal__content .sendbird-modal__footer { + display: flex; + flex-direction: row; + justify-content: flex-end; + margin-top: 32px; + text-align: right; +} +.sendbird--mobile-mode .sendbird-modal__content .sendbird-modal__footer { + position: sticky; + bottom: 24px; +} +.sendbird-modal__content .sendbird-modal__footer .sendbird-button:last-child { + margin-left: 8px; + min-width: 80px; + height: 40px; +} + +.sendbird-modal__backdrop { + position: fixed; + z-index: 10000; + height: 100%; + width: 100%; + top: 0; + left: 0; +} +.sendbird-theme--light .sendbird-modal__backdrop { + background-color: var(--sendbird-light-overlay-02); +} +.sendbird-theme--dark .sendbird-modal__backdrop { + background-color: var(--sendbird-dark-overlay-02); +} +.sendbird-button { + display: inline-block; + box-shadow: none; + border-radius: 4px; + padding: 0px; + font-family: var(--sendbird-font-family-default); + cursor: pointer; +} +.sendbird-button:hover { + box-shadow: none; +} +.sendbird-button:focus { + outline: none; +} +.sendbird-button:active { + box-shadow: none; +} +.sendbird-button.sendbird-button__disabled { + cursor: not-allowed; +} +.sendbird-theme--light .sendbird-button.sendbird-button__disabled { + border: none; + background-color: var(--sendbird-light-background-200); +} +.sendbird-theme--dark .sendbird-button.sendbird-button__disabled { + border: none; + background-color: var(--sendbird-dark-background-400); +} +.sendbird-theme--light .sendbird-button.sendbird-button__disabled:hover { + background-color: var(--sendbird-light-background-200); +} +.sendbird-theme--dark .sendbird-button.sendbird-button__disabled:hover { + background-color: var(--sendbird-dark-background-400); +} + +.sendbird-button--big { + height: 40px; +} +.sendbird-button--big .sendbird-button__text { + margin: 10px 16px; +} + +.sendbird-button--small { + height: 32px; +} +.sendbird-button--small .sendbird-button__text { + margin: 6px 16px; +} + +.sendbird-theme--light .sendbird-button--primary { + border: 1px solid var(--sendbird-light-primary-300); + background-color: var(--sendbird-light-primary-300); +} +.sendbird-theme--dark .sendbird-button--primary { + border: 1px solid var(--sendbird-dark-primary-200); + background-color: var(--sendbird-dark-primary-200); +} +.sendbird-theme--light .sendbird-button--primary .sendbird-button__text { + color: var(--sendbird-light-ondark-01); +} +.sendbird-theme--dark .sendbird-button--primary .sendbird-button__text { + color: var(--sendbird-dark-onlight-01); +} +.sendbird-theme--light .sendbird-button--primary:hover { + background-color: var(--sendbird-light-primary-400); + border-color: var(--sendbird-light-primary-400); +} +.sendbird-theme--dark .sendbird-button--primary:hover { + background-color: var(--sendbird-dark-primary-300); + border-color: var(--sendbird-dark-primary-300); +} +.sendbird-theme--light .sendbird-button--primary:focus { + box-shadow: 0px 0px 0px 2px var(--sendbird-light-primary-300); + border: 1px solid var(--sendbird-button-border-focus); +} +.sendbird-theme--dark .sendbird-button--primary:focus { + box-shadow: 0px 0px 0px 2px var(--sendbird-dark-primary-200); + border: 1px solid var(--sendbird-button-border-focus); +} +.sendbird-theme--light .sendbird-button--primary:active { + background-color: var(--sendbird-light-primary-500); +} +.sendbird-theme--dark .sendbird-button--primary:active { + background-color: var(--sendbird-dark-primary-400); +} +.sendbird-theme--light .sendbird-button--primary:focus .sendbird-button--primary:hover { + box-shadow: 0px 0px 0px 2px var(--sendbird-light-primary-400); +} +.sendbird-theme--dark .sendbird-button--primary:focus .sendbird-button--primary:hover { + box-shadow: 0px 0px 0px 2px var(--sendbird-dark-primary-300); +} +.sendbird-theme--light .sendbird-button--primary:focus .sendbird-button--primary:active { + box-shadow: 0px 0px 0px 2px var(--sendbird-light-primary-500); +} +.sendbird-theme--dark .sendbird-button--primary:focus .sendbird-button--primary:active { + box-shadow: 0px 0px 0px 2px var(--sendbird-dark-primary-400); +} + +.sendbird-button--secondary { + background-color: transparent; +} +.sendbird-theme--light .sendbird-button--secondary { + border: 1px solid var(--sendbird-light-onlight-03); +} +.sendbird-theme--dark .sendbird-button--secondary { + border: 1px solid var(--sendbird-dark-ondark-03); +} +.sendbird-theme--light .sendbird-button--secondary .sendbird-button__text { + color: var(--sendbird-light-onlight-01); +} +.sendbird-theme--dark .sendbird-button--secondary .sendbird-button__text { + color: var(--sendbird-dark-ondark-01); +} +.sendbird-button--secondary:hover { + background-color: transparent; +} +.sendbird-theme--light .sendbird-button--secondary:hover { + border: 1px solid var(--sendbird-light-primary-300); +} +.sendbird-theme--dark .sendbird-button--secondary:hover { + border: 1px solid var(--sendbird-dark-primary-200); +} +.sendbird-theme--light .sendbird-button--secondary:hover .sendbird-button__text { + color: var(--sendbird-light-primary-300); +} +.sendbird-theme--dark .sendbird-button--secondary:hover .sendbird-button__text { + color: var(--sendbird-dark-primary-200); +} +.sendbird-button--secondary.sendbird-button__disabled { + cursor: not-allowed; + border: none; +} +.sendbird-theme--light .sendbird-button--secondary.sendbird-button__disabled { + background-color: var(--sendbird-light-background-200); +} +.sendbird-theme--dark .sendbird-button--secondary.sendbird-button__disabled { + background-color: var(--sendbird-dark-background-400); +} +.sendbird-theme--light .sendbird-button--secondary.sendbird-button__disabled .sendbird-button__text { + color: var(--sendbird-light-onlight-02); +} +.sendbird-theme--dark .sendbird-button--secondary.sendbird-button__disabled .sendbird-button__text { + color: var(--sendbird-dark-ondark-02); +} +.sendbird-button--secondary.sendbird-button__disabled:hover { + border: none; +} +.sendbird-theme--light .sendbird-button--secondary.sendbird-button__disabled:hover { + background-color: var(--sendbird-light-background-200); +} +.sendbird-theme--dark .sendbird-button--secondary.sendbird-button__disabled:hover { + background-color: var(--sendbird-dark-background-400); +} +.sendbird-theme--light .sendbird-button--secondary.sendbird-button__disabled:hover .sendbird-button__text { + color: var(--sendbird-light-onlight-02); +} +.sendbird-theme--dark .sendbird-button--secondary.sendbird-button__disabled:hover .sendbird-button__text { + color: var(--sendbird-dark-ondark-02); +} +.sendbird-theme--light .sendbird-button--secondary:hover .sendbird-button--secondary:focus .sendbird-button__text { + color: var(--sendbird-light-primary-300); +} +.sendbird-theme--dark .sendbird-button--secondary:hover .sendbird-button--secondary:focus .sendbird-button__text { + color: var(--sendbird-dark-primary-200); +} +.sendbird-button--secondary:focus { + border: 1px solid transparent; + background-color: transparent; +} +.sendbird-theme--light .sendbird-button--secondary:focus { + box-shadow: var(--sendbird-light-primary-300) 0px 0px 0px 2px; +} +.sendbird-theme--dark .sendbird-button--secondary:focus { + box-shadow: var(--sendbird-dark-primary-200) 0px 0px 0px 2px; +} +.sendbird-theme--light .sendbird-button--secondary:focus .sendbird-button__text { + color: var(--sendbird-light-onlight-01); +} +.sendbird-theme--dark .sendbird-button--secondary:focus .sendbird-button__text { + color: var(--sendbird-dark-ondark-01); +} +.sendbird-button--secondary:active { + box-shadow: none; +} +.sendbird-theme--light .sendbird-button--secondary:active { + border: 1px solid var(--sendbird-light-primary-300); +} +.sendbird-theme--dark .sendbird-button--secondary:active { + border: 1px solid var(--sendbird-dark-primary-200); +} +.sendbird-theme--light .sendbird-button--secondary:active .sendbird-button__text { + color: var(--sendbird-light-primary-300); +} +.sendbird-theme--dark .sendbird-button--secondary:active .sendbird-button__text { + color: var(--sendbird-dark-primary-200); +} + +.sendbird-theme--light .sendbird-button--danger { + border: 1px solid var(--sendbird-light-error-300); + background-color: var(--sendbird-light-error-300); +} +.sendbird-theme--dark .sendbird-button--danger { + border: 1px solid var(--sendbird-dark-error-200); + background-color: var(--sendbird-dark-error-200); +} +.sendbird-theme--light .sendbird-button--danger .sendbird-button__text { + color: var(--sendbird-light-ondark-01); +} +.sendbird-theme--dark .sendbird-button--danger .sendbird-button__text { + color: var(--sendbird-dark-onlight-01); +} +.sendbird-theme--light .sendbird-button--danger:hover { + background-color: var(--sendbird-light-error-400); + border-color: var(--sendbird-light-error-400); +} +.sendbird-theme--dark .sendbird-button--danger:hover { + background-color: var(--sendbird-dark-error-400); + border-color: var(--sendbird-dark-error-400); +} +.sendbird-theme--light .sendbird-button--danger:focus { + box-shadow: 0px 0px 0px 2px var(--sendbird-light-error-300); + border-color: var(--sendbird-button-border-focus); +} +.sendbird-theme--dark .sendbird-button--danger:focus { + box-shadow: 0px 0px 0px 2px var(--sendbird-dark-error-300); + border-color: var(--sendbird-button-border-focus); +} +.sendbird-button--danger:active { + box-shadow: none; +} +.sendbird-theme--light .sendbird-button--danger:active { + background-color: var(--sendbird-light-error-500); +} +.sendbird-theme--dark .sendbird-button--danger:active { + background-color: var(--sendbird-dark-error-500); +} +.sendbird-theme--light .sendbird-button--danger:hover .sendbird-button--danger:focus { + box-shadow: 0px 0px 0px 2px var(--sendbird-light-error-400); +} +.sendbird-theme--dark .sendbird-button--danger:hover .sendbird-button--danger:focus { + box-shadow: 0px 0px 0px 2px var(--sendbird-dark-error-400); +} +.sendbird-theme--light .sendbird-button--danger:active .sendbird-button--danger:focus { + box-shadow: 0px 0px 0px 2px var(--sendbird-light-error-500); +} +.sendbird-theme--dark .sendbird-button--danger:active .sendbird-button--danger:focus { + box-shadow: 0px 0px 0px 2px var(--sendbird-dark-error-500); +} + +.sendbird-button--disabled { + border: 1px solid transparent; + cursor: not-allowed; +} +.sendbird-theme--light .sendbird-button--disabled { + background-color: var(--sendbird-light-background-200); + color: var(--sendbird-light-ondark-01); +} +.sendbird-theme--dark .sendbird-button--disabled { + background-color: var(--sendbird-dark-background-400); + color: var(--sendbird-dark-onlight-01); +} +.sendbird--mobile-mode .sendbird-label { + -webkit-user-select: none; + -webkit-touch-callout: none; +} + +[class*=sendbird-label] { + font-family: var(--sendbird-font-family-default); +} + +.sendbird-label--h-1 { + font-size: 20px; + font-weight: 600; + font-stretch: normal; + font-style: normal; + line-height: 1.4; + letter-spacing: -0.2px; +} + +.sendbird-label--h-2 { + font-size: 18px; + font-weight: 600; + font-stretch: normal; + font-style: normal; + line-height: normal; + letter-spacing: -0.2px; +} + +.sendbird-label--subtitle-1 { + font-size: 16px; + font-weight: normal; + font-stretch: normal; + font-style: normal; + line-height: 1.38; + letter-spacing: -0.2px; +} + +.sendbird-label--subtitle-2 { + font-size: 14px; + font-weight: 500; + font-stretch: normal; + font-style: normal; + line-height: 1.14; + letter-spacing: -0.2px; +} + +.sendbird-label--body-1 { + font-size: 14px; + font-weight: normal; + font-stretch: normal; + font-style: normal; + line-height: 1.43; + letter-spacing: normal; +} + +.sendbird-label--body-2 { + font-size: 12px; + font-weight: normal; + font-stretch: normal; + font-style: normal; + line-height: 1.33; + letter-spacing: normal; +} + +.sendbird-label--button-1 { + font-size: 14px; + font-weight: 600; + font-stretch: normal; + font-style: normal; + line-height: 1.43; + letter-spacing: normal; +} + +.sendbird-label--button-2 { + font-size: 14px; + font-weight: normal; + font-stretch: normal; + font-style: normal; + line-height: 1.43; + letter-spacing: normal; +} + +.sendbird-label--caption-1 { + font-size: 14px; + font-weight: 600; + font-stretch: normal; + font-style: normal; + line-height: 1.43; + letter-spacing: normal; +} + +.sendbird-label--caption-2 { + font-size: 12px; + font-weight: bold; + font-style: normal; + line-height: 1; + letter-spacing: normal; +} + +.sendbird-label--caption-3 { + font-size: 12px; + font-weight: normal; + font-stretch: normal; + font-style: normal; + line-height: 1; + letter-spacing: normal; +} + +.sendbird-theme--light .sendbird-label--color-onbackground-1 { + color: var(--sendbird-light-onlight-01); +} +.sendbird-theme--dark .sendbird-label--color-onbackground-1 { + color: white +} + +.sendbird-theme--light .sendbird-label--color-onbackground-2 { + color: var(--sendbird-light-onlight-02); +} +.sendbird-theme--dark .sendbird-label--color-onbackground-2 { + color: var(--sendbird-dark-ondark-02); +} + +.sendbird-theme--light .sendbird-label--color-onbackground-3 { + color: var(--sendbird-light-onlight-03); +} +.sendbird-theme--dark .sendbird-label--color-onbackground-3 { + color: var(--sendbird-dark-ondark-03); +} + +.sendbird-theme--light .sendbird-label--color-onbackground-4 { + color: var(--sendbird-light-onlight-04); +} +.sendbird-theme--dark .sendbird-label--color-onbackground-4 { + color: var(--sendbird-dark-ondark-04); +} + +.sendbird-theme--light .sendbird-label--color-oncontent-1 { + color: var(--sendbird-light-ondark-01); +} +.sendbird-theme--dark .sendbird-label--color-oncontent-1 { + color: white +} + +.sendbird-theme--light .sendbird-label--color-oncontent-2 { + color: var(--sendbird-light-ondark-02); +} +.sendbird-theme--dark .sendbird-label--color-oncontent-2 { + color: var(--sendbird-dark-onlight-02); +} + +.sendbird-theme--light .sendbird-label--color-primary { + color: var(--sendbird-light-primary-300); +} +.sendbird-theme--dark .sendbird-label--color-primary { + color: white +} + +.sendbird-theme--light .sendbird-label--color-error { + color: var(--sendbird-light-error-300); +} +.sendbird-theme--dark .sendbird-label--color-error { + color: var(--sendbird-dark-error-200); +} + +.sendbird-theme--light .sendbird-label--color-secondary-3 { + color: var(--sendbird-light-secondary-300); +} +.sendbird-theme--dark .sendbird-label--color-secondary-3 { + color: var(--sendbird-dark-secondary-200); +} +.sendbird-icon { + display: inline-block; +} +.sendbird-icon:focus { + outline: none; +} + +.sendbird-theme--light .sendbird-icon-color--primary [class*=fill] { + fill: var(--sendbird-light-primary-300); +} +.sendbird-theme--dark .sendbird-icon-color--primary [class*=fill] { + fill: rgb(151, 151, 151) +} + +.sendbird-theme--light .sendbird-icon-color--primary-2 [class*=fill] { + fill: var(--sendbird-light-primary-200); +} +.sendbird-theme--dark .sendbird-icon-color--primary-2 [class*=fill] { + fill: var(--sendbird-dark-primary-400); +} + +.sendbird-theme--light .sendbird-icon-color--primary [class*=stroke] { + stroke: var(--sendbird-light-primary-300); + stroke-width: 2px; + stroke-linejoin: round; +} +.sendbird-theme--dark .sendbird-icon-color--primary [class*=stroke] { + stroke: var(--sendbird-dark-primary-200); + stroke-width: 2px; + stroke-linejoin: round; +} + +.sendbird-theme--light .sendbird-icon-color--secondary [class*=fill] { + fill: var(--sendbird-light-secondary-300); +} +.sendbird-theme--dark .sendbird-icon-color--secondary [class*=fill] { + fill: var(--sendbird-dark-secondary-200); +} + +.sendbird-theme--light .sendbird-icon-color--content [class*=fill] { + fill: var(--sendbird-light-ondark-01); +} +.sendbird-theme--dark .sendbird-icon-color--content [class*=fill] { + fill: var(--sendbird-dark-onlight-01); +} + +.sendbird-theme--light .sendbird-icon-color--content-inverse [class*=fill] { + fill: var(--sendbird-light-onlight-01); +} +.sendbird-theme--dark .sendbird-icon-color--content-inverse [class*=fill] { + fill: var(--sendbird-dark-ondark-01); +} + +.sendbird-icon-color--white [class*=fill] { + fill: #ffffff; +} + +.sendbird-icon-color--gray [class*=fill] { + fill: var(--sendbird-light-onlight-04); +} + +.sendbird-theme--light .sendbird-icon-color--sent [class*=fill] { + fill: var(--sendbird-light-onlight-03); +} +.sendbird-theme--dark .sendbird-icon-color--sent [class*=fill] { + fill: var(--sendbird-dark-ondark-03); +} + +.sendbird-theme--light .sendbird-icon-color--read [class*=fill] { + fill: var(--sendbird-light-secondary-300); +} +.sendbird-theme--dark .sendbird-icon-color--read [class*=fill] { + fill: var(--sendbird-dark-secondary-200); +} + +.sendbird-theme--light .sendbird-icon-color--on-background-1 [class*=fill] { + fill: var(--sendbird-light-onlight-01); +} +.sendbird-theme--dark .sendbird-icon-color--on-background-1 [class*=fill] { + fill: var(--sendbird-dark-ondark-01); +} + +.sendbird-theme--light .sendbird-icon-color--on-background-2 [class*=fill] { + fill: var(--sendbird-light-onlight-02); +} +.sendbird-theme--dark .sendbird-icon-color--on-background-2 [class*=fill] { + fill: var(--sendbird-dark-ondark-02); +} + +.sendbird-theme--light .sendbird-icon-color--on-background-3 [class*=fill] { + fill: var(--sendbird-light-onlight-03); +} +.sendbird-theme--dark .sendbird-icon-color--on-background-3 [class*=fill] { + fill: var(--sendbird-dark-ondark-03); +} + +.sendbird-theme--light .sendbird-icon-color--on-background-4 [class*=fill] { + fill: var(--sendbird-light-onlight-04); +} +.sendbird-theme--dark .sendbird-icon-color--on-background-4 [class*=fill] { + fill: var(--sendbird-dark-ondark-04); +} + +.sendbird-theme--light .sendbird-icon-color--background-3 [class*=fill] { + fill: var(--sendbird-light-background-300); +} +.sendbird-theme--dark .sendbird-icon-color--background-3 [class*=fill] { + fill: var(--sendbird-dark-background-400); +} + +.sendbird-theme--light .sendbird-icon-color--error [class*=fill] { + fill: var(--sendbird-light-error-300); +} +.sendbird-theme--dark .sendbird-icon-color--error [class*=fill] { + fill: var(--sendbird-dark-error-200); +} +.sendbird-iconbutton { + color: var(--sendbird-iconbutton-color); + display: inline-flex; + justify-content: center; + align-items: center; + padding: 3px; + background-color: transparent; + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + border: 1px solid transparent; + border-radius: 4px; + outline: 0px; +} +.sendbird-iconbutton .sendbird-iconbutton__inner { + height: 100%; +} +.sendbird-theme--light .sendbird-iconbutton .sendbird-iconbutton__inner svg { + fill: var(--sendbird-light-onlight-01); +} +.sendbird-theme--dark .sendbird-iconbutton .sendbird-iconbutton__inner svg { + fill: var(--sendbird-dark-ondark-01); +} +.sendbird-theme--light .sendbird-iconbutton:hover { + background-color: var(--sendbird-light-background-100); +} +.sendbird-theme--dark .sendbird-iconbutton:hover { + background-color: var(--sendbird-dark-background-500); +} +.sendbird-theme--light .sendbird-iconbutton:active { + background-color: var(--sendbird-light-background-200); +} +.sendbird-theme--dark .sendbird-iconbutton:active { + background-color: var(--sendbird-dark-background-400); +} +.sendbird-iconbutton:disabled { + cursor: not-allowed !important; +} +.sendbird-theme--light .sendbird-iconbutton:disabled .sendbird-iconbutton__inner svg, .sendbird-theme--light .sendbird-iconbutton:disabled .sendbird-iconbutton__inner path { + fill: var(--sendbird-light-onlight-02); +} +.sendbird-theme--dark .sendbird-iconbutton:disabled .sendbird-iconbutton__inner svg, .sendbird-theme--dark .sendbird-iconbutton:disabled .sendbird-iconbutton__inner path { + fill: var(--sendbird-dark-ondark-02); +} + +.sendbird-theme--light .sendbird-iconbutton--pressed { + background-color: var(--sendbird-light-primary-100); +} +.sendbird-theme--dark .sendbird-iconbutton--pressed { + background-color: var(--sendbird-dark-background-700); +} +.sendbird-channel-list { + width: 100%; + height: 100%; + display: flex; + flex-direction: column; + background-color: rgba(71, 71, 71, 0.50); + box-sizing: border-box; + flex-shrink: 0; +} +.sendbird-theme--light .sendbird-channel-list { + background-color: var(--sendbird-light-background-50); +} +.sendbird-theme--dark .sendbird-channel-list { + background-color: #151515; + border-right: 1px solid #2c2c2c79; + padding: 15px; +} +.sendbird--mobile-mode .sendbird-channel-list { + width: 100%; +} + +.sendbird-channel-list__header { + height: 64px; + min-height: 64px; +} + +.sendbird-channel-list__body { + flex: 1 1 0; + -ms-flex: 1; + width:100%; + overflow-y: auto; + overflow-x: hidden; + row-gap: 10px; +} +.sendbird-channel-header { + position: relative; + height: 100%; + min-height: 64px; + width: 100%; + padding: 4px 64px 8px 8px; + box-sizing: border-box; +} +.sendbird-theme--light .sendbird-channel-header { + border-bottom: 1px solid var(--sendbird-light-onlight-04); + background-color: var(--sendbird-light-background-50); +} +.sendbird-theme--dark .sendbird-channel-header { + border-radius: 2px; + background-color: #151515 +} +.sendbird--mobile-mode .sendbird-channel-header { + width: 100%; +} +.sendbird-channel-header.sendbird-channel-header--allow-edit .sendbird-channel-header__title { + cursor: pointer; +} +.sendbird-channel-header .sendbird-channel-header__title { + display: flex; + flex-direction: row; + width: 202px; + height: 48px; + border-radius: 8px; + margin: 0px 5px 0px 0px; + padding-right:6px; +} +.sendbird-theme--light .sendbird-channel-header .sendbird-channel-header__title:hover { + background: var(--sendbird-light-background-100); +} +.sendbird-theme--dark .sendbird-channel-header .sendbird-channel-header__title:hover { + background: var(--sendbird-dark-background-500); +} +.sendbird-channel-header .sendbird-channel-header__title:focus { + outline: none; +} +.sendbird-theme--light .sendbird-channel-header .sendbird-channel-header__title:focus { + background: var(--sendbird-light-background-200); +} +.sendbird-theme--dark .sendbird-channel-header .sendbird-channel-header__title:focus { + background: var(--sendbird-dark-background-400); +} +.sendbird-theme--light .sendbird-channel-header .sendbird-channel-header__title:active { + border: solid 2px var(--sendbird-light-primary-300); +} +.sendbird-theme--dark .sendbird-channel-header .sendbird-channel-header__title:active { + border: solid 2px var(--sendbird-dark-primary-200); +} +.sendbird-channel-header .sendbird-channel-header__title .sendbird-channel-header__title__left { + width: 50px; + padding-top: 12px ; + box-sizing: border-box; +} +.sendbird-channel-header .sendbird-channel-header__title .sendbird-channel-header__title__right { + margin-left: 6px; + padding-top: 14px; +} +.sendbird-channel-header .sendbird-channel-header__title .sendbird-channel-header__title__right__name, +.sendbird-channel-header .sendbird-channel-header__title .sendbird-channel-header__title__right__user-id { + display: block; + font-weight: bold; + max-width: 200px; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} +.sendbird-channel-header .sendbird-channel-header__right-icon { + position: absolute; + right: 16px; + top: 16px; +} +.sendbird-image-renderer { + overflow: hidden; + position: relative; +} + +.sendbird-image-renderer__hidden-image-loader { + display: none; +} + +.sendbird-image-renderer, +.sendbird-image-renderer__image { + width: 320px; + height: 180px; +} +.sendbird-avatar { + display: inline-block; + overflow: hidden; + border-radius: 50%; + position: relative; +} +.sendbird-avatar:focus { + outline: none; +} +.sendbird-avatar .sendbird-avatar-img { + position: absolute; + top: 50%; + left: 50%; + bottom:auto; + transform: translate(-50%, -50%); + display: flex; + justify-content: center; + align-items: center; +} +.sendbird-theme--light .sendbird-avatar .sendbird-avatar-img { + background-color: var(--sendbird-light-background-300); +} +.sendbird-theme--dark .sendbird-avatar .sendbird-avatar-img { + background-color: var(--sendbird-dark-background-300); +} +.sendbird-avatar .sendbird-avatar--inner__two-child .sendbird-avatar-img:first-child { + transform: translate(2%, -50%); +} +.sendbird-avatar .sendbird-avatar--inner__two-child .sendbird-avatar-img:last-child { + transform: translate(-102%, -50%); +} +.sendbird-avatar .sendbird-avatar--inner__three-child--upper .sendbird-avatar-img:first-child { + transform: translate(-50%, -102%); +} +.sendbird-avatar .sendbird-avatar--inner__three-child--lower .sendbird-avatar-img:first-child { + transform: translate(-77%, -23%) scale(0.5); +} +.sendbird-avatar .sendbird-avatar--inner__three-child--lower .sendbird-avatar-img:last-child { + transform: translate(-23%, -23%) scale(0.5); +} +.sendbird-avatar .sendbird-avatar--inner__four-child .sendbird-avatar-img:first-child { + transform: translate(-77%, -77%) scale(0.5); +} +.sendbird-avatar .sendbird-avatar--inner__four-child .sendbird-avatar-img:nth-child(2) { + transform: translate(-23%, -77%) scale(0.5); +} +.sendbird-avatar .sendbird-avatar--inner__four-child .sendbird-avatar-img:nth-child(3) { + transform: translate(-77%, -23%) scale(0.5); +} +.sendbird-avatar .sendbird-avatar--inner__four-child .sendbird-avatar-img:last-child { + transform: translate(-23%, -23%) scale(0.5); +} +.sendbird-avatar .sendbird-avatar-img--default { + display: flex; + justify-content: center; + justify-self: center; + align-items: center; + padding: auto; + margin: auto; + +} +.sendbird-theme--light .sendbird-avatar .sendbird-avatar-img--default { + background-color: var(--sendbird-light-background-300); +} +.sendbird-theme--dark .sendbird-avatar .sendbird-avatar-img--default { + background-color: var(--sendbird-dark-background-300); +} +.sendbird--mobile-mode .sendbird-add-channel__modal .sendbird-modal__content { + margin: 0 40px; +} + +.sendbird-add-channel__rectangle-wrap { + margin-top: 26px; +} + +.sendbird-add-channel__rectangle-footer { + text-align: right; + margin-top: 32px; +} + +.sendbird-add-channel__rectangle { + width: 432px; + height: 72px; + border-radius: 4px; + margin-bottom: 8px; + padding: 25px 72px; + position: relative; + box-sizing: border-box; + cursor: pointer; +} +.sendbird--mobile-mode .sendbird-add-channel__rectangle { + min-width: 288px; + width: 100%; + padding-right: 0; +} +.sendbird-theme--light .sendbird-add-channel__rectangle { + border: 1px solid var(--sendbird-light-onlight-04); +} +.sendbird-theme--dark .sendbird-add-channel__rectangle { + border: 1px solid #101010 +} +.sendbird-add-channel__rectangle .sendbird-icon { + position: absolute; + left: 22px; + top: 24px; +} +.sendbird-create-channel--content { + width: 480px; + max-height: 552px; +} + +.sendbird-create-channel--scroll { + height: 360px; + overflow-x: hidden; + overflow-y: scroll; +} +.sendbird--mobile-mode .sendbird-create-channel--scroll { + height: calc(100vh - 200px); + height: calc(var(--sendbird-vh, 1vh) * 100 - 200px); +} +.sendbird-user-list-item { + display: block; + position: relative; + box-sizing: border-box; + width: 432px; + height: 56px; +} +.sendbird--mobile-mode .sendbird-user-list-item { + width: 100%; +} +.sendbird-theme--light .sendbird-user-list-item { + border-bottom: 1px solid var(--sendbird-light-onlight-04); + background-color: var(--sendbird-light-background-50); +} +.sendbird-theme--dark .sendbird-user-list-item { + border-bottom: 1px solid var(--sendbird-dark-ondark-04); + background-color: var(--sendbird-dark-background-500); +} +.sendbird-user-list-item .sendbird-user-list-item__avatar { + position: absolute; + top: 8px; + left: 0px; + cursor: pointer; +} +.sendbird-user-list-item .sendbird-muted-avatar { + position: absolute; + top: 8px; + left: 0px; + pointer-events: none; +} +.sendbird-user-list-item .sendbird-user-list-item__title { + position: absolute; + top: 17px; + left: 56px; + max-width: 250px; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} +.sendbird--mobile-mode .sendbird-user-list-item .sendbird-user-list-item__title { + max-width: 62%; +} +.sendbird-user-list-item .sendbird-user-list-item__subtitle { + position: absolute; + top: 23px; + left: 140px; + max-width: 237px; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} +.sendbird--mobile-mode .sendbird-user-list-item .sendbird-user-list-item__subtitle { + max-width: 40%; +} +.sendbird-user-list-item .sendbird-user-list-item__checkbox { + position: absolute; + top: 16px; + right: 16px; +} +.sendbird-user-list-item .sendbird-user-list-item__action { + position: absolute; + right: 0; + top: 10px; +} +.sendbird-user-list-item .sendbird-user-list-item__operator { + position: absolute; + right: 40px; + top: 22px; +} +.sendbird-user-list-item .sendbird-user-list-item__operator.checkbox { + right: 66px; +} +.sendbird-muted-avatar { + border-radius: 50%; + display: inline-block; +} +.sendbird-muted-avatar .sendbird-muted-avatar__icon { + position: relative; +} +.sendbird-muted-avatar .sendbird-muted-avatar__icon .sendbird-icon { + position: absolute; + top: 4px; + left: 4px; +} +.sendbird-muted-avatar .sendbird-muted-avatar__bg { + opacity: 0.5; + position: absolute; + border-radius: 50%; + top: 0; + left: 0; +} +.sendbird-theme--light .sendbird-muted-avatar .sendbird-muted-avatar__bg { + background-color: var(--sendbird-light-primary-400); +} +.sendbird-theme--dark .sendbird-muted-avatar .sendbird-muted-avatar__bg { + background-color: var(--sendbird-dark-primary-300); +} +.sendbird-checkbox { + display: inline-block; + position: relative; + padding-left: 35px; + margin-bottom: 12px; + cursor: pointer; + font-size: 22px; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.sendbird-checkbox input { + position: absolute; + opacity: 0; + cursor: pointer; + height: 0; + width: 0; +} + +.sendbird-checkbox--checkmark { + position: absolute; + top: 0; + left: 0; + height: 18px; + width: 18px; + border-radius: 2px; + background-color: inherit; +} +.sendbird-theme--light .sendbird-checkbox--checkmark { + border: solid 2px var(--sendbird-light-background-400); +} +.sendbird-theme--dark .sendbird-checkbox--checkmark { + border: solid 2px var(--sendbird-dark-background-300); +} +.sendbird-theme--light .sendbird-checkbox--checkmark.disabled { + border: solid 2px var(--sendbird-light-onlight-04); +} +.sendbird-theme--dark .sendbird-checkbox--checkmark.disabled { + border: solid 2px var(--sendbird-dark-ondark-04); +} + +.sendbird-theme--light .sendbird-checkbox input:focus ~ .sendbird-checkbox--checkmark { + box-shadow: 0px 0px 0px 2px var(--sendbird-light-primary-300); +} +.sendbird-theme--dark .sendbird-checkbox input:focus ~ .sendbird-checkbox--checkmark { + box-shadow: 0px 0px 0px 2px var(--sendbird-dark-primary-200); +} + +.sendbird-theme--light .sendbird-checkbox input:checked ~ .sendbird-checkbox--checkmark { + background-color: var(--sendbird-light-primary-300); + border: solid 2px var(--sendbird-light-primary-300); +} +.sendbird-theme--dark .sendbird-checkbox input:checked ~ .sendbird-checkbox--checkmark { + background-color: var(--sendbird-dark-primary-200); + border: solid 2px var(--sendbird-dark-primary-200); +} +.sendbird-checkbox input:checked ~ .sendbird-checkbox--checkmark.disabled { + cursor: default; +} +.sendbird-theme--light .sendbird-checkbox input:checked ~ .sendbird-checkbox--checkmark.disabled { + background-color: var(--sendbird-light-onlight-04); + border: solid 2px var(--sendbird-light-onlight-04); +} +.sendbird-theme--dark .sendbird-checkbox input:checked ~ .sendbird-checkbox--checkmark.disabled { + background-color: var(--sendbird-dark-ondark-04); + border: solid 2px var(--sendbird-dark-ondark-04); +} + +.sendbird-checkbox--checkmark:after { + content: ""; + position: absolute; + display: none; +} + +.sendbird-checkbox input:checked ~ .sendbird-checkbox--checkmark:after { + display: block; +} + +.sendbird-theme--light .sendbird-checkbox .sendbird-checkbox--checkmark:after { + left: 5px; + top: -0.5px; + width: 7px; + height: 12px; + border: solid var(--sendbird-light-background-50); + border-width: 0 2px 2px 0; + transform: rotate(45deg); +} +.sendbird-theme--dark .sendbird-checkbox .sendbird-checkbox--checkmark:after { + left: 5px; + top: -0.5px; + width: 7px; + height: 12px; + border: solid var(--sendbird-dark-background-600); + border-width: 0 2px 2px 0; + transform: rotate(45deg); +} +.sendbird__user-profile { + width: 320px; + border-radius: 4px; + padding: 24px; + box-sizing: border-box; + text-align: center; +} +.sendbird-theme--light .sendbird__user-profile { + box-shadow: var(--sendbird-light-shadow-02); + background-color: var(--sendbird-light-background-50); +} +.sendbird-theme--dark .sendbird__user-profile { + box-shadow: var(--sendbird-dark-shadow-02); + background-color: var(--sendbird-dark-background-500); +} +.sendbird__user-profile .sendbird__user-profile-avatar { + margin: 8px 0px; +} +.sendbird__user-profile .sendbird__user-profile-name { + max-width: 100%; + white-space: nowrap; + overflow-x: hidden; + text-overflow: ellipsis; +} +.sendbird-theme--light .sendbird__user-profile .sendbird__user-profile-name { + color: var(--sendbird-light-onlight-01); +} +.sendbird-theme--dark .sendbird__user-profile .sendbird__user-profile-name { + color: var(--sendbird-dark-ondark-01); +} +.sendbird__user-profile .sendbird__user-profile-message { + margin-top: 20px; +} +.sendbird__user-profile .sendbird__user-profile-message button { + width: 272px; +} +.sendbird__user-profile .sendbird__user-profile-separator { + margin: 24px 0px; + height: 1px; +} +.sendbird-theme--light .sendbird__user-profile .sendbird__user-profile-separator { + background-color: var(--sendbird-light-onlight-04); +} +.sendbird-theme--dark .sendbird__user-profile .sendbird__user-profile-separator { + background-color: var(--sendbird-dark-ondark-04); +} +.sendbird__user-profile .sendbird__user-profile-userId--label, +.sendbird__user-profile .sendbird__user-profile-userId--value { + width: 100%; + white-space: nowrap; + overflow-x: hidden; + text-overflow: ellipsis; + display: block; + text-align: left; +} +.sendbird__user-profile .sendbird__user-profile-userId--label { + margin-bottom: 8px; +} +.sendbird-context-menu { + display: "inline"; +} + +.sendbird__offline .sendbird-dropdown__menu .sendbird-dropdown__menu-item { + cursor: not-allowed; +} + +.sendbird-dropdown__menu { + z-index: 99999; + position: absolute; + top: 100%; + left: 0; + min-width: 140px; + margin: 0px; + padding: 8px 0px; + border-radius: 4px; + list-style: none; +} +.sendbird-theme--light .sendbird-dropdown__menu { + box-shadow: var(--sendbird-light-shadow-02); + background-color: var(--sendbird-light-background-50); +} +.sendbird-theme--dark .sendbird-dropdown__menu { + box-shadow: var(--sendbird-dark-shadow-02); + background-color: var(--sendbird-dark-background-500); +} +.sendbird-dropdown__menu .sendbird-dropdown__menu-item { + cursor: pointer; + white-space: nowrap; + padding: 8px 16px; +} +.sendbird-dropdown__menu .sendbird-dropdown__menu-item.disable { + cursor: not-allowed; +} +.sendbird-theme--light .sendbird-dropdown__menu .sendbird-dropdown__menu-item.disable:hover { + background-color: var(--sendbird-light-background-50); +} +.sendbird-theme--dark .sendbird-dropdown__menu .sendbird-dropdown__menu-item.disable:hover { + background-color: var(--sendbird-dark-background-500); +} +.sendbird-theme--light .sendbird-dropdown__menu .sendbird-dropdown__menu-item:hover { + background-color: var(--sendbird-light-background-100); +} +.sendbird-theme--dark .sendbird-dropdown__menu .sendbird-dropdown__menu-item:hover { + background-color: var(--sendbird-dark-background-400); +} + +.sendbird-dropdown__reaction-bar { + position: absolute; + top: 100%; + left: 0; + min-width: 44px; + max-width: 352px; + max-height: 208px; + overflow-y: scroll; + margin: 0px; + padding: 8px; + border-radius: 8px; + list-style: none; +} +.sendbird-theme--light .sendbird-dropdown__reaction-bar { + box-shadow: var(--sendbird-light-shadow-02); + background-color: var(--sendbird-light-background-50); +} +.sendbird-theme--dark .sendbird-dropdown__reaction-bar { + box-shadow: var(--sendbird-dark-shadow-02); + background-color: var(--sendbird-dark-background-500); +} +.sendbird-dropdown__reaction-bar .sendbird-dropdown__reaction-bar__row .sendbird-reaction-button, .sendbird-dropdown__reaction-bar .sendbird-dropdown__reaction-bar__row .sendbird-reaction-button--selected { + margin: 4px; +} + +.sendbird-dropdown__menu-backdrop { + background-color: transparent; + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; +} +.sendbird-sort-by-row { + display: flex; + justify-content: flex-start; + align-items: center; +} +.sendbird-channel-preview__leave--mobile .sendbird-modal__content { + max-width: calc(100% - 80px); +} +.sendbird-channel-preview__leave--mobile .sendbird-modal__close { + display: none; +} +.sendbird-channel-preview__leave--mobile .sendbird-channel-preview__leave-label--mobile { + text-decoration: none; +} +.sendbird-channel-preview__leave--mobile .sendbird-modal__header span { + display: inline-block; + width: calc(100% - 120px); + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} + +.sendbird__offline .sendbird-channel-preview { + cursor: not-allowed; +} + +.sendbird-channel-preview { + position: relative; + cursor: pointer; + box-sizing: border-box; + width: 100%; + border-radius: 15px; + height: 56px; + display: flex; + flex-direction: row; + align-items: center; + justify-content: center; + padding: 16px 16px 23px 16px; + margin:12px 0px 5px 16px; + +} + +.sendbird-theme--light .sendbird-channel-preview { + border-bottom: solid 1px var(--sendbird-light-onlight-04); +} +.sendbird-theme--dark .sendbird-channel-preview { + border-bottom: solid 1px rgba(46, 46, 46, 0.301) +} +.sendbird--mobile-mode .sendbird-channel-preview { + width: 100%; +} +.sendbird-channel-preview:focus { + outline: none; +} +.sendbird-channel-preview .sendbird-channel-preview__avatar { + width: 45px; + height: 45px; +} +.sendbird-channel-preview .sendbird-channel-preview__content { + width: 100%; + height: 100%; + margin-left: 20px; +} +.sendbird--mobile-mode .sendbird-channel-preview .sendbird-channel-preview__content { + position: relative; + max-width: calc(100% - 72px); +} +.sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__upper { + display: flex; + justify-content: space-between; + width: 216px; + height: 16px; +} +.sendbird--mobile-mode .sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__upper { + width: auto; +} +.sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__upper .sendbird-channel-preview__content__upper__header { + display: flex; + justify-content: space-between; + overflow: hidden; + text-overflow: ellipsis; +} +.sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__upper .sendbird-channel-preview__content__upper__header .sendbird-channel-preview__content__upper__header__broadcast-icon { + padding-right: 4px; +} +.sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__upper .sendbird-channel-preview__content__upper__header .sendbird-channel-preview__content__upper__header__channel-name { + overflow: hidden; + text-overflow: ellipsis; + max-width: 128px; + word-break: break-all; + white-space: nowrap; + color: #DDD; + font-size: 15px; +} +.sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__upper .sendbird-channel-preview__content__upper__header .sendbird-channel-preview__content__upper__header__total-members { + margin-top: 2px; + margin-left: 80px; + font-size: medium; + display:none +} +.sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__upper .sendbird-channel-preview__content__upper__header .sendbird-channel-preview__content__upper__header__frozen-icon { + padding-left: 4px; +} +.sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__upper .sendbird-channel-preview__content__upper__last-message-at { + margin-left: 4px; + margin-bottom: 4px; + display: none; + white-space: nowrap; +} +.sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__upper .sendbird-channel-preview__content__upper__last-message-at.sendbird-message-status { + max-width: 74px; + justify-content: flex-end; + display: none; +} +.sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__lower { + margin-top: 8px; + width: 216px; + height: 32px; + display: flex; + justify-content: space-between; +} +.sendbird--mobile-mode .sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__lower { + width: 100%; +} +.sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__lower .sendbird-channel-preview__content__lower__last-message { + overflow: hidden; + text-overflow: ellipsis; +} +.sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__lower .sendbird-channel-preview__content__lower__unread-message-count { + display: flex; + align-items: center; + margin-left: 8px; + margin-bottom: 12px; +} +.sendbird-channel-preview .sendbird-channel-preview__content .sendbird-channel-preview__content__lower .sendbird-channel-preview__content__lower__unread-message-count .sendbird-channel-preview__content__lower__unread-message-count__mention { + display: inline-flex; + align-items: center; + margin-right: 4px; +} +.sendbird-channel-preview .sendbird-channel-preview__action { + position: absolute; + top: 12px; + right: 12px; + display: inline-block; +} +.sendbird-channel-preview .sendbird-channel-preview__action .sendbird-iconbutton { + display: none; +} +.sendbird-theme--light .sendbird-channel-preview:hover { + background-color: var(--sendbird-light-background-100); +} +.sendbird-theme--dark .sendbird-channel-preview:hover { + background-color: var(--sendbird-dark-background-500); +} +.sendbird-channel-preview:hover .sendbird-channel-preview__action .sendbird-iconbutton { + display: inline-block; +} +.sendbird-channel-preview:hover .sendbird-channel-preview__content__upper__last-message-at { + display: none; +} +.sendbird-channel-preview:hover .sendbird-channel-preview__content__lower__unread-message-count { + display: none; +} + +.sendbird-channel-preview--active { + padding: 16px 16px 22px 16px; + margin:12px 0px 5px 16px; +} +.sendbird-theme--light .sendbird-channel-preview--active { + border-left: solid 4px var(--sendbird-light-primary-300); + border-bottom: solid 1px var(--sendbird-light-onlight-04); + +} +.sendbird-theme--dark .sendbird-channel-preview--active { + background-color: #1f1f1f +} +.sendbird-theme--light .sendbird-channel-preview--active .sendbird-channel-preview__content__upper__header__channel-name { + color: var(--sendbird-light-primary-300); +} +.sendbird-theme--dark .sendbird-channel-preview--active .sendbird-channel-preview__content__upper__header__channel-name { + color:#DDD; + font-weight: 500; + line-height: normal; + font-size: 15px; +} + +.sendbird--mobile-mode .sendbird-channel-preview__content__lower__unread-message-count { + position: absolute; + right: 0; +} +.sendbird-chat-header--default-avatar { + width: 30px; + height: 30px; + display: flex; + justify-content: center; + align-items: center; + border-radius: 50%; +} +.sendbird-theme--light .sendbird-chat-header--default-avatar { + background-color: var(--sendbird-light-secondary-300); +} +.sendbird-theme--dark .sendbird-chat-header--default-avatar { + background-color: var(--sendbird-dark-secondary-200); +} +.sendbird-badge { + height: 20px; + min-width: 20px; + border-radius: 10px; + display: inline-block; +} +.sendbird-theme--light .sendbird-badge { + background-color: var(--sendbird-light-primary-300); +} +.sendbird-theme--dark .sendbird-badge { + background-color: var(--sendbird-dark-primary-200); +} +.sendbird-badge .sendbird-badge__text { + margin: 0px 6px; +} +.sendbird-mention-user-label { + display: inline-block; + font-family: var(--sendbird-font-family-default); + font-size: 14px; + font-weight: bold; + font-stretch: normal; + font-style: normal; + line-height: 1.43; + letter-spacing: normal; + white-space: pre-line; + width: -moz-fit-content; + width: fit-content; + max-width: 100%; + height: 16px; +} +.sendbird-mention-user-label:hover { + cursor: pointer; +} +.sendbird-theme--light .sendbird-mention-user-label { + color: var(--sendbird-light-onlight-01); +} +.sendbird-theme--dark .sendbird-mention-user-label { + color: var(--sendbird-dark-ondark-01); +} +.sendbird-theme--light .sendbird-mention-user-label.reverse { + color: var(--sendbird-light-ondark-01); +} +.sendbird-theme--dark .sendbird-mention-user-label.reverse { + color: var(--sendbird-dark-onlight-01); +} +.sendbird-mention-user-label.purple { + font-family: Roboto; + font-size: 18px; + font-weight: bold; + font-stretch: normal; + font-style: normal; + line-height: normal; + letter-spacing: normal; +} +.sendbird-theme--light .sendbird-mention-user-label.purple { + color: var(--sendbird-light-primary-300); +} +.sendbird-theme--dark .sendbird-mention-user-label.purple { + color: var(--sendbird-dark-primary-200); +} +.sendbird-textbutton { + text-decoration: underline; + cursor: pointer; + display: inline-block; +} + +.sendbird-textbutton--not-underline { + text-decoration: none; + cursor: pointer; +} + +.sendbird-textbutton--disabled { + cursor: not-allowed; +} +.sendbird-theme--light .sendbird-textbutton--disabled { + color: var(--sendbird-light-onlight-03); +} +.sendbird-theme--dark .sendbird-textbutton--disabled { + color: var(--sendbird-dark-ondark-03); +} +.sendbird-theme--light .sendbird-color--onbackground-1 { + color: var(--sendbird-light-onlight-01); +} +.sendbird-theme--dark .sendbird-color--onbackground-1 { + color: var(--sendbird-dark-ondark-01); +} +.sendbird-theme--light .sendbird-color--onbackground-1--background-color { + background-color: var(--sendbird-light-onlight-01); +} +.sendbird-theme--dark .sendbird-color--onbackground-1--background-color { + background-color: var(--sendbird-dark-ondark-01); +} + +.sendbird-theme--light .sendbird-color--onbackground-2 { + color: var(--sendbird-light-onlight-02); +} +.sendbird-theme--dark .sendbird-color--onbackground-2 { + color: var(--sendbird-dark-ondark-02); +} +.sendbird-theme--light .sendbird-color--onbackground-2--background-color { + background-color: var(--sendbird-light-onlight-02); +} +.sendbird-theme--dark .sendbird-color--onbackground-2--background-color { + background-color: var(--sendbird-dark-ondark-02); +} + +.sendbird-theme--light .sendbird-color--onbackground-3 { + color: var(--sendbird-light-onlight-03); +} +.sendbird-theme--dark .sendbird-color--onbackground-3 { + color: var(--sendbird-dark-ondark-03); +} +.sendbird-theme--light .sendbird-color--onbackground-3--background-color { + background-color: var(--sendbird-light-onlight-03); +} +.sendbird-theme--dark .sendbird-color--onbackground-3--background-color { + background-color: var(--sendbird-dark-ondark-03); +} + +.sendbird-theme--light .sendbird-color--onbackground-4 { + color: var(--sendbird-light-onlight-04); +} +.sendbird-theme--dark .sendbird-color--onbackground-4 { + color: var(--sendbird-dark-ondark-04); +} +.sendbird-theme--light .sendbird-color--onbackground-4--background-color { + background-color: var(--sendbird-light-onlight-04); +} +.sendbird-theme--dark .sendbird-color--onbackground-4--background-color { + background-color: var(--sendbird-dark-ondark-04); +} + +.sendbird-theme--light .sendbird-color--oncontent-1 { + color: var(--sendbird-light-ondark-01); +} +.sendbird-theme--dark .sendbird-color--oncontent-1 { + color: var(--sendbird-dark-onlight-01); +} +.sendbird-theme--light .sendbird-color--oncontent-1--background-color { + background-color: var(--sendbird-light-ondark-01); +} +.sendbird-theme--dark .sendbird-color--oncontent-1--background-color { + background-color: var(--sendbird-dark-onlight-01); +} + +.sendbird-theme--light .sendbird-color--primary { + color: var(--sendbird-light-primary-300); +} +.sendbird-theme--dark .sendbird-color--primary { + color: var(--sendbird-dark-primary-200); +} +.sendbird-theme--light .sendbird-color--primary--background-color { + background-color: var(--sendbird-light-primary-300); +} +.sendbird-theme--dark .sendbird-color--primary--background-color { + background-color: var(--sendbird-dark-primary-200); +} + +.sendbird-theme--light .sendbird-color--error { + color: var(--sendbird-light-error-300); +} +.sendbird-theme--dark .sendbird-color--error { + color: var(--sendbird-dark-error-200); +} +.sendbird-theme--light .sendbird-color--error--background-color { + background-color: var(--sendbird-light-error-300); +} +.sendbird-theme--dark .sendbird-color--error--background-color { + background-color: var(--sendbird-dark-error-300); +} +.sendbird-message-status { + position: relative; + display: inline-flex; + align-items: flex-start; + width: 100%; + height: 100%; +} +.sendbird-message-status .sendbird-message-status__icon { + position: relative; + display: inline-block; + top: -2px; +} +.sendbird-message-status .sendbird-message-status__icon.hide-icon { + display: none; +} +.sendbird-message-status .sendbird-message-status__text { + position: relative; + display: inline-block; + margin-left: 4px; +} +.sendbird-message-status .sendbird-message-status__text .sendbird-message-status__text__try-again { + text-decoration: underline; +} +.sendbird-message-status .sendbird-message-status__text .sendbird-message-status__text__try-again:hover { + cursor: pointer; +} +.sendbird-message-status .sendbird-message-status__text .sendbird-message-status__text__delete { + text-decoration: underline; +} +.sendbird-message-status .sendbird-message-status__text .sendbird-message-status__text__delete:hover { + cursor: pointer; +} +.sendbird-loader { + display: inline-block; + animation: 1s infinite linear; + animation-name: rotate; +} + +@keyframes rotate { + from { + transform: rotate(0); + } + to { + transform: rotate(360deg); + } +} +.sendbird-edit-user-profile section { + margin-top: 16px; +} +.sendbird-edit-user-profile section .sendbird-input-label { + display: block; + margin-bottom: 12px; +} +.sendbird-edit-user-profile .sendbird-edit-user-profile__img .sendbird-input-label { + margin-bottom: 12px; +} + +.sendbird-edit-user-profile__img { + position: relative; +} + +.sendbird-edit-user-profile__img__avatar-button { + position: absolute; + top: 50px; + left: 96px; +} + +.sendbird-edit-user-profile__theme__theme-icon .sendbird-icon { + cursor: pointer; +} +.sendbird-input { + display: inline-block; + width: 100%; + height: 40px; + position: relative; +} +.sendbird-input .sendbird-input__input { + width: 100%; + height: 100%; + border-radius: 4px; + font-family: var(--sendbird-font-family-default); + font-size: 14px; + font-weight: normal; + font-stretch: normal; + font-style: normal; + line-height: 1.43; + letter-spacing: normal; + padding: 10px 16px; + box-sizing: border-box; + background-color: inherit; +} +.sendbird-theme--light .sendbird-input .sendbird-input__input { + color: var(--sendbird-light-onlight-01); + caret-color: var(--sendbird-light-primary-300); + border: solid 1px var(--sendbird-light-onlight-03); +} +.sendbird-theme--dark .sendbird-input .sendbird-input__input { + color: var(--sendbird-dark-ondark-01); + caret-color: var(--sendbird-dark-primary-200); + border: solid 1px var(--sendbird-dark-ondark-03); +} +.sendbird-input .sendbird-input__input:focus { + outline: none; +} +.sendbird-theme--light .sendbird-input .sendbird-input__input:focus { + box-shadow: 0 1px 5px 0 var(--sendbird-light-onlight-04), 0 0 1px 0 rgba(0, 0, 0, 0.16), 0 2px 1px 0 rgba(0, 0, 0, 0.08); + color: var(--sendbird-light-onlight-01); + border: solid 2px var(--sendbird-light-primary-300); +} +.sendbird-theme--dark .sendbird-input .sendbird-input__input:focus { + box-shadow: 0 1px 5px 0 var(--sendbird-dark-ondark-04), 0 0 1px 0 rgba(0, 0, 0, 0.16), 0 2px 1px 0 rgba(0, 0, 0, 0.08); + color: var(--sendbird-dark-ondark-01); + border: solid 2px var(--sendbird-dark-primary-200); +} +.sendbird-theme--light .sendbird-input .sendbird-input__input:active { + box-shadow: 0 1px 5px 0 var(--sendbird-light-onlight-04), 0 0 1px 0 rgba(0, 0, 0, 0.16), 0 2px 1px 0 rgba(0, 0, 0, 0.08); + color: var(--sendbird-light-onlight-01); + border: solid 1px var(--sendbird-light-primary-300); +} +.sendbird-theme--dark .sendbird-input .sendbird-input__input:active { + box-shadow: 0 1px 5px 0 var(--sendbird-dark-ondark-04), 0 0 1px 0 rgba(0, 0, 0, 0.16), 0 2px 1px 0 rgba(0, 0, 0, 0.08); + color: var(--sendbird-dark-ondark-01); + border: solid 1px var(--sendbird-dark-primary-200); +} +.sendbird-input .sendbird-input__input:disabled { + cursor: not-allowed; +} +.sendbird-theme--light .sendbird-input .sendbird-input__input:disabled { + background-color: var(--sendbird-light-background-100); + color: var(--sendbird-light-onlight-03); +} +.sendbird-theme--dark .sendbird-input .sendbird-input__input:disabled { + background-color: var(--sendbird-dark-background-500); + color: var(--sendbird-dark-ondark-03); +} +.sendbird-input .sendbird-input__placeholder { + position: absolute; + pointer-events: none; + top: 10px; + left: 16px; + font-family: var(--sendbird-font-family-default); + font-size: 14px; + line-height: 1.43; +} +.sendbird-theme--light .sendbird-input .sendbird-input__placeholder { + color: var(--sendbird-light-onlight-03); +} +.sendbird-theme--dark .sendbird-input .sendbird-input__placeholder { + color: var(--sendbird-dark-ondark-03); +} + +.sendbird-input-label { + margin: 4px 0; +} +.sendbird-place-holder { + position: relative; + display: flex; + justify-content: center; + align-items: center; + width: 100%; + height: 100%; +} +.sendbird-place-holder .sendbird-place-holder__body { + display: flex; + flex-direction: column; + height: 104px; + align-items: center; +} +.sendbird-place-holder .sendbird-place-holder__body .sendbird-place-holder__body__icon { + margin-bottom: 10px; +} +.sendbird-place-holder .sendbird-place-holder__body .sendbird-place-holder__body__text { + margin-top: 10px; +} +.sendbird-place-holder .sendbird-place-holder__body__reconnect { + margin-top: 18px; + display: flex; + flex-direction: row; + cursor: pointer; +} +.sendbird-place-holder .sendbird-place-holder__body__reconnect .sendbird-place-holder__body__reconnect__icon { + margin-right: 4px; +} +.sendbird-place-holder .sendbird-place-holder__body--align-top { + position: absolute; + top: 24px; + display: flex; + width: 100%; + flex-direction: column; + justify-content: center; +} +.sendbird-place-holder .sendbird-place-holder__body--align-top .sendbird-place-holder__body--align-top__text { + display: flex; + flex-direction: row; + justify-content: center; + padding-left: 16px; + padding-right: 16px; +} +.sendbird-place-holder .sendbird-place-holder__body--align-top .sendbird-place-holder__body--align-top__text .sendbird-place-holder__body--align-top__text__search-in { + display: flex; + min-width: 60px; + margin-right: 2px; +} +.sendbird-place-holder .sendbird-place-holder__body--align-top .sendbird-place-holder__body--align-top__text .sendbird-place-holder__body--align-top__text__channel-name { + display: block; + max-width: calc(100% - 62px); + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} +.sendbird-place-holder .sendbird-place-holder__body--align-top .sendbird-place-hlder__body--align-top__searching, +.sendbird-place-holder .sendbird-place-holder__body--align-top .sendbird-place-hlder__body--align-top__no-result { + display: flex; + justify-content: center; +} +.sendbird-conversation { + display: flex; + flex-direction: column; + width: 100%; + height: 100%; + box-sizing: border-box; +} +.sendbird-theme--light .sendbird-conversation { + background-color: var(--sendbird-light-background-50); + border: 1px solid var(--sendbird-light-onlight-04); +} +.sendbird-theme--dark .sendbird-conversation { + background-color: var(--sendbird-dark-background-600); + border-radius: 25px; +} + +.sendbird-conversation__messages { + overflow: hidden; + flex: 1 1 0; + order: 2; +} + +.sendbird-conversation__messages-list { + display: flex; + flex-direction: column; + height: 100%; + justify-content: flex-end; +} + +.sendbird-conversation__footer { + width: 60%; /* Default width for larger screens */ + order: 3; + margin-top: 10px; + z-index: 9999; + padding: 0px 0px 24px 0px; +} + +@media screen and (max-width: 767px) { + .sendbird-conversation__footer { + width: 100%; /* Set width to 100% on screens smaller than 768px (mobile devices) */ } - .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__left .sendbird-openchannel-thumbnail-message__left__avatar { - position: absolute; - display: inline; - margin-top: 8px; - margin-left: 28px; +} + +@keyframes sbHighlight { + 0% { + background-color: #FFF2B6; } - .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right { - position: relative; - display: flex; - flex-direction: column; - margin-top: 8px; - margin-bottom: 8px; - margin-left: 12px; - width: calc(100% - 64px); + 99% { + background-color: #FFF2B6; } - .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__title { - position: relative; - display: inline; - margin-bottom: 4px; +} +@keyframes sbTextHighlight { + 0% { + color: var(--sendbird-dark-onlight-01); } - .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__title .sendbird-openchannel-thumbnail-message__right__title__sender-name { - position: relative; - display: inline; - margin-right: 4px; + 99% { + color: var(--sendbird-dark-onlight-01); } - .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__title .sendbird-openchannel-thumbnail-message__right__title__sent-at { - position: relative; - display: inline; +} +@keyframes sbHighlightBlock { + 0% { + opacity: 0.5; + background-color: #FFF2B6; } - .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body { - position: relative; - display: flex; - border-radius: 8px; + 99% { + opacity: 0.5; + background-color: #FFF2B6; + } +} +.sendbird-msg-hoc__animated .sendbird-message-content { + animation: bounce 1s ease; +} +@keyframes bounce { + 50% { + transform: translateY(-10px); + } + 60% { + transform: translateY(0); + } + 90% { + transform: translateY(-10px); + } + 100% { + transform: translateY(0); + } +} + +.sendbird-msg-hoc__highlighted .sendbird-text-message-item-body, +.sendbird-msg-hoc__highlighted .sendbird-file-message-item-body { + animation-name: sbHighlight; + animation-duration: 1.6s; + animation-fill-mode: forwards; +} +.sendbird-msg-hoc__highlighted .sendbird-text-message-item-body__message, +.sendbird-msg-hoc__highlighted .sendbird-file-message-item-body__file-name__text { + animation-name: sbTextHighlight; + animation-duration: 1.6s; + animation-fill-mode: forwards; +} +.sendbird-msg-hoc__highlighted .sendbird-voice-message-item-body { + display: block; + animation-name: sbHighlightBlock; + animation-duration: 1.6s; + animation-fill-mode: forwards; +} +.sendbird-msg-hoc__highlighted .sendbird-thumbnail-message-item-body .sendbird-thumbnail-message-item-body__image-cover { + display: block; + animation-name: sbHighlightBlock; + animation-duration: 1.6s; + animation-fill-mode: forwards; +} +.sendbird-msg-hoc__highlighted .sendbird-og-message-item-body .sendbird-og-message-item-body__cover { + display: block; + animation-name: sbHighlightBlock; + animation-duration: 1.6s; + animation-fill-mode: forwards; +} +.sendbird-msg-hoc__highlighted .sendbird-message-content-reactions { + animation-name: sbHighlight; + animation-duration: 1.6s; + animation-fill-mode: forwards; +} + +.sendbird-conversation__scroll-container { + display: flex; + height: 100%; + overflow-y: auto; + overflow-x: hidden; + flex-direction: column; +} +.sendbird-conversation__scroll-container .sendbird-conversation__padding { + flex: 1 1 0; +} + +.sendbird-conversation__footer { + position: fixed; + box-sizing: border-box; + bottom: 8px; + margin-top: 6px; +} +.sendbird-conversation__footer .sendbird-conversation__footer__typing-indicator { + position: fixed; + display: inline-flex; + bottom: 8px; +} +.sendbird-conversation__footer .sendbird-conversation__footer__typing-indicator .sendbird-conversation__footer__typing-indicator__text { + margin-left: 24px; + margin-right: 10px; +} +.sendbird-connection-status { + display: flex; + align-items: center; + padding-top: 5px; +} +.sendbird-chat-header { + position: relative; + display: flex; + flex-direction: row; + justify-content: space-between; + align-items: center; + height: 64px; + min-height: 64px; + padding-left: 20px; + padding-right: 16px; + overflow: hidden; + text-overflow: ellipsis; + box-sizing: border-box; +} +.sendbird-theme--light .sendbird-chat-header { + border-bottom: 1px solid var(--sendbird-light-onlight-04); + background-color: #151515 +} +.sendbird-theme--dark .sendbird-chat-header { + background-color: #151515 +} +.sendbird-chat-header__left { + margin-right: 24px; +} +.sendbird-chat-header__left, .sendbird-chat-header__right { + overflow: hidden; + display: flex; + flex-direction: row; + align-items: center; +} +.sendbird-chat-header .sendbird-chat-header__left__title { + margin-left: 8px; + margin-right: 16px; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + max-width: 780px; +} +.sendbird--mobile-mode .sendbird-chat-header .sendbird-chat-header__left__title { + max-width: calc(100vw - 240px); +} +.sendbird-chat-header .sendbird-chat-header__left__subtitle { + max-width: 240px; + overflow: hidden; + text-overflow: ellipsis; +} +.sendbird-chat-header .sendbird-chat-header__right__mute { + margin-right: 18px; +} +.sendbird-chat-header .sendbird-iconbutton--pressed { + background-color: inherit; +} +.sendbird-chat-header .sendbird-chat-header__right__info { + margin-left: 16px; +} + +.sendbird-chat-header__icon_back { + margin-right: 8px; +} +.sendbird-conversation__messages { + position: relative; + color: white !important +} +.sendbird-conversation__messages::selection { + color: white !important; + background: none; +} +.sendbird-conversation__messages .sendbird-conversation__messages-padding { + position: relative; + padding-left: 24px; + + padding-right: 24px; + margin-bottom: 50px; + color: white; + height: 100%; + overflow-x: hidden; + overflow-y: scroll; +} +.sendbird-conversation__messages .sendbird-separator, +.sendbird-conversation__messages .sendbird-admin-message { + padding-top: 8px; + padding-bottom: 8px; +} + +.sendbird-conversation__messages__notification { + position: fixed; + top: 0px; + width: calc(100% - 50px); + margin-left: 25px; +} + +.sendbird-conversation__scroll-bottom-button { + position: sticky; + display: flex; + align-items: center; + justify-content: center; + bottom: 30px; + left: calc(100% - 65px); + width: 40px; + height: 40px; + border-radius: 24px; +} +.sendbird-theme--light .sendbird-conversation__scroll-bottom-button { + background-color: var(--sendbird-light-background-50); + box-shadow: var(--sendbird-light-shadow-05); +} +.sendbird-theme--dark .sendbird-conversation__scroll-bottom-button { + background-color: var(--sendbird-dark-background-400); + box-shadow: var(--sendbird-dark-shadow-05); +} +.sendbird-conversation__scroll-bottom-button:hover { + cursor: pointer; +} +.sendbird-theme--light .sendbird-conversation__scroll-bottom-button:hover { + background-color: var(--sendbird-light-background-100); +} +.sendbird-theme--dark .sendbird-conversation__scroll-bottom-button:hover { + background-color: var(--sendbird-dark-background-500); +} +.sendbird-theme--light .sendbird-conversation__scroll-bottom-button:active { + background-color: var(--sendbird-light-background-200); +} +.sendbird-theme--dark .sendbird-conversation__scroll-bottom-button:active { + background-color: var(--sendbird-dark-background-700); +} +.sendbird-conversation__scroll-bottom-button:focus { + outline: none; +} +.sendbird-mention-suggest-list { + position: relative; + display: flex; + flex-direction: column; + width: calc(100% - 56px); + max-height: 260px; + overflow: scroll; + margin-left: 28px; + margin-right: 28px; +} +.sendbird-theme--light .sendbird-mention-suggest-list { + border: 1px solid var(--sendbird-light-background-100); +} +.sendbird-theme--dark .sendbird-mention-suggest-list { + border: 1px solid var(--sendbird-dark-background-500); +} +.sendbird-mention-suggest-list .sendbird-mention-suggest-list__user-item { + position: relative; + display: flex; + align-items: center; + padding: 16px 8px; +} +.sendbird-theme--light .sendbird-mention-suggest-list .sendbird-mention-suggest-list__user-item { + background-color: var(--sendbird-light-background-50); +} +.sendbird-theme--dark .sendbird-mention-suggest-list .sendbird-mention-suggest-list__user-item { + background-color: var(--sendbird-dark-background-600); +} +.sendbird-theme--light .sendbird-mention-suggest-list .sendbird-mention-suggest-list__user-item.focused { + background-color: var(--sendbird-light-background-100); +} +.sendbird-theme--dark .sendbird-mention-suggest-list .sendbird-mention-suggest-list__user-item.focused { + background-color: var(--sendbird-dark-background-500); +} +.sendbird-mention-suggest-list .sendbird-mention-suggest-list__user-item .sendbird-mention-suggest-list__user-item__avatar { + position: relative; + display: inline-block; +} +.sendbird-mention-suggest-list .sendbird-mention-suggest-list__user-item .sendbird-mention-suggest-list__user-item__nickname { + position: relative; + display: inline-block; + margin-left: 16px; + max-width: calc(100% - 250px); + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} +.sendbird--mobile-mode .sendbird-mention-suggest-list .sendbird-mention-suggest-list__user-item .sendbird-mention-suggest-list__user-item__nickname { + max-width: calc(100% - 150px); +} +.sendbird-mention-suggest-list .sendbird-mention-suggest-list__user-item .sendbird-mention-suggest-list__user-item__user-id { + position: absolute; + display: inline-block; + right: 16px; + max-width: 180px; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} +.sendbird--mobile-mode .sendbird-mention-suggest-list .sendbird-mention-suggest-list__user-item .sendbird-mention-suggest-list__user-item__user-id { + max-width: 100px; +} +.sendbird-mention-suggest-list .sendbird-mention-suggest-list__notice-item { + position: relative; + display: flex; + align-items: center; + padding: 16px 8px; +} +.sendbird-theme--light .sendbird-mention-suggest-list .sendbird-mention-suggest-list__notice-item { + background-color: var(--sendbird-light-background-50); +} +.sendbird-theme--dark .sendbird-mention-suggest-list .sendbird-mention-suggest-list__notice-item { + background-color: var(--sendbird-dark-background-600); +} +.sendbird-mention-suggest-list .sendbird-mention-suggest-list__notice-item .sendbird-mention-suggest-list__notice-item__icon { + margin-right: 4px; +} +.sendbird-separator { + background-color: #151515; + width: 100%; + display: flex; + align-items: center; +} +.sendbird-separator .sendbird-separator__left { + border: none; + height: 1px; + display: inline-block; + width: 100%; +} +.sendbird-separator .sendbird-separator__right { + border: none; + height: 1px; + display: inline-block; + width: 100%; +} +.sendbird-separator .sendbird-separator__text { + margin: 0px 16px; + display: flex; + white-space: nowrap; +} +.sendbird-message-input { + display: flex; + flex-grow: calc( ); + width: 100%; + position: relative; + margin-left: 25px; +} +.sendbird-message-input .sendbird-message-input--textarea { + position: relative; + margin-left: auto; + width:100%; + font-size: 14px; + font-weight: normal; + font-stretch: normal; + z-Index:9999; + font-style: normal; + line-height: 1.43; + height: 54px; + overflow-y: scroll; + letter-spacing: normal; + padding: 18px 64px 18px 16px; + box-sizing: border-box; + resize: none; + border-radius: 10px; + outline: none; + border: 1px solid #1F1F1F; + font-family: var(--sendbird-font-family-default); + background-color: inherit; + white-space: pre-wrap; +} +.sendbird-theme--light .sendbird-message-input .sendbird-message-input--textarea { + color: var(--sendbird-light-onlight-01); + caret-color: var(--sendbird-light-primary-300); + background-color: var(--sendbird-light-background-50); +} +.sendbird-theme--dark .sendbird-message-input .sendbird-message-input--textarea { + color: var(--sendbird-dark-ondark-01); + caret-color: var(--sendbird-dark-primary-200); + background-color: rgba(221, 221, 221, 0.02); +} +.sendbird-message-input .sendbird-message-input--textarea:focus { + outline: none; +} +.sendbird-theme--light .sendbird-message-input .sendbird-message-input--textarea:focus { + color: var(--sendbird-light-onlight-01); + box-shadow: var(--sendbird-light-shadow-message-input); +} +.sendbird-theme--dark .sendbird-message-input .sendbird-message-input--textarea:focus { + color: var(--sendbird-dark-ondark-01); + border-radius: 10px; + border: 1px solid #1F1F1F; + box-shadow: var(--sendbird-dark-shadow-message-input); +} +.sendbird-theme--light .sendbird-message-input .sendbird-message-input--textarea:active { + border: solid 1px var(--sendbird-message-input-border-active); + color: var(--sendbird-light-onlight-01); +} +.sendbird-theme--dark .sendbird-message-input .sendbird-message-input--textarea:active { + border: solid 1px var(--sendbird-message-input-border-active); + color: var(--sendbird-dark-ondark-01); +} +.sendbird-message-input .sendbird-message-input--placeholder { + position: absolute; + pointer-events: none; + top: 18px; + left: 16px; + font-family: var(--sendbird-font-family-default); + font-size: 14px; + line-height: 1.43; +} +.sendbird-message-input .sendbird-message-input--attach { + position: absolute; + padding: 6px; + right: 16px; + bottom: 14px; +} +.sendbird-message-input .sendbird-message-input--attach.is-voice-message-enabled { + right: 48px; +} +.sendbird-message-input .sendbird-message-input--voice-message { + position: absolute; + padding: 6px; + right: 16px; + bottom: 14px; +} +.sendbird-message-input .sendbird-message-input--send { + position: absolute; + padding: 6px; + right: 16px; + bottom: 14px; +} +.sendbird-message-input .sendbird-message-input--attach-input { + display: none; +} + +.sendbird-message-input__edit { + padding: 16px; + box-sizing: border-box; +} +.sendbird-theme--light .sendbird-message-input__edit { + background-color: var(--sendbird-light-primary-100); +} +.sendbird-theme--dark .sendbird-message-input__edit { + background-color: var(--sendbird-dark-background-700); +} + +.sendbird-message-input--edit-action { + text-align: right; + margin-top: 4px; +} +.sendbird-message-input--edit-action button:last-child { + margin-left: 8px; +} +.sendbird-message-input--edit-action .sendbird-message-input--edit-action__cancel { + width: 80px; +} +.sendbird-theme--light .sendbird-message-input--edit-action .sendbird-message-input--edit-action__cancel { + border: solid 1px var(--sendbird-light-onlight-03); +} +.sendbird-theme--dark .sendbird-message-input--edit-action .sendbird-message-input--edit-action__cancel { + border: solid 1px var(--sendbird-dark-ondark-03); +} +.sendbird-message-input--edit-action .sendbird-message-input--edit-action__save { + width: 80px; +} + +.sendbird-message-input-form__disabled { + cursor: not-allowed; +} + +.sendbird-message-input__disabled { + pointer-events: none; + cursor: not-allowed; +} +.sendbird-theme--light .sendbird-message-input__disabled .sendbird-message-input--textarea { + color: var(--sendbird-light-onlight-04); + border: 1px solid var(--sendbird-light-onlight-04); +} +.sendbird-theme--dark .sendbird-message-input__disabled .sendbird-message-input--textarea { + color: var(--sendbird-dark-ondark-04); + border: 1px solid var(--sendbird-dark-ondark-04); +} +.sendbird-message-content { + position: relative; + display: inline-flex; + flex-direction: row; + width: 100%; + height: 100%; +} +.sendbird-message-content.incoming { + justify-content: flex-start; +} +.sendbird-message-content.outgoing { + justify-content: flex-end; +} +.sendbird-message-content .sendbird-message-content__middle { + max-width: 400px; +} +.sendbird--mobile-mode .sendbird-message-content .sendbird-message-content__middle { + max-width: calc(100vw - 140px); +} +.sendbird-message-content .sendbird-message-content__middle .sendbird-message-content__middle__quote-message.use-quote { + margin-top: -8px; + bottom: -8px; +} + +.sendbird-message-content__middle__quote-message__quote { + width: 100%; +} + +.sendbird-message-content.incoming .sendbird-message-content__left { + position: relative; + display: inline-flex; + min-width: 40px; +} +.sendbird-message-content.incoming .sendbird-message-content__left .sendbird-message-content__left__avatar { + position: absolute; + left: 0px; + bottom: 2px; +} +.sendbird-message-content.incoming .sendbird-message-content__left .sendbird-message-content__left__avatar.use-thread-replies { + bottom: 35px; +} +.sendbird-message-content.incoming .sendbird-message-content__middle { + position: relative; + display: inline-flex; + flex-direction: column; + align-items: flex-start; +} +.sendbird-message-content.incoming .sendbird-message-content__middle .sendbird-message-content__middle__body-container .sendbird-message-content__middle__body-container__created-at { + position: absolute; + bottom: 6px; + right: -84px; + white-space: nowrap; + display: flex; + flex-direction: row; + min-width: 80px; +} +.sendbird-message-content.incoming .sendbird-message-content__middle .sendbird-message-content__middle__body-container .sendbird-message-content__middle__body-container__created-at.sendbird-mouse-hover { + display: none; +} +.sendbird-message-content.incoming .sendbird-message-content__middle .sendbird-message-content__middle__sender-name { + position: relative; + margin-left: 12px; + margin-bottom: 4px; + width: 100%; + overflow-x: hidden; + text-overflow: ellipsis; +} +.sendbird-message-content.incoming .sendbird-message-content__middle .sendbird-message-content__middle__quote-message { + position: relative; + width: 100%; + display: inline-flex; +} +.sendbird-message-content.incoming .sendbird-message-content__middle .sendbird-message-content__middle__quote-message.outgoing { + justify-content: flex-end; +} +.sendbird-message-content.incoming .sendbird-message-content__middle .sendbird-message-content__middle__quote-message.incoming { + justify-content: flex-start; +} +.sendbird-message-content.incoming .sendbird-message-content__middle .sendbird-message-content__middle__quote-message:hover { + cursor: pointer; +} +.sendbird-message-content.incoming .sendbird-message-content__right { + position: relative; + display: inline-flex; + width: 50px; + margin-left: 4px; + padding-top: 18px; +} +.sendbird-message-content.incoming .sendbird-message-content__right.use-reactions { + width: 70px; +} +.sendbird-message-content.incoming .sendbird-message-content__right.chain-top { + padding-top: 2px; +} +.sendbird-message-content.incoming .sendbird-message-content__right.chain-top.use-quote { + padding-top: 18px; +} +.sendbird-message-content.incoming .sendbird-message-content__right .sendbird-message-content-menu { + position: relative; + flex-direction: row; + height: 32px; + display: none; +} +.sendbird-message-content.incoming .sendbird-message-content__right .sendbird-message-content-menu.sendbird-mouse-hover { + display: inline-flex; +} +.sendbird-message-content.incoming:hover .sendbird-message-content__right .sendbird-message-content-menu { + display: inline-flex; +} +.sendbird-message-content.incoming:hover .sendbird-message-content__middle .sendbird-message-content__middle__body-container .sendbird-message-content__middle__body-container__created-at { + display: none; +} +.sendbird--mobile-mode .sendbird-message-content.incoming:hover .sendbird-message-content__middle .sendbird-message-content__middle__body-container .sendbird-message-content__middle__body-container__created-at { + display: inline-flex; +} + +.sendbird-message-content.outgoing .sendbird-message-content__left { + position: relative; + box-sizing: border-box; + display: inline-flex; + justify-content: flex-end; + width: 50px; +} +.sendbird-message-content.outgoing .sendbird-message-content__left.use-reactions { + width: 70px; +} +.sendbird-message-content.outgoing .sendbird-message-content__left.use-quote .sendbird-message-content-menu { + top: 18px; +} +.sendbird-message-content.outgoing .sendbird-message-content__left .sendbird-message-content-menu { + position: absolute; + top: 2px; + right: 4px; + flex-direction: row; + display: none; +} +.sendbird-message-content.outgoing .sendbird-message-content__left .sendbird-message-content-menu.sendbird-mouse-hover { + display: inline-flex; +} +.sendbird-message-content.outgoing .sendbird-message-content__middle { + position: relative; + display: inline-flex; + flex-direction: column; + align-items: flex-end; +} +.sendbird-message-content.outgoing .sendbird-message-content__middle .sendbird-message-content__middle__quote-message { + position: relative; + width: 100%; + display: inline-flex; +} +.sendbird-message-content.outgoing .sendbird-message-content__middle .sendbird-message-content__middle__quote-message.outgoing { + justify-content: flex-end; +} +.sendbird-message-content.outgoing .sendbird-message-content__middle .sendbird-message-content__middle__quote-message.incoming { + justify-content: flex-start; +} +.sendbird-message-content.outgoing .sendbird-message-content__middle .sendbird-message-content__middle__body-container { + position: relative; + width: 100%; +} +.sendbird-message-content.outgoing .sendbird-message-content__middle .sendbird-message-content__middle__body-container .sendbird-message-content__middle__body-container__created-at { + position: absolute; + bottom: 2px; + left: -84px; + white-space: nowrap; + display: flex; + justify-content: flex-end; + box-sizing: content-box; + min-width: 80px; + min-height: 16px; +} +.sendbird-message-content.outgoing .sendbird-message-content__middle .sendbird-message-content__middle__body-container .sendbird-message-content__middle__body-container__created-at.sendbird-mouse-hover { + display: none; +} +.sendbird-message-content.outgoing .sendbird-message-content__middle .sendbird-message-content__middle__body-container .sendbird-message-content__middle__body-container__created-at .sendbird-message-content__middle__body-container__created-at__component-container { + position: relative; + display: inline-flex; +} +.sendbird-message-content.outgoing .sendbird-message-content__right { + display: none; +} +.sendbird-message-content.outgoing:hover .sendbird-message-content__left .sendbird-message-content-menu { + display: inline-flex; +} +.sendbird-message-content.outgoing:hover .sendbird-message-content__middle .sendbird-message-content__middle__body-container .sendbird-message-content__middle__body-container__created-at { + display: none; +} +.sendbird--mobile-mode .sendbird-message-content.outgoing:hover .sendbird-message-content__middle .sendbird-message-content__middle__body-container .sendbird-message-content__middle__body-container__created-at { + display: inline-flex; +} + +.sendbird-message-content__middle__body-container { + position: relative; + width: -moz-fit-content; + width: fit-content; + display: flex; + flex-direction: column; +} +.sendbird-message-content__middle__body-container .sendbird-message-content__middle__message-item-body { + width: 100%; + box-sizing: border-box; + color: white +} + +.sendbird-message-content-reactions { + position: relative; + width: 100%; + max-width: 400px; + border-radius: 0px 0px 16px 16px; +} +.sendbird-theme--light .sendbird-message-content-reactions { + background-color: var(--sendbird-light-background-100); +} +.sendbird-theme--dark .sendbird-message-content-reactions { + background-color: var(--sendbird-dark-background-500); +} +.sendbird-theme--light .sendbird-message-content-reactions.primary { + background-color: var(--sendbird-light-primary-300); +} +.sendbird-theme--dark .sendbird-message-content-reactions.primary { + background-color: var(--sendbird-dark-primary-200); +} +.sendbird-theme--light .sendbird-message-content-reactions.mouse-hover, .sendbird-theme--light .sendbird-message-content-reactions:hover { + background-color: var(--sendbird-light-background-200); +} +.sendbird-theme--dark .sendbird-message-content-reactions.mouse-hover, .sendbird-theme--dark .sendbird-message-content-reactions:hover { + background-color: var(--sendbird-dark-background-400); +} +.sendbird-theme--light .sendbird-message-content-reactions.mouse-hover.primary, .sendbird-theme--light .sendbird-message-content-reactions:hover.primary { + background-color: var(--sendbird-light-primary-400); +} +.sendbird-theme--dark .sendbird-message-content-reactions.mouse-hover.primary, .sendbird-theme--dark .sendbird-message-content-reactions:hover.primary { + background-color: var(--sendbird-dark-primary-300); +} + +.sendbird-message-content__middle__thread-replies { + margin-top: 4px; +} + +.sendbird-voice-message-item-body.sendbird-message-content__middle__message-item-body { + min-width: 136px; + height: 50px; +} +.sendbird-message-item-menu__list__menu-item:focus-visible { + outline: none; +} +.sendbird-text { + color: var(--primary-1); +} +.sendbird-reaction-button { + border-radius: 8px; + display: inline-block; + border: solid 1px transparent; + box-sizing: border-box; + cursor: pointer; +} +.sendbird-theme--light .sendbird-reaction-button:hover { + border: solid 1px var(--sendbird-light-background-100); + background-color: var(--sendbird-light-background-100); +} +.sendbird-theme--dark .sendbird-reaction-button:hover { + border: solid 1px var(--sendbird-dark-background-400); + background-color: var(--sendbird-dark-background-400); +} +.sendbird-reaction-button__inner { + margin: 3px; +} + +.sendbird-reaction-button--selected { + cursor: pointer; + border-radius: 8px; + display: inline-block; + box-sizing: border-box; +} +.sendbird-theme--light .sendbird-reaction-button--selected { + border: solid 1px var(--sendbird-light-primary-100); + background-color: var(--sendbird-light-primary-100); +} +.sendbird-theme--dark .sendbird-reaction-button--selected { + border: solid 1px var(--sendbird-dark-primary-400); + background-color: var(--sendbird-dark-primary-400); +} +.sendbird-reaction-button--selected:hover { + border: solid 1px var(--sendbird-selected-reaction-button-border-hover); +} +.sendbird-reaction-button--selected__inner { + margin: 3px; +} +.sendbird-reaction-button--selected.sendbird-reactions--pressed { + display: block !important; +} +.sendbird-emoji-reactions { + display: inline-block; + border-radius: 16px; + box-sizing: border-box; + width: 100%; + max-width: var(--sendbird-message-balloon-width); + min-height: 24px; + padding: 7px 5px 3px 5px; +} +.sendbird-theme--light .sendbird-emoji-reactions { + background-color: var(--sendbird-light-background-50); + border: 1px solid var(--sendbird-light-background-100); +} +.sendbird-theme--dark .sendbird-emoji-reactions { + background-color: var(--sendbird-dark-background-600); + border: 1px solid var(--sendbird-dark-background-500); +} +.sendbird-emoji-reactions .sendbird-emoji-reactions__reaction-badge { + margin-left: 2px; + margin-right: 1px; + margin-bottom: 4px; +} +.sendbird-emoji-reactions:focus { + outline: none; +} + +.sendbird-emoji-reactions .sendbird-context-menu { + height: 26px; +} + +.sendbird-emoji-reactions__add-reaction-badge { + position: relative; + top: -4px; + display: inline-flex; + width: 36px; + height: 24px; +} + +.sendbird-emoji-reactions .sendbird-context-menu { + margin-left: 2px; +} +.sendbird-reaction-badge { + display: inline-block; + border-radius: 15px; + width: 50px; + height: 24px; +} +.sendbird-theme--light .sendbird-reaction-badge { + background-color: var(--sendbird-light-background-100); + border: solid 1px var(--sendbird-light-background-100); +} +.sendbird-theme--dark .sendbird-reaction-badge { + background-color: var(--sendbird-dark-background-500); + border: solid 1px var(--sendbird-dark-background-500); +} +.sendbird-reaction-badge:hover { + cursor: pointer; +} +.sendbird-theme--light .sendbird-reaction-badge:hover { + border: solid 1px var(--sendbird-light-primary-300); +} +.sendbird-theme--dark .sendbird-reaction-badge:hover { + border: solid 1px var(--sendbird-dark-primary-200); +} + +.sendbird-reaction-badge--is-add { + display: inline-block; + border-radius: 15px; + width: 36px; + height: 24px; +} +.sendbird-theme--light .sendbird-reaction-badge--is-add { + background-color: var(--sendbird-light-background-100); + border: solid 1px var(--sendbird-light-background-100); +} +.sendbird-theme--dark .sendbird-reaction-badge--is-add { + background-color: var(--sendbird-dark-background-500); + border: solid 1px var(--sendbird-dark-background-500); +} +.sendbird-reaction-badge--is-add:hover { + cursor: pointer; +} +.sendbird-theme--light .sendbird-reaction-badge--is-add:hover { + border: solid 1px var(--sendbird-light-primary-300); +} +.sendbird-theme--dark .sendbird-reaction-badge--is-add:hover { + border: solid 1px var(--sendbird-dark-primary-200); +} +.sendbird-reaction-badge--is-add .sendbird-reaction-badge__inner .sendbird-reaction-badge__inner__icon { + left: 8px; +} + +.sendbird-reaction-badge--selected { + display: inline-block; + border-radius: 15px; + width: 50px; + height: 24px; +} +.sendbird-theme--light .sendbird-reaction-badge--selected { + background-color: var(--sendbird-light-primary-100); + border: solid 1px var(--sendbird-light-primary-100); +} +.sendbird-theme--dark .sendbird-reaction-badge--selected { + background-color: rgba(168, 168, 168, 0.486); + border: solid 1px rgb(126, 124, 124) +} +.sendbird-reaction-badge--selected:hover { + cursor: pointer; +} +.sendbird-theme--light .sendbird-reaction-badge--selected:hover { + border: solid 1px var(--sendbird-light-primary-300); +} +.sendbird-theme--dark .sendbird-reaction-badge--selected:hover { + border: solid 1px var(--sendbird-dark-primary-200); +} + +.sendbird-reaction-badge__inner { + position: relative; + display: flex; + height: 24px; + flex-direction: row; + align-items: center; + justify-content: center; + padding-left: 20px; + padding-right: 4px; +} +.sendbird-reaction-badge__inner .sendbird-reaction-badge__inner__icon { + position: absolute; + top: 2px; + left: 4px; +} +.sendbird-reaction-badge__inner .sendbird-reaction-badge__inner__count { + margin-left: 4px; +} +.sendbird-message__bottomsheet__reacted-members { + position: relative; + padding: 0px 16px; + box-sizing: border-box; + width: 100%; + height: 46px; + overflow-x: scroll; + display: inline-flex; + flex-direction: row; + justify-content: center; + gap: 16px; +} + +.sendbird-message__bottomsheet__reacted-members__item { + position: relative; + height: 100%; + display: inline-flex; + gap: 4px; + flex-direction: row; + align-items: center; +} + +.sendbird-message__bottomsheet__reactor-list { + position: relative; + padding: 0px 16px; + width: 100%; + height: 216px; + box-sizing: border-box; + display: inline-flex; + flex-direction: column; + overflow-y: scroll; +} + +.sendbird-message__bottomsheet__reactor-list__item.sendbird-user-list-item { + border-bottom: 0px; + min-height: 48px; +} +.sendbird-bottomsheet { + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; +} + +.sendbird-bottomsheet__content { + z-index: 10001; + position: fixed; + bottom: 0; + left: 0; +} + +.sendbird-bottomsheet__backdrop { + position: fixed; + z-index: 10000; + height: 100%; + width: 100%; + top: 0; + left: 0; +} +.sendbird-theme--light .sendbird-bottomsheet__backdrop { + background-color: var(--sendbird-light-overlay-02); +} +.sendbird-theme--dark .sendbird-bottomsheet__backdrop { + background-color: var(--sendbird-dark-overlay-02); +} +.sendbird-tooltip { + position: relative; + display: inline-flex; + justify-content: center; + max-width: 200px; + border-radius: 8px; + padding: 8px 16px; +} +.sendbird-theme--light .sendbird-tooltip { + background-color: var(--sendbird-light-background-700); +} +.sendbird-theme--dark .sendbird-tooltip { + background-color: var(--sendbird-dark-background-300); +} +.sendbird-tooltip::after { + content: ""; + position: absolute; + bottom: -4px; + width: 8px; + height: 8px; + transform: rotate(45deg); +} +.sendbird-theme--light .sendbird-tooltip::after { + background-color: var(--sendbird-light-background-700); +} +.sendbird-theme--dark .sendbird-tooltip::after { + background-color: var(--sendbird-dark-background-300); +} +.sendbird-tooltip__text { + font-family: var(--sendbird-font-family-default); + font-size: 12px; + font-weight: bold; + font-stretch: normal; + font-style: normal; + line-height: 1.33; + letter-spacing: normal; + word-break: keep-all; + max-width: 180px; + overflow: hidden; + text-overflow: ellipsis; +} +.sendbird-tooltip-wrapper { + position: relative; + display: inline-flex; +} +.sendbird-tooltip-wrapper__hover-tooltip { + position: absolute; + display: inline-flex; + width: 200px; +} +.sendbird-tooltip-wrapper__hover-tooltip__inner__tooltip-container { + position: relative; + display: inline-flex; +} +.sendbird-admin-message { + display: flex; + justify-content: center; + align-items: center; +} +.sendbird-admin-message .sendbird-admin-message__text { + display: flex; + text-align: center; +} +.sendbird-text-message-item-body { + position: relative; + display: inline-block; + box-sizing: content-box; + padding: 8px 12px; + border-radius: 16px; + white-space: pre-line; + word-break: break-word; +} +.sendbird-text-message-item-body.reactions { + border-radius: 16px 16px 0px 0px; +} +.sendbird-theme--light .sendbird-text-message-item-body.incoming { + background-color: var(--sendbird-light-background-100); +} +.sendbird-theme--dark .sendbird-text-message-item-body.incoming { + background-color: var(--sendbird-dark-background-500); +} +.sendbird-theme--light .sendbird-text-message-item-body.outgoing { + background-color: var(--sendbird-light-primary-300); +} +.sendbird-theme--dark .sendbird-text-message-item-body.outgoing { + background-color: var(--sendbird-dark-primary-200); +} +.sendbird-theme--light .sendbird-text-message-item-body.mouse-hover.incoming, .sendbird-theme--light .sendbird-text-message-item-body:hover.incoming { + background-color: var(--sendbird-light-background-200); +} +.sendbird-theme--dark .sendbird-text-message-item-body.mouse-hover.incoming, .sendbird-theme--dark .sendbird-text-message-item-body:hover.incoming { + background-color: var(--sendbird-dark-background-400); +} +.sendbird-theme--light .sendbird-text-message-item-body.mouse-hover.outgoing, .sendbird-theme--light .sendbird-text-message-item-body:hover.outgoing { + background-color: var(--sendbird-light-primary-400); +} +.sendbird-theme--dark .sendbird-text-message-item-body.mouse-hover.outgoing, .sendbird-theme--dark .sendbird-text-message-item-body:hover.outgoing { + background-color: var(--sendbird-dark-primary-300); +} +.sendbird-text-message-item-body .sendbird-text-message-item-body__text-bubble__message { + display: inline; + margin: 0px 2px; +} + +div.sendbird-text-message-item-body { + margin: 0px; +} +.sendbird-word { + white-space: break-spaces; +} +.sendbird-word .sendbird-word__mention { + display: inline-block; +} +.sendbird-word .sendbird-word__mention:hover { + cursor: pointer; +} +.sendbird-theme--light .sendbird-word .sendbird-word__mention.sendbird-word__mention--me { + background-color: var(--sendbird-highlight-100); +} +.sendbird-theme--dark .sendbird-word .sendbird-word__mention.sendbird-word__mention--me { + background-color: var(--sendbird-highlight-100); +} +.sendbird-theme--light .sendbird-word .sendbird-word__mention.sendbird-word__mention--me .sendbird-label { + color: var(--sendbird-light-onlight-01); +} +.sendbird-theme--dark .sendbird-word .sendbird-word__mention.sendbird-word__mention--me .sendbird-label { + color: var(--sendbird-dark-onlight-01); +} +.sendbird-link-label { + text-decoration: unset; +} +.sendbird-link-label:hover { + cursor: pointer; + text-decoration: underline; +} +.sendbird-link-label:focus { + outline: none; +} +.sendbird-link-label__label { + display: inline; +} + +.sendbird-theme--light .sendbird-link-label .sendbird-label--color-onbackground-1 { + color: var(--sendbird-light-onlight-01); +} +.sendbird-theme--dark .sendbird-link-label .sendbird-label--color-onbackground-1 { + color: black +} + +.sendbird-theme--light .sendbird-link-label .sendbird-label--color-onbackground-2 { + color: var(--sendbird-light-onlight-02); +} +.sendbird-theme--dark .sendbird-link-label .sendbird-label--color-onbackground-2 { + color: var(--sendbird-dark-ondark-02); + +} + +.sendbird-theme--light .sendbird-link-label .sendbird-label--color-onbackground-3 { + color: var(--sendbird-light-onlight-03); +} +.sendbird-theme--dark .sendbird-link-label .sendbird-label--color-onbackground-3 { + color: var(--sendbird-dark-ondark-03); +} + +.sendbird-theme--light .sendbird-link-label .sendbird-label--color-oncontent-1 { + color: var(--sendbird-light-ondark-01); +} +.sendbird-theme--dark .sendbird-link-label .sendbird-label--color-oncontent-1 { + color: var(--sendbird-dark-onlight-01); +} + +.sendbird-theme--light .sendbird-link-label .sendbird-label--color-oncontent-2 { + color: var(--sendbird-light-ondark-02); +} +.sendbird-theme--dark .sendbird-link-label .sendbird-label--color-oncontent-2 { + color: var(--sendbird-dark-onlight-02); +} + +.sendbird-theme--light .sendbird-link-label .sendbird-label--color-primary { + color: var(--sendbird-light-primary-300); +} +.sendbird-theme--dark .sendbird-link-label .sendbird-label--color-primary { + color: var(--sendbird-dark-primary-200); +} + +.sendbird-theme--light .sendbird-link-label .sendbird-label--color-error { + color: var(--sendbird-light-error-300); +} +.sendbird-theme--dark .sendbird-link-label .sendbird-label--color-error { + color: var(--sendbird-dark-error-200); +} + +.sendbird-theme--light .sendbird-link-label .sendbird-label--color-secondary-3 { + color: var(--sendbird-light-secondary-300); +} +.sendbird-theme--dark .sendbird-link-label .sendbird-label--color-secondary-3 { + color: var(--sendbird-dark-secondary-200); +} +.sendbird-file-message-item-body { + position: relative; + display: inline-block; + box-sizing: border-box; + padding: 8px 12px; + align-items: center; + border-radius: 16px; +} +.sendbird-file-message-item-body.reactions { + border-radius: 16px 16px 0px 0px; +} +.sendbird-theme--light .sendbird-file-message-item-body.outgoing { + background-color: var(--sendbird-light-primary-300); +} +.sendbird-theme--dark .sendbird-file-message-item-body.outgoing { + background-color: var(--sendbird-dark-primary-200); +} +.sendbird-theme--light .sendbird-file-message-item-body.incoming { + background-color: var(--sendbird-light-background-100); +} +.sendbird-theme--dark .sendbird-file-message-item-body.incoming { + background-color: var(--sendbird-dark-background-500); +} +.sendbird-theme--light .sendbird-file-message-item-body.mouse-hover.outgoing, .sendbird-theme--light .sendbird-file-message-item-body:hover.outgoing { + background-color: var(--sendbird-light-primary-400); +} +.sendbird-theme--dark .sendbird-file-message-item-body.mouse-hover.outgoing, .sendbird-theme--dark .sendbird-file-message-item-body:hover.outgoing { + background-color: var(--sendbird-dark-primary-300); +} +.sendbird-theme--light .sendbird-file-message-item-body.mouse-hover.incoming, .sendbird-theme--light .sendbird-file-message-item-body:hover.incoming { + background-color: var(--sendbird-light-background-200); +} +.sendbird-theme--dark .sendbird-file-message-item-body.mouse-hover.incoming, .sendbird-theme--dark .sendbird-file-message-item-body:hover.incoming { + background-color: var(--sendbird-dark-background-400); +} +.sendbird-file-message-item-body .sendbird-file-message-item-body__file-icon { + width: 28px; + height: 28px; + min-width: 28px; + min-height: 28px; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 8px; + margin-right: 8px; +} +.sendbird-theme--light .sendbird-file-message-item-body .sendbird-file-message-item-body__file-icon { + background-color: var(--sendbird-light-background-50); +} +.sendbird-theme--dark .sendbird-file-message-item-body .sendbird-file-message-item-body__file-icon { + background-color: var(--sendbird-dark-background-600); +} +.sendbird-file-message-item-body .sendbird-file-message-item-body__file-name { + position: relative; + top: -6px; +} +.sendbird-thumbnail-message-item-body { + position: relative; + display: block; + box-sizing: border-box; + overflow: hidden; + width: 100%; + min-width: 360px; + max-width: 400px; + height: 270px; + border-radius: 16px; +} +.sendbird--mobile-mode .sendbird-thumbnail-message-item-body { + min-width: 160px; +} +.sendbird-thumbnail-message-item-body.reactions { + border-radius: 16px 16px 0px 0px; +} +.sendbird-theme--light .sendbird-thumbnail-message-item-body { + background-color: var(--sendbird-light-background-100); +} +.sendbird-theme--dark .sendbird-thumbnail-message-item-body { + background-color: var(--sendbird-dark-background-500); +} +.sendbird-theme--light .sendbird-thumbnail-message-item-body.mouse-hover, .sendbird-theme--light .sendbird-thumbnail-message-item-body:hover { + background-color: var(--sendbird-light-background-200); +} +.sendbird-theme--dark .sendbird-thumbnail-message-item-body.mouse-hover, .sendbird-theme--dark .sendbird-thumbnail-message-item-body:hover { + background-color: var(--sendbird-dark-background-400); +} +.sendbird-thumbnail-message-item-body .sendbird-thumbnail-message-item-body__thumbnail { + position: absolute; + border-radius: 16px; +} +.sendbird-thumbnail-message-item-body .sendbird-thumbnail-message-item-body__placeholder { + position: absolute; + width: 100%; + height: 270px; + display: flex; + justify-content: center; + align-items: center; +} +.sendbird-thumbnail-message-item-body .sendbird-thumbnail-message-item-body__placeholder .sendbird-thumbnail-message-item-body__placeholder__icon { + display: flex; + align-items: center; + justify-content: center; + width: 56px; + height: 56px; + border-radius: 50%; + background-color: var(--sendbird-light-background-50); +} +.sendbird-thumbnail-message-item-body .sendbird-thumbnail-message-item-body__image-cover { + position: absolute; + top: 0px; + display: none; + width: 100%; + height: 270px; + border-radius: 16px; + background-color: var(--sendbird-light-overlay-01); +} +.sendbird-thumbnail-message-item-body .sendbird-thumbnail-message-item-body__video { + position: absolute; + width: 100%; + height: 270px; + border-radius: 16px; +} +.sendbird-thumbnail-message-item-body .sendbird-thumbnail-message-item-body__icon-wrapper { + position: absolute; + width: 100%; + height: 270px; + display: flex; + align-items: center; + justify-content: center; +} +.sendbird-thumbnail-message-item-body .sendbird-thumbnail-message-item-body__icon-wrapper .sendbird-thumbnail-message-item-body__icon-wrapper__icon { + display: flex; + align-items: center; + justify-content: center; + width: 56px; + height: 56px; + border-radius: 50%; + background-color: var(--sendbird-light-background-50); +} + +.sendbird-thumbnail-message-item-body:hover { + cursor: pointer; +} +.sendbird-thumbnail-message-item-body:hover .sendbird-thumbnail-message-item-body__image-cover { + display: inline-flex; +} +.sendbird-og-message-item-body { + position: relative; + display: inline-block; + width: 100%; + min-width: 320px; + max-width: 400px; +} +.sendbird--mobile-mode .sendbird-og-message-item-body { + min-width: 160px; +} +.sendbird-og-message-item-body .sendbird-og-message-item-body__text-bubble { + position: relative; + padding: 8px 12px; + box-sizing: border-box; + border-radius: 16px 16px 0px 0px; + word-break: break-word; + white-space: pre-line; +} +.sendbird-og-message-item-body .sendbird-og-message-item-body__text-bubble .sendbird-og-message-item-body__text-bubble__message { + display: inline; + margin: 0px 2px; +} +.sendbird-og-message-item-body .sendbird-og-message-item-body__og-thumbnail { + position: relative; + overflow: hidden; +} +.sendbird-og-message-item-body .sendbird-og-message-item-body__og-thumbnail .sendbird-og-message-item-body__og-thumbnail__image { + width: 100%; + position: relative; + display: flex; + justify-content: center; + align-items: center; +} +.sendbird-og-message-item-body.reactions .sendbird-og-message-item-body__description { + border-radius: 0px; +} +.sendbird-og-message-item-body .sendbird-og-message-item-body__description { + white-space: nowrap; + text-overflow: ellipsis; + overflow: hidden; + padding: 8px 12px; + display: flex; + flex-direction: column; + border-radius: 0px 0px 16px 16px; +} +.sendbird-theme--light .sendbird-og-message-item-body .sendbird-og-message-item-body__description { + background-color: var(--sendbird-light-background-100); +} +.sendbird-theme--dark .sendbird-og-message-item-body .sendbird-og-message-item-body__description { + background-color: var(--sendbird-dark-background-500); +} +.sendbird-og-message-item-body .sendbird-og-message-item-body__description .sendbird-og-message-item-body__description__title, +.sendbird-og-message-item-body .sendbird-og-message-item-body__description .sendbird-og-message-item-body__description__description { + margin-bottom: 4px; + width: 100%; + white-space: nowrap; + text-overflow: ellipsis; + overflow: hidden; + display: inline-block; +} +.sendbird-og-message-item-body .sendbird-og-message-item-body__description .sendbird-og-message-item-body__description__url { + width: 100%; + white-space: nowrap; + text-overflow: ellipsis; + overflow: hidden; + display: inline-block; + margin: 4px 0px; +} +.sendbird-og-message-item-body .sendbird-og-message-item-body__og-thumbnail:hover, +.sendbird-og-message-item-body .sendbird-og-message-item-body__description:hover { + cursor: pointer; +} +.sendbird-theme--light .sendbird-og-message-item-body.outgoing .sendbird-og-message-item-body__text-bubble { + background-color: var(--sendbird-light-primary-300); + color: var(--sendbird-light-ondark-01); +} +.sendbird-theme--dark .sendbird-og-message-item-body.outgoing .sendbird-og-message-item-body__text-bubble { + background-color: var(--sendbird-dark-primary-200); + color: var(--sendbird-dark-onlight-01); +} +.sendbird-theme--light .sendbird-og-message-item-body.incoming .sendbird-og-message-item-body__text-bubble { + background-color: var(--sendbird-light-background-100); + color: var(--sendbird-light-onlight-01); +} +.sendbird-theme--dark .sendbird-og-message-item-body.incoming .sendbird-og-message-item-body__text-bubble { + background-color: var(--sendbird-dark-background-500); + color: var(--sendbird-dark-ondark-01); +} +.sendbird-theme--light .sendbird-og-message-item-body.mouse-hover .sendbird-og-message-item-body__description, .sendbird-theme--light .sendbird-og-message-item-body:hover .sendbird-og-message-item-body__description { + background-color: var(--sendbird-light-background-200); +} +.sendbird-theme--dark .sendbird-og-message-item-body.mouse-hover .sendbird-og-message-item-body__description, .sendbird-theme--dark .sendbird-og-message-item-body:hover .sendbird-og-message-item-body__description { + background-color: var(--sendbird-dark-background-400); +} +.sendbird-theme--light .sendbird-og-message-item-body.mouse-hover.outgoing .sendbird-og-message-item-body__text-bubble, .sendbird-theme--light .sendbird-og-message-item-body:hover.outgoing .sendbird-og-message-item-body__text-bubble { + background-color: var(--sendbird-light-primary-400); +} +.sendbird-theme--dark .sendbird-og-message-item-body.mouse-hover.outgoing .sendbird-og-message-item-body__text-bubble, .sendbird-theme--dark .sendbird-og-message-item-body:hover.outgoing .sendbird-og-message-item-body__text-bubble { + background-color: var(--sendbird-dark-primary-300); +} +.sendbird-theme--light .sendbird-og-message-item-body.mouse-hover.incoming .sendbird-og-message-item-body__text-bubble, .sendbird-theme--light .sendbird-og-message-item-body:hover.incoming .sendbird-og-message-item-body__text-bubble { + background-color: var(--sendbird-light-background-200); +} +.sendbird-theme--dark .sendbird-og-message-item-body.mouse-hover.incoming .sendbird-og-message-item-body__text-bubble, .sendbird-theme--dark .sendbird-og-message-item-body:hover.incoming .sendbird-og-message-item-body__text-bubble { + background-color: var(--sendbird-dark-background-400); +} +.sendbird-og-message-item-body .sendbird-og-message-item-body__cover { + display: none; + position: absolute; + top: 0%; + left: 0; + width: 100%; + height: 100%; + border-radius: 16px 16px 0px 0px; +} + +div.sendbird-og-message-item-body__text-bubble { + margin: 0px; +} +.sendbird-unknown-message-item-body { + position: relative; + display: inline-block; + box-sizing: border-box; + padding: 8px 12px; + border-radius: 16px; +} +.sendbird-unknown-message-item-body.reactions { + border-radius: 16px 16px 0px 0px; +} +.sendbird-theme--light .sendbird-unknown-message-item-body.outgoing { + background-color: var(--sendbird-light-primary-300); +} +.sendbird-theme--dark .sendbird-unknown-message-item-body.outgoing { + background-color: var(--sendbird-dark-primary-200); +} +.sendbird-theme--light .sendbird-unknown-message-item-body.incoming { + background-color: var(--sendbird-light-background-100); +} +.sendbird-theme--dark .sendbird-unknown-message-item-body.incoming { + background-color: var(--sendbird-dark-background-500); +} +.sendbird-theme--light .sendbird-unknown-message-item-body.mouse-hover.outgoing, .sendbird-theme--light .sendbird-unknown-message-item-body:hover.outgoing { + background-color: var(--sendbird-light-primary-400); +} +.sendbird-theme--dark .sendbird-unknown-message-item-body.mouse-hover.outgoing, .sendbird-theme--dark .sendbird-unknown-message-item-body:hover.outgoing { + background-color: var(--sendbird-dark-primary-300); +} +.sendbird-theme--light .sendbird-unknown-message-item-body.mouse-hover.incoming, .sendbird-theme--light .sendbird-unknown-message-item-body:hover.incoming { + background-color: var(--sendbird-light-background-200); +} +.sendbird-theme--dark .sendbird-unknown-message-item-body.mouse-hover.incoming, .sendbird-theme--dark .sendbird-unknown-message-item-body:hover.incoming { + background-color: var(--sendbird-dark-background-400); +} +.sendbird-unknown-message-item-body .sendbird-unknown-message-item-body__header { + display: block; +} +.sendbird-unknown-message-item-body .sendbird-unknown-message-item-body__description { + display: block; +} +.sendbird-quote-message { + position: relative; + display: inline-flex; + box-sizing: border-box; + flex-direction: column; + width: 100%; + max-width: 400px; +} +.sendbird-quote-message.incoming { + align-items: flex-start; +} +.sendbird-quote-message.outgoing { + align-items: flex-end; +} +.sendbird-quote-message .sendbird-quote-message__replied-to { + position: relative; + display: inline-flex; + flex-direction: row; + align-items: center; + height: 16px; + padding: 0px 12px; + width: 100%; +} +.sendbird-quote-message .sendbird-quote-message__replied-to .sendbird-quote-message__replied-to__icon { + position: relative; + margin-bottom: 4px; + margin-right: 4px; +} +.sendbird-quote-message .sendbird-quote-message__replied-to .sendbird-quote-message__replied-to__text { + position: relative; + max-width: 360px; + overflow: hidden; + overflow-x: hidden; + white-space: nowrap; + word-break: keep-all; + text-overflow: ellipsis; + font-size: 12px; + display: inline-flex; + flex-direction: row; + align-items: center; +} +.sendbird-quote-message .sendbird-quote-message__replied-to .sendbird-quote-message__replied-to__text .sendbird-quote-message__replied-to__text__nickname { + display: inline-block; + max-width: 148px; + overflow: hidden; + text-overflow: ellipsis; +} +.sendbird-quote-message .sendbird-quote-message__replied-to .sendbird-quote-message__replied-to__text .sendbird-quote-message__replied-to__text__text { + margin: 0px 4px; +} +.sendbird-quote-message .sendbird-quote-message__replied-message { + position: relative; + display: inline-flex; +} +.sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__text-message { + position: relative; + white-space: pre-wrap; + word-break: break-all; + font-size: 12px; + padding: 8px 12px 16px 12px; + border-radius: 16px; + opacity: 0.5; +} +.sendbird-theme--light .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__text-message { + background-color: var(--sendbird-light-background-100); +} +.sendbird-theme--dark .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__text-message { + background-color: var(--sendbird-dark-background-500); +} +.sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__text-message .sendbird-quote-message__replied-message__text-message__word { + position: relative; + display: inline-flex; + max-height: 30px; + overflow: hidden; + text-overflow: ellipsis; +} +.sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message { + position: relative; + width: 144px; + height: 108px; + border-radius: 6.4px; + overflow: hidden; +} +.sendbird-theme--light .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message { + background-color: var(--sendbird-light-background-100); +} +.sendbird-theme--dark .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message { + background-color: var(--sendbird-dark-background-500); +} +.sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message .sendbird-quote-message__replied-message__thumbnail-message__video, +.sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message .sendbird-quote-message__replied-message__thumbnail-message__image { + position: absolute; + top: 0px; + display: inline-flex; + width: 100%; + height: 100%; + opacity: 0.5; +} +.sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message .sendbird-quote-message__replied-message__thumbnail-message__placeholder { + position: absolute; + display: inline-flex; + width: 100%; + height: 100%; + justify-content: center; + align-items: center; +} +.sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message .sendbird-quote-message__replied-message__thumbnail-message__placeholder .sendbird-quote-message__replied-message__thumbnail-message__placeholder__icon { + display: inline-flex; + justify-content: center; + align-items: center; + width: 22px; + height: 22px; + border-radius: 50%; +} +.sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message .sendbird-quote-message__replied-message__thumbnail-message__cover { + position: absolute; + display: inline-flex; + width: 100%; + height: 100%; + justify-content: center; + align-items: center; + top: 0px; +} +.sendbird-theme--light .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message .sendbird-quote-message__replied-message__thumbnail-message__cover { + background-color: rgba(255, 255, 255, 0.4); +} +.sendbird-theme--dark .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message .sendbird-quote-message__replied-message__thumbnail-message__cover { + background-color: rgba(255, 255, 255, 0.4); +} +.sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message .sendbird-quote-message__replied-message__thumbnail-message__cover .sendbird-quote-message__replied-message__thumbnail-message__cover__icon { + position: relative; + display: inline-flex; + justify-content: center; + align-items: center; + width: 22px; + height: 22px; + border-radius: 50%; +} +.sendbird-theme--light .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message .sendbird-quote-message__replied-message__thumbnail-message__cover .sendbird-quote-message__replied-message__thumbnail-message__cover__icon { + background-color: rgb(255, 255, 255); +} +.sendbird-theme--dark .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__thumbnail-message .sendbird-quote-message__replied-message__thumbnail-message__cover .sendbird-quote-message__replied-message__thumbnail-message__cover__icon { + background-color: rgb(255, 255, 255); +} +.sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__file-message { + position: relative; + display: inline-flex; + flex-direction: row; + font-size: 12px; + padding: 8px 12px 16px 12px; + border-radius: 16px; + opacity: 0.5; +} +.sendbird-theme--light .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__file-message { + background-color: var(--sendbird-light-background-100); +} +.sendbird-theme--dark .sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__file-message { + background-color: var(--sendbird-dark-background-500); +} +.sendbird-quote-message .sendbird-quote-message__replied-message .sendbird-quote-message__replied-message__file-message .sendbird-quote-message__replied-message__file-message__type-icon { + margin-right: 2px; +} +.sendbird-quote-message:hover { + cursor: pointer; +} + +.sendbird-quote-message.unavailable:hover { + cursor: default; +} + +.sendbird-message-content.outgoing .sendbird-quote-message__replied-to { + flex-direction: row-reverse; + padding-right: 0px; +} + +.sendbird-message-content.incoming .sendbird-quote-message__replied-to { + padding-left: 0px; +} +.sendbird-message__mobile-context-menu { + border-radius: 8px; + width: 180px; +} + +.sendbird-message__contextmenu--hyperlink { + display: flex; + justify-content: space-between; +} + +.sendbird-message__bottomsheet--hyperlink { + display: block; +} + +.sendbird-message__bottomsheet--hyperlink, +.sendbird-message__contextmenu--hyperlink { + width: 100%; + text-decoration: none; + color: inherit; + font-size: inherit; + font-weight: inherit; + font-stretch: normal; + font-style: normal; + line-height: inherit; + letter-spacing: inherit; + font-family: inherit; +} + +.sendbird-message__mobile-context-menu-item .sendbird-dropdown__menu-item__text { + display: flex; + justify-content: space-between; +} +.sendbird-theme--light .sendbird-message__mobile-context-menu-item:not(:last-child) { + border-bottom: 1px solid var(--sendbird-light-onlight-04); +} +.sendbird-theme--dark .sendbird-message__mobile-context-menu-item:not(:last-child) { + border-bottom: 1px solid var(--sendbird-dark-ondark-04); +} + +.sendbird-message__bottomsheet { + width: 100vw; + border-top-left-radius: 8px; + border-top-right-radius: 8px; + padding-top: 16px; +} +.sendbird-theme--light .sendbird-message__bottomsheet { + background-color: var(--sendbird-light-background-50); +} +.sendbird-theme--dark .sendbird-message__bottomsheet { + background-color: var(--sendbird-dark-background-600); +} + +.sendbird-message__bottomsheet-reaction-bar { + padding-left: 0; + display: flex; + justify-content: center; + margin-bottom: 0px; + margin-top: 0; +} + +.sendbird-message__bottomsheet-reaction-bar__row { + display: inline-block; +} +.sendbird-message__bottomsheet-reaction-bar__row.sendbird-message__bottomsheet-reaction-bar__all { + display: flex; + flex-direction: row; + flex-wrap: wrap; +} + +.sendbird-message__bottomsheet--action { + cursor: pointer; + height: 48px; + display: flex; + align-items: center; + padding-left: 16px; +} +.sendbird-message__bottomsheet--action .sendbird-icon { + margin-right: 24px; +} + +.sendbird-message__bottomsheet--action-disabled { + cursor: not-allowed; +} +.sendbird-theme--light .sendbird-message__bottomsheet--action-disabled { + background-color: var(--sendbird-light-background-50); +} +.sendbird-theme--dark .sendbird-message__bottomsheet--action-disabled { + background-color: var(--sendbird-dark-background-500); +} +.sendbird-ui-thread-replies { + position: relative; + width: -moz-fit-content; + width: fit-content; + height: 20px; + min-height: 20px; + display: inline-flex; + flex-direction: row; + justify-content: flex-start; + align-items: center; + padding: 4px 10px; + gap: 4px; + border-radius: 16px; + flex: none; + order: 0; + flex-grow: 0; +} +.sendbird-theme--light .sendbird-ui-thread-replies { + background-color: var(--sendbird-light-background-50); +} +.sendbird-theme--dark .sendbird-ui-thread-replies { + background-color: var(--sendbird-dark-background-600); +} +.sendbird-ui-thread-replies:hover { + cursor: pointer; +} +.sendbird-theme--light .sendbird-ui-thread-replies:hover { + background-color: var(--sendbird-light-background-100); +} +.sendbird-theme--dark .sendbird-ui-thread-replies:hover { + background-color: var(--sendbird-dark-background-500); +} + +.sendbird-ui-thread-replies__user-profiles { + position: relative; + width: 100%; + height: 100%; + gap: 4px; + display: inline-flex; + flex-direction: row; +} + +.sendbird-ui-thread-replies__user-profiles__avatar { + position: relative; + width: 20px; + height: 20px; + display: inline-flex; + justify-content: center; + align-items: center; +} + +.sendbird-ui-thread-replies__user-profiles__avatar__image { + position: absolute; + top: 0px; + left: 0px; + width: 20px; + height: 20px; +} + +.sendbird-ui-thread-replies__user-profiles__avatar__cover { + position: absolute; + top: 0px; + left: 0px; + width: 20px; + height: 20px; + border-radius: 50%; + background-color: var(--sendbird-light-overlay-01); +} + +.sendbird-ui-thread-replies__user-profiles__avatar__plus { + position: absolute; + top: 0px; + left: 0px; + width: 20px; + height: 20px; + display: inline-flex; + justify-content: center; + align-items: center; +} + +.sendbird-ui-thread-replies__reply-counts { + position: relative; + min-width: -moz-fit-content; + min-width: fit-content; + height: 12px; + display: inline-flex; + flex-direction: row; + justify-content: flex-start; + align-items: center; + white-space: nowrap; +} + +.sendbird-ui-thread-replies__icon { + position: relative; + display: inline-flex; +} +.sendbird-voice-message-item-body { + position: relative; + display: inline-flex; + width: 100%; + border-radius: 16px; + overflow: hidden; +} + +.sendbird-voice-message-item-body.is-reactions-contained { + border-radius: 16px 16px 0px 0px; +} + +.sendbird-voice-message-item-body__progress-bar { + position: absolute; + width: 100%; + height: 50px; +} + +.sendbird-voice-message-item-body__status-button { + position: relative; + top: 10px; + left: 12px; + display: inline-flex; + justify-content: center; + align-items: center; + width: 34px; + height: 34px; + min-width: 34px; + min-height: 34px; +} + +.sendbird-voice-message-item-body__status-button__button { + width: 100%; + height: 100%; + display: inline-flex; + justify-content: center; + align-items: center; + border-radius: 50%; + margin: auto; +} +.sendbird-theme--light .sendbird-voice-message-item-body__status-button__button { + background-color: #101010 +} +.sendbird-theme--dark .sendbird-voice-message-item-body__status-button__button { + background-color: rgb(179, 179, 179) +} + +.sendbird-voice-message-item-body__playback-time { + position: absolute; + top: 15px; + right: 12px; +} + +.sendbird-voice-message-item-body__status-button__button__pause { + position: relative; + display: inline-flex; + justify-content: space-between; + align-items: center; + width: 13.75px; + height: 13.75px; +} + +.sendbird-voice-message-item-body__status-button__button__pause__inner { + position: relative; + display: inline-flex; + width: 4.38px; + height: 13.75px; + border-radius: 2px; +} +.sendbird-theme--light .sendbird-voice-message-item-body__status-button__button__pause__inner { + background-color: var(--sendbird-light-primary-300); +} +.sendbird-theme--dark .sendbird-voice-message-item-body__status-button__button__pause__inner { + background-color: var(--sendbird-dark-primary-200); +} +.sendbird-progress-bar, .sendbird-progress-bar__fill { + display: inline-flex; + width: 100%; + height: 100%; +} + +.sendbird-progress-bar { + justify-content: flex-start; +} + +.sendbird-theme--light .sendbird-progress-bar__fill { + background-color: var(--sendbird-light-onlight-03); +} +.sendbird-theme--dark .sendbird-progress-bar__fill { + background-color: var(--sendbird-dark-ondark-03); +} + +.sendbird-theme--light .progress-bar-color--primary { + background-color: var(--sendbird-light-primary-300); +} +.sendbird-theme--dark .progress-bar-color--primary { + background-color: var(--sendbird-dark-primary-200); +} + +.sendbird-theme--light .sendbird-progress-bar.progress-bar--disabled, .sendbird-theme--light .progress-bar-color--gray { + background-color: var(--sendbird-light-background-100); +} +.sendbird-theme--dark .sendbird-progress-bar.progress-bar--disabled, .sendbird-theme--dark .progress-bar-color--gray { + background-color: var(--sendbird-dark-background-500); +} + +.sendbird-progress-bar.progress-bar--disabled .sendbird-progress-bar__fill { + background-color: transparent; +} +.sendbird-fileviewer__header__right__actions__download, +.sendbird-fileviewer__header__right__actions__delete, +.sendbird-fileviewer__header__right__actions__close { + width: 64px; + padding: 21px; + box-sizing: border-box; + cursor: pointer; +} +.sendbird-fileviewer__header__right__actions__download .disabled, +.sendbird-fileviewer__header__right__actions__delete .disabled, +.sendbird-fileviewer__header__right__actions__close .disabled { + cursor: not-allowed; +} + +.sendbird-fileviewer { + width: 100%; + height: 100%; + position: fixed; + top: 0; + left: 0; + z-index: 100000; +} +.sendbird-theme--light .sendbird-fileviewer { + background-color: var(--sendbird-light-background-50); +} +.sendbird-theme--dark .sendbird-fileviewer { + background-color: var(--sendbird-dark-background-600); +} +.sendbird-fileviewer .sendbird-fileviewer__header { + height: 64px; + min-height: 64px; + box-sizing: border-box; + display: flex; + justify-content: space-between; +} +.sendbird--mobile-mode .sendbird-fileviewer .sendbird-fileviewer__header { + position: relative; +} +.sendbird-theme--light .sendbird-fileviewer .sendbird-fileviewer__header { + border-bottom: 1px solid var(--sendbird-light-onlight-04); +} +.sendbird-theme--dark .sendbird-fileviewer .sendbird-fileviewer__header { + border-bottom: 1px solid var(--sendbird-dark-ondark-04); +} +.sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__left { + box-sizing: border-box; + display: flex; + flex-direction: row; + align-items: center; + height: 64px; + padding: 16px 20px; +} +.sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__left .sendbird-fileviewer__header__left__avatar { + margin-right: 8px; +} +.sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__left .sendbird-fileviewer__header__left__filename { + max-width: 500px; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + display: inline-block; +} +.sendbird--mobile-mode .sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__left .sendbird-fileviewer__header__left__filename { + position: absolute; + left: 64px; + top: 10px; + display: block; + max-width: calc(100vw - 240px); +} +.sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__left .sendbird-fileviewer__header__left__sender-name { + max-width: 200px; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + display: inline-flex; + margin-left: 8px; + padding-top: 5px; +} +.sendbird--mobile-mode .sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__left .sendbird-fileviewer__header__left__sender-name { + position: absolute; + left: 56px; + top: 24px; +} +.sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__right { + display: flex; + width: 160px; + justify-content: flex-end; +} +.sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__right .sendbird-fileviewer__header__right__actions { + right: 0; + display: flex; + flex-direction: row; +} +.sendbird-theme--light .sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__right .sendbird-fileviewer__header__right__actions__close { + border-left: 1px solid var(--sendbird-light-onlight-04); +} +.sendbird-theme--dark .sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__right .sendbird-fileviewer__header__right__actions__close { + border-left: 1px solid var(--sendbird-dark-ondark-04); +} +.sendbird-fileviewer .sendbird-fileviewer__content { + height: calc(100% - 72px); + margin-top: 8px; + overflow-y: auto; + display: flex; + align-items: center; + justify-content: center; +} +.sendbird-fileviewer .sendbird-fileviewer__content .sendbird-fileviewer__content__video { + max-width: 100%; + max-height: 100%; +} +.sendbird-fileviewer .sendbird-fileviewer__content .sendbird-fileviewer__content__img { + max-width: 90%; + max-height: 90%; +} +.sendbird-fileviewer .sendbird-fileviewer__content .sendbird-fileviewer__content__unsupported { + max-width: 100%; + max-height: 100%; + display: flex; + justify-content: center; + align-items: center; +} +.sendbird-notification--hide, +.sendbird-notification { + position: absolute; +} + +.sendbird-notification { + margin-top: 8px; + margin-left: 24px; + margin-right: 24px; + border-radius: 4px; + padding: 0px 2px; + height: 32px; + display: flex; + align-items: center; + justify-content: center; +} +.sendbird-theme--light .sendbird-notification { + background-color: var(--sendbird-light-primary-300); +} +.sendbird-theme--dark .sendbird-notification { + background-color: var(--sendbird-dark-primary-200); +} +.sendbird-notification:hover { + cursor: pointer; +} +.sendbird-theme--light .sendbird-notification:hover { + background-color: var(--sendbird-light-primary-400); +} +.sendbird-theme--dark .sendbird-notification:hover { + background-color: var(--sendbird-dark-primary-300); +} +.sendbird-theme--light .sendbird-notification.sendbird-notification--frozen { + background-color: var(--sendbird-light-information-100); +} +.sendbird-theme--dark .sendbird-notification.sendbird-notification--frozen { + background-color: var(--sendbird-dark-information-100); +} +.sendbird-theme--light .sendbird-notification.sendbird-notification--frozen .sendbird-notification__text { + color: var(--sendbird-light-onlight-01); +} +.sendbird-theme--dark .sendbird-notification.sendbird-notification--frozen .sendbird-notification__text { + color: var(--sendbird-dark-onlight-01); +} +.sendbird-notification .sendbird-notification__text { + display: flex; + align-items: center; + justify-content: center; + margin-right: 8px; +} + +.sendbird-notification--hide { + display: none; +} +.sendbird-notification { + margin-top: 8px; + margin-left: 24px; + margin-right: 24px; + border-radius: 4px; + padding: 0px 2px; + height: 32px; + display: flex; + align-items: center; + justify-content: center; +} +.sendbird-theme--light .sendbird-notification { + background-color: var(--sendbird-light-primary-300); +} +.sendbird-theme--dark .sendbird-notification { + background-color: var(--sendbird-dark-primary-200); +} +.sendbird-notification:hover { + cursor: pointer; +} +.sendbird-theme--light .sendbird-notification:hover { + background-color: var(--sendbird-light-primary-400); +} +.sendbird-theme--dark .sendbird-notification:hover { + background-color: var(--sendbird-dark-primary-300); +} +.sendbird-theme--light .sendbird-notification.sendbird-notification--frozen { + background-color: var(--sendbird-light-information-100); +} +.sendbird-theme--dark .sendbird-notification.sendbird-notification--frozen { + background-color: var(--sendbird-dark-information-100); +} +.sendbird-theme--light .sendbird-notification.sendbird-notification--frozen .sendbird-notification__text { + color: var(--sendbird-light-onlight-01); +} +.sendbird-theme--dark .sendbird-notification.sendbird-notification--frozen .sendbird-notification__text { + color: var(--sendbird-dark-onlight-01); +} +.sendbird-notification .sendbird-notification__text { + display: flex; + align-items: center; + justify-content: center; + margin-right: 8px; +} +.sendbird-message-input-wrapper--voice-message, +.sendbird-message-input-wrapper { + position: relative; + width: 100%; + z-index: 999; +} +.sendbird-message-input-wrapper--voice-message .sendbird-message-input-wrapper__quote-message-input, +.sendbird-message-input-wrapper .sendbird-message-input-wrapper__quote-message-input { + position: relative; + width: 100%; +} +.sendbird-theme--light .sendbird-message-input-wrapper--voice-message .sendbird-message-input-wrapper__quote-message-input, +.sendbird-theme--light .sendbird-message-input-wrapper .sendbird-message-input-wrapper__quote-message-input { + border-top: solid 1px var(--sendbird-light-onlight-04); +} +.sendbird-theme--dark .sendbird-message-input-wrapper--voice-message .sendbird-message-input-wrapper__quote-message-input, +.sendbird-theme--dark .sendbird-message-input-wrapper .sendbird-message-input-wrapper__quote-message-input { + border-top: solid 1px var(--sendbird-dark-ondark-04); +} +.sendbird-message-input-wrapper--voice-message .sendbird-message-input-wrapper__message-input, +.sendbird-message-input-wrapper .sendbird-message-input-wrapper__message-input { + position: relative; + width: 100%; + box-sizing: border-box; + padding-left: 18px; + padding-right: 24.5px; +} + +.sendbird-theme--light .sendbird-message-input-wrapper--voice-message { + border-top: 1px solid var(--sendbird-light-onlight-04); +} +.sendbird-theme--dark .sendbird-message-input-wrapper--voice-message { + border-top: 1px solid var(--sendbird-dark-ondark-04); +} +.sendbird-quote_message_input { + position: relative; + padding: 16px 80px 16px 40px; + width: 100%; + height: 76px; + display: flex; + flex-direction: row; + box-sizing: border-box; +} +.sendbird-quote_message_input .sendbird-quote_message_input__avatar { + width: 44px; + min-width: 44px; + height: 44px; + min-height: 44px; + position: relative; + border-radius: 8px; + display: flex; + justify-content: center; + align-items: center; +} +.sendbird-theme--light .sendbird-quote_message_input .sendbird-quote_message_input__avatar { + background-color: var(--sendbird-light-background-100); +} +.sendbird-theme--dark .sendbird-quote_message_input .sendbird-quote_message_input__avatar { + background-color: var(--sendbird-dark-background-500); +} +.sendbird-quote_message_input .sendbird-quote_message_input__body { + position: absolute; + display: flex; + flex-direction: column; + align-items: flex-start; + overflow: hidden; +} +.sendbird-quote_message_input .sendbird-quote_message_input__body .sendbird-quote_message_input__body__sender-name { + position: relative; + width: 100%; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + box-sizing: border-box; + margin-bottom: 8px; +} +.sendbird-quote_message_input .sendbird-quote_message_input__body .sendbird-quote_message_input__body__message-content { + position: relative; + width: 100%; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + box-sizing: border-box; +} +.sendbird-quote_message_input .sendbird-quote_message_input__close-button { + position: absolute; + top: 26px; + right: 40px; +} +.sendbird-quote_message_input .sendbird-quote_message_input__close-button:hover { + cursor: pointer; +} +.sendbird-voice-message-input-wrapper .sendbird-voice-message-input__indicator { + height: 40px; +} + +.sendbird-voice-message-input-wrapper-alert__body { + position: relative; + display: flex; + justify-content: flex-end; + align-items: flex-end; + width: 100%; + height: 74px; +} + +.sendbird-voice-message-input-wrapper-alert__body__ok-button { + width: 74px; +} +.sendbird-voice-message-input { + position: relative; + display: inline-flex; + flex-direction: column; + width: 100%; + height: 110px; + padding-top: 22px; + padding-left: 24px; + padding-right: 24px; + box-sizing: border-box; +} + +.sendbird-voice-message-input__indicator { + position: relative; + display: inline-flex; + width: 100%; +} + +.sendbird-voice-message-input__indicator__progress-bar { + position: relative; + display: inline-flex; + width: 100%; + border-radius: 28px; + overflow: hidden; +} + +.sendbird-voice-message-input__indicator__on-rec { + position: absolute; + top: 14px; + right: 53px; +} + +.sendbird-voice-message-input__indicator__playback-time { + position: absolute; + top: 10px; + right: 16px; +} + +.sendbird-voice-message-input__controler { + position: relative; + display: inline-flex; + flex-direction: row; + justify-content: space-between; + align-items: center; + margin-top: 14px; + height: 34px; + min-height: 34px; +} + +.sendbird-voice-message-input__controler__main { + position: relative; + display: inline-flex; + justify-content: center; + align-items: center; + width: 34px; + height: 34px; + min-width: 34px; + min-height: 34px; + border-radius: 50%; +} +.sendbird-theme--light .sendbird-voice-message-input__controler__main { + background-color: var(--sendbird-light-background-100); +} +.sendbird-theme--dark .sendbird-voice-message-input__controler__main { + background-color: var(--sendbird-dark-background-500); +} +.sendbird-voice-message-input__controler__main:hover { + cursor: pointer; +} + +.sendbird-voice-message-input__controler__submit { + position: relative; + display: inline-flex; + justify-content: center; + align-items: center; + width: 34px; + height: 34px; + min-width: 34px; + min-height: 34px; + border-radius: 50%; +} +.sendbird-theme--light .sendbird-voice-message-input__controler__submit { + background-color: var(--sendbird-light-primary-300); +} +.sendbird-theme--dark .sendbird-voice-message-input__controler__submit { + background-color: var(--sendbird-dark-primary-200); +} +.sendbird-voice-message-input__controler__submit:hover { + cursor: pointer; +} + +.sendbird-theme--light .sendbird-voice-message-input__controler__submit.voice-message--disabled { + background-color: var(--sendbird-light-background-100); +} +.sendbird-theme--dark .sendbird-voice-message-input__controler__submit.voice-message--disabled { + background-color: var(--sendbird-dark-background-500); +} +.sendbird-voice-message-input__controler__submit.voice-message--disabled:hover { + cursor: default; +} + +@keyframes flickerAnimation { + 0% { + opacity: 0; } - .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body:hover .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__overlay { + 50% { opacity: 1; } - .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap { - position: relative; - box-sizing: content-box; - } - .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__overlay { - position: absolute; + 100% { opacity: 0; - width: 100%; - height: 100%; - max-width: 360px; - top: 0px; - left: 0px; - border-radius: 8px; - cursor: pointer; - } - .sendbird-theme--light .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__overlay { - background-color: var(--sendbird-light-overlay-02); - } - .sendbird-theme--dark .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__overlay { - background-color: var(--sendbird-dark-overlay-02); - } - .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__video { - max-width: 360px; - max-height: 360px; - } - .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__video:hover { - cursor: pointer; - } - .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__video .sendbird-openchannel-thumbnail-message__right__body__wrap__video__video { - max-width: 360px; - max-height: 360px; - border-radius: 8px; - } - .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__video .sendbird-openchannel-thumbnail-message__right__body__wrap__video__icon { - position: absolute; - top: calc(50% - 28px); - left: calc(50% - 28px); - } - .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__video--icon { - padding: 107px 152px 107px 152px; - border-radius: 8px; - } - .sendbird-theme--light .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__video--icon { - background-color: var(--sendbird-light-background-100); - } - .sendbird-theme--dark .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__video--icon { - background-color: var(--sendbird-dark-background-500); - } - .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__image { - border-radius: 8px; - } - .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__image--icon { - padding: 107px 152px 107px 152px; - border-radius: 8px; - } - .sendbird-theme--light .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__image--icon { - background-color: var(--sendbird-light-background-100); - } - .sendbird-theme--dark .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__image--icon { - background-color: var(--sendbird-dark-background-500); - } - .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__unknown { - padding: 107px 152px 107px 152px; - border-radius: 8px; - } - .sendbird-theme--light .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__unknown { - background-color: var(--sendbird-light-background-100); - } - .sendbird-theme--dark .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__unknown { - background-color: var(--sendbird-dark-background-500); - } - .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__tail { - position: relative; - top: 2px; - } - .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__context-menu { - position: absolute; - display: none; - top: 8px; - right: 16px; - } - .sendbird-openchannel-file-message { - position: relative; - display: flex; - flex-direction: row; - } - .sendbird-theme--light .sendbird-openchannel-file-message:hover { - background-color: var(--sendbird-light-background-100); - } - .sendbird-theme--dark .sendbird-openchannel-file-message:hover { - background-color: var(--sendbird-dark-background-400); - } - .sendbird-openchannel-file-message:hover .sendbird-openchannel-file-message__context-menu { - display: block; - } - .sendbird-openchannel-file-message .sendbird-openchannel-file-message__left { - position: relative; - display: flex; - width: 52px; - min-width: 52px; - } - .sendbird-openchannel-file-message .sendbird-openchannel-file-message__left .sendbird-openchannel-file-message__left__avatar { - position: absolute; - display: block; - margin-top: 8px; - margin-left: 24px; - } - .sendbird-openchannel-file-message .sendbird-openchannel-file-message__right { - position: relative; - display: flex; - flex-direction: column; - margin-left: 12px; - margin-bottom: 4px; - width: calc(100% - 64px); - } - .sendbird-openchannel-file-message .sendbird-openchannel-file-message__right .sendbird-openchannel-file-message__right__title { - position: relative; - display: flex; - margin-top: 8px; - } - .sendbird-openchannel-file-message .sendbird-openchannel-file-message__right .sendbird-openchannel-file-message__right__title .sendbird-openchannel-file-message__right__title__sender-name { - position: relative; - display: flex; - } - .sendbird-openchannel-file-message .sendbird-openchannel-file-message__right .sendbird-openchannel-file-message__right__title .sendbird-openchannel-file-message__right__title__sent-at { - position: relative; - display: flex; - margin-left: 4px; - } - .sendbird-openchannel-file-message .sendbird-openchannel-file-message__right .sendbird-openchannel-file-message__right__body { - position: relative; - display: flex; - margin-top: 4px; - margin-bottom: 4px; - border-radius: 8px; - } - .sendbird-theme--light .sendbird-openchannel-file-message .sendbird-openchannel-file-message__right .sendbird-openchannel-file-message__right__body { - background-color: var(--sendbird-light-background-100); - border: solid 1px var(--sendbird-light-onlight-04); - } - .sendbird-theme--dark .sendbird-openchannel-file-message .sendbird-openchannel-file-message__right .sendbird-openchannel-file-message__right__body { - background-color: var(--sendbird-dark-background-500); - border: solid 1px var(--sendbird-dark-ondark-04); - } - .sendbird-openchannel-file-message .sendbird-openchannel-file-message__right .sendbird-openchannel-file-message__right__body .sendbird-openchannel-file-message__right__body__icon { - position: relative; - display: inline-block; - margin: 8px; - border-radius: 8.6px; - } - .sendbird-theme--light .sendbird-openchannel-file-message .sendbird-openchannel-file-message__right .sendbird-openchannel-file-message__right__body .sendbird-openchannel-file-message__right__body__icon { - background-color: var(--sendbird-light-background-50); } - .sendbird-theme--dark .sendbird-openchannel-file-message .sendbird-openchannel-file-message__right .sendbird-openchannel-file-message__right__body .sendbird-openchannel-file-message__right__body__icon { - background-color: var(--sendbird-dark-background-600); - } - .sendbird-openchannel-file-message .sendbird-openchannel-file-message__right .sendbird-openchannel-file-message__right__body .sendbird-openchannel-file-message__right__body__file-name { - position: relative; - display: flex; - margin-top: 22px; - margin-right: 16px; - margin-left: 4px; - overflow: hidden; - height: 20px; - max-height: 20px; - text-overflow: ellipsis; - white-space: nowrap; - } - .sendbird-openchannel-file-message .sendbird-openchannel-file-message__context-menu { - position: absolute; - display: none; - top: 8px; - right: 16px; - } - .sendbird-theme--light .sendbird-openchannel-file-message .sendbird-openchannel-file-message__context-menu .sendbird-openchannel-file-message__context-menu__icon { - background-color: var(--sendbird-light-background-200); - } - .sendbird-theme--dark .sendbird-openchannel-file-message .sendbird-openchannel-file-message__context-menu .sendbird-openchannel-file-message__context-menu__icon { - background-color: var(--sendbird-dark-background-500); - } - .sendbird-theme--light .sendbird-openchannel-file-message .sendbird-openchannel-file-message__context-menu .sendbird-openchannel-file-message__context-menu__icon:hover { - background-color: var(--sendbird-light-primary-100); - } - .sendbird-theme--dark .sendbird-openchannel-file-message .sendbird-openchannel-file-message__context-menu .sendbird-openchannel-file-message__context-menu__icon:hover { - background-color: var(--sendbird-dark-background-700); - } - .sendbird-openchannel-settings { - height: 100%; - width: 320px; - display: inline-block; - overflow-y: scroll; - position: relative; - } - .sendbird--mobile-mode .sendbird-openchannel-settings { - width: 100%; - } - .sendbird-theme--light .sendbird-openchannel-settings { - background-color: var(--sendbird-light-background-50); - border-left: 1px solid var(--sendbird-light-onlight-04); - } - .sendbird-theme--dark .sendbird-openchannel-settings { - background-color: var(--sendbird-dark-background-600); - border-left: 1px solid var(--sendbird-dark-ondark-04); - } - .sendbird-openchannel-settings .sendbird-participants-accordion__footer { - text-align: left; - padding-top: 16px; - padding-left: 16px; - } - .sendbird-openchannel-settings .sendbird-openchannel-settings__operator-accordion-icon { - position: absolute; - left: 14px; - } - .sendbird-openchannel-settings .sendbird-openchannel-settings__accordion-icon, - .sendbird-openchannel-settings .sendbird-openchannel-settings__panel-icon__delete { - position: absolute; - left: 16px; - } - .sendbird-openchannel-settings .sendbird-openchannel-settings__participant { - height: 100%; - } - .sendbird-openchannel-settings .sendbird-openchannel-settings__participant .sendbird-openchannel-settings__participant-list { - padding-top: 64px; - height: calc(100% - 64px); - overflow-y: scroll; - } - .sendbird-openchannel-settings .sendbird-openchannel-settings__participant .sendbird-openchannel-settings__header { - display: block; - width: 100%; - position: absolute; - top: 0; - left: 0; - } - .sendbird-theme--light .sendbird-openchannel-settings .sendbird-openchannel-settings__participant .sendbird-openchannel-settings__header { - background-color: var(--sendbird-light-background-50); - } - .sendbird-theme--dark .sendbird-openchannel-settings .sendbird-openchannel-settings__participant .sendbird-openchannel-settings__header { - background-color: var(--sendbird-dark-background-600); - } - .sendbird-openchannel-settings .sendbird-participants-accordion, - .sendbird-openchannel-settings .sendbird-openchannel-settings__delete-channel { - text-align: left; - } - .sendbird-openchannel-settings .sendbird-openchannel-settings__members .sendbird-badge__text { - margin-top: -2px; - } - .sendbird-openchannel-settings .sendbird-openchannel-settings__header { - height: 64px; - min-height: 64px; - position: relative; - padding: 20px 24px; - box-sizing: border-box; - text-align: left; - } - .sendbird-theme--light .sendbird-openchannel-settings .sendbird-openchannel-settings__header { - border-bottom: solid 1px var(--sendbird-light-onlight-04); - } - .sendbird-theme--dark .sendbird-openchannel-settings .sendbird-openchannel-settings__header { - border-bottom: solid 1px var(--sendbird-dark-ondark-04); - } - .sendbird-openchannel-settings .sendbird-openchannel-settings__close-icon { - cursor: pointer; - position: absolute; - top: 20px; - right: 16px; - } - .sendbird-theme--light .sendbird-openchannel-settings .sendbird-openchannel-settings__close-icon path { - fill: var(--sendbird-light-onlight-01); - } - .sendbird-theme--dark .sendbird-openchannel-settings .sendbird-openchannel-settings__close-icon path { - fill: var(--sendbird-dark-ondark-01); - } - .sendbird-openchannel-settings .sendbird-openchannel-settings__placeholder { - margin-top: 40%; - } - .sendbird-openchannel-settings .sendbird-openchannel-settings__url { - padding: 16px; - box-sizing: border-box; - position: relative; - } - .sendbird-openchannel-settings .sendbird-openchannel-settings__url:hover .sendbird-openchannel-settings__copy-icon { - display: inline-block; - } - .sendbird-openchannel-settings .sendbird-openchannel-settings__url .sendbird-openchannel-settings__copy-icon { - cursor: pointer; - position: absolute; - display: none; - top: 10px; - right: 18px; - } - .sendbird-openchannel-settings .sendbird-openchannel-settings__url .sendbird-openchannel-settings__url-value { - margin-top: 8px; - } - .sendbird-theme--light .sendbird-openchannel-settings .sendbird-openchannel-settings__url .sendbird-openchannel-settings__url-value { - color: var(--sendbird-light-onlight-01); - } - .sendbird-theme--dark .sendbird-openchannel-settings .sendbird-openchannel-settings__url .sendbird-openchannel-settings__url-value { - color: var(--sendbird-dark-ondark-01); - } - .sendbird-openchannel-settings .sendbird-openchannel-settings__url .sendbird-openchannel-settings__url-value, - .sendbird-openchannel-settings .sendbird-openchannel-settings__url .sendbird-openchannel-settings__url-label { - text-align: left; - display: block; - word-wrap: break-word; - } - .sendbird-theme--light .sendbird-openchannel-settings .sendbird-openchannel-settings__url { - background-color: var(--sendbird-light-background-50); - border-bottom: 1px solid var(--sendbird-light-onlight-04); - } - .sendbird-theme--dark .sendbird-openchannel-settings .sendbird-openchannel-settings__url { - background-color: var(--sendbird-dark-background-600); - border-bottom: 1px solid var(--sendbird-dark-ondark-04); - } - .sendbird-openchannel-settings .sendbird-openchannel-settings__panel-item { - display: block; - cursor: pointer; - box-sizing: border-box; - position: relative; - padding: 12px 22px 10px 56px; - } - .sendbird-theme--light .sendbird-openchannel-settings .sendbird-openchannel-settings__panel-item { - background-color: var(--sendbird-light-background-50); - border-bottom: 1px solid var(--sendbird-light-onlight-04); - } - .sendbird-theme--dark .sendbird-openchannel-settings .sendbird-openchannel-settings__panel-item { - background-color: var(--sendbird-dark-background-600); - border-bottom: 1px solid var(--sendbird-dark-ondark-04); - } - .sendbird-openchannel-settings .sendbird-openchannel-settings__panel-item:focus { - outline: none; - } - .sendbird-openchannel-settings .sendbird-openchannel-settings__panel-item.sendbird-channel-settings__panel-item__disabled { - cursor: not-allowed; - } - .sendbird-openchannel-settings .sendbird-participants-accordion__member { - position: relative; - padding: 12px 0px 12px 56px; - width: 100%; - height: 40px; - box-sizing: border-box; - text-align: left; - } - .sendbird-openchannel-settings .sendbird-participants-accordion__member .sendbird-label { - max-width: 190px; - display: inline-block; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - } - .sendbird-openchannel-settings .sendbird-participants-accordion__member .sendbird-participants-accordion__member__title.self-operator, - .sendbird-openchannel-settings .sendbird-participants-accordion__member .sendbird-participants-accordion__member__title.operator, - .sendbird-openchannel-settings .sendbird-participants-accordion__member .sendbird-participants-accordion__member__title.user-id { - position: absolute; - right: 16px; - } - .sendbird-openchannel-settings .sendbird-participants-accordion__member .sendbird-participants-accordion__member__action { - display: none; - } - .sendbird-openchannel-settings .sendbird-participants-accordion__member:hover .sendbird-participants-accordion__member__title.operator, - .sendbird-openchannel-settings .sendbird-participants-accordion__member:hover .sendbird-participants-accordion__member__title.user-id { - display: none; - } - .sendbird-openchannel-settings .sendbird-participants-accordion__member:hover .sendbird-participants-accordion__member__action { - display: inline-block; - } - .sendbird-openchannel-settings .sendbird-participants-accordion__member-avatar { - position: absolute; - left: 16px; - top: 10px; - cursor: pointer; - } - .sendbird-openchannel-settings .sendbird-participants-accordion__member__action { - position: absolute; - display: none; - top: 4px; - right: 8px; - cursor: pointer; - } - .sendbird-openchannel-settings .sendbird-openchannel-operator-list__footer, - .sendbird-openchannel-settings .sendbird-openchannel-participant-list__footer, - .sendbird-openchannel-settings .sendbird-channel-settings-muted-participant-list__footer, - .sendbird-openchannel-settings .sendbird-channel-settings-banned-user-list__footer { - padding-top: 16px; - display: flex; - justify-content: left; - padding-left: 12px; - } - .sendbird-openchannel-settings .sendbird-openchannel-operator-list__footer .sendbird-button:nth-child(2), - .sendbird-openchannel-settings .sendbird-openchannel-participant-list__footer .sendbird-button:nth-child(2), - .sendbird-openchannel-settings .sendbird-channel-settings-muted-participant-list__footer .sendbird-button:nth-child(2), - .sendbird-openchannel-settings .sendbird-channel-settings-banned-user-list__footer .sendbird-button:nth-child(2) { - margin-left: 8px; - } - - .sendbird-participants-accordion__member-avatar__avatar { - position: absolute; - } - - .sendbird-more-users__popup-scroll { - max-height: 420px; - overflow: scroll; - } - .sendbird-openchannel-profile { - position: relative; - text-align: center; - padding: 32px 40px 27px 40px; - } - .sendbird-theme--light .sendbird-openchannel-profile { - border-bottom: 1px solid var(--sendbird-light-onlight-04); - background-color: var(--sendbird-light-background-50); - } - .sendbird-theme--dark .sendbird-openchannel-profile { - border-bottom: 1px solid var(--sendbird-dark-ondark-04); - background-color: var(--sendbird-dark-background-600); - } - .sendbird-openchannel-profile .sendbird-openchannel-profile--inner { - height: 116px; +} +.sendbird-voice-message-input__indicator__on-rec { + width: 12px; + height: 12px; + min-width: 12px; + min-height: 12px; + border-radius: 50%; + animation: flickerAnimation 1s infinite; +} +.sendbird-theme--light .sendbird-voice-message-input__indicator__on-rec { + background-color: var(--sendbird-light-error-300); +} +.sendbird-theme--dark .sendbird-voice-message-input__indicator__on-rec { + background-color: var(--sendbird-dark-error-300); +} + +.sendbird-voice-message-input__indicator__progress-bar__bar { + height: 40px; +} + +.sendbird-controler-icon { + position: relative; + display: inline-block; +} + +.sendbird-controler-icon.record-icon { + width: 20px; + height: 20px; + min-width: 20px; + min-height: 20px; + border-radius: 50%; +} +.sendbird-theme--light .sendbird-controler-icon.record-icon { + background-color: var(--sendbird-light-error-300); +} +.sendbird-theme--dark .sendbird-controler-icon.record-icon { + background-color: var(--sendbird-dark-error-300); +} + +.sendbird-controler-icon.stop-icon { + width: 14px; + height: 14px; + min-width: 14px; + min-height: 14px; + border-radius: 2px; +} +.sendbird-theme--light .sendbird-controler-icon.stop-icon { + background-color: var(--sendbird-light-onlight-01); +} +.sendbird-theme--dark .sendbird-controler-icon.stop-icon { + background-color: var(--sendbird-dark-ondark-01); +} + +.sendbird-controler-icon.pause-icon { + display: inline-flex; + width: 100%; + gap: 3.75px; + width: 13.75px; + height: 13.75px; + min-width: 13.75px; + min-height: 13.75px; +} + +.sendbird-controler-icon.pause-icon-inner { + display: inline-flex; + min-width: 4.38px; + border-radius: 2px; +} +.sendbird-theme--light .sendbird-controler-icon.pause-icon-inner { + background-color: var(--sendbird-light-onlight-01); +} +.sendbird-theme--dark .sendbird-controler-icon.pause-icon-inner { + background-color: var(--sendbird-dark-ondark-01); +} +.sendbird-channel-settings { + height: 100%; + width: 280px; + display: inline-block; + box-sizing: border-box; +} +.sendbird--mobile-mode .sendbird-channel-settings { + width: 100%; +} +.sendbird-theme--light .sendbird-channel-settings { + background-color: var(--sendbird-light-background-50); + border-left: 1px solid var(--sendbird-light-onlight-04); +} +.sendbird-theme--dark .sendbird-channel-settings { + background-color: var(--sendbird-dark-background-600); + border-left: 1px solid var(--sendbird-dark-background-600); +} +.sendbird-channel-settings .sendbird-channel-settings__header-icon { + cursor: pointer; + position: absolute; + top: 16px; + background-color: #101010 !important; + right: 16px; +} +.sendbird-theme--light .sendbird-channel-settings .sendbird-channel-settings__header-icon .sendbird-channel-settings__close-icon path { + fill: var(--sendbird-light-onlight-01); +} +.sendbird-theme--dark .sendbird-channel-settings .sendbird-channel-settings__header-icon .sendbird-channel-settings__close-icon path { + fill: var(--sendbird-dark-ondark-01); + background-color: #101010 !important; +} +.sendbird-channel-settings .sendbird-channel-settings__members .sendbird-badge__text { + margin-top: -2px; +} +.sendbird-channel-settings .sendbird-channel-settings__header { + height: 64px; + min-height: 64px; + position: relative; + padding: 20px 24px; + background-color: #101010 !important; + box-sizing: border-box; +} +.sendbird-theme--light .sendbird-channel-settings .sendbird-channel-settings__header { + border-bottom: solid 1px var(--sendbird-light-onlight-04); +} +.sendbird-theme--dark .sendbird-channel-settings .sendbird-channel-settings__header { + background-color: #101010 !important; + } +.sendbird-channel-settings .sendbird-channel-settings__scroll-area { + display: flex; + flex-grow: 1; + flex-direction: column; + height: calc(100% - 64px); + overflow-y: auto; +} +.sendbird-channel-settings .sendbird-channel-settings__panel-item { + cursor: pointer; + position: relative; + padding: 12px 22px 10px 58px; +} +.sendbird-theme--light .sendbird-channel-settings .sendbird-channel-settings__panel-item { + background-color: var(--sendbird-light-background-50); + border-bottom: 1px solid var(--sendbird-light-onlight-04); +} +.sendbird-theme--dark .sendbird-channel-settings .sendbird-channel-settings__panel-item { + background-color: var(--sendbird-dark-background-600); + border-bottom: 1px solid var(--sendbird-dark-ondark-04); +} +.sendbird-channel-settings .sendbird-channel-settings__panel-item:focus { + outline: none; +} +.sendbird-channel-settings .sendbird-channel-settings__panel-item.sendbird-channel-settings__panel-item__disabled { + cursor: not-allowed; +} +.sendbird-channel-settings .sendbird-channel-settings__panel-icon-left, +.sendbird-channel-settings .sendbird-channel-settings__panel-icon-right { + position: absolute; + top: 10px; +} +.sendbird-channel-settings .sendbird-channel-settings__panel-icon-left { + left: 16px; +} +.sendbird-channel-settings .sendbird-channel-settings__panel-icon-right { + right: 16px; +} +.sendbird-channel-settings .sendbird-channel-settings__panel-icon--open { + transform: rotate(90deg); +} + +.sendbird-theme--light .sendbird-channel-settings .sendbird-channel-settings__panel-icon--chevron path { + fill: var(--sendbird-light-onlight-01); +} +.sendbird-theme--dark .sendbird-channel-settings .sendbird-channel-settings__panel-icon--chevron path { + fill: var(--sendbird-dark-ondark-01); +} +.sendbird-channel-profile { + position: relative; + text-align: center; + padding: 32px 40px 27px 40px; +} +.sendbird-theme--light .sendbird-channel-profile { + border-bottom: 1px solid var(--sendbird-light-onlight-04); + background-color: var(--sendbird-light-background-50); +} +.sendbird-theme--dark .sendbird-channel-profile { + border-bottom: 1px solid var(--sendbird-dark-ondark-04); + background-color: var(--sendbird-dark-background-600); +} +.sendbird-channel-profile .sendbird-channel-profile--inner { + height: 92px; +} +.sendbird-channel-profile .sendbird-channel-profile__avatar { + margin-bottom: 16px; + display: flex; + justify-content: center; +} +.sendbird-channel-profile .sendbird-channel-profile__title { + display: block; + max-width: 240px; + white-space: nowrap; + overflow-x: hidden; + text-overflow: ellipsis; + height: 18px; +} +.sendbird--mobile-mode .sendbird-channel-profile .sendbird-channel-profile__title { + max-width: 100%; +} +.sendbird-channel-profile .sendbird-channel-profile__edit { + position: absolute; + top: 10px; + right: 16px; +} + +.channel-profile-form .channel-profile-form__img-section { + position: relative; +} +.channel-profile-form .channel-profile-form__avatar-button { + position: absolute; + top: 54px; + left: 96px; +} +.channel-profile-form .channel-profile-form__avatar { + margin-top: 16px; +} +.channel-profile-form .channel-profile-form__name-section { + margin-top: 12px; +} +.channel-profile-form .channel-profile-form__name-section .sendbird-input { + height: 40px; +} +.sendbird-channel-settings__operator .sendbird-channel-settings__accordion-icon { + position: absolute; + left: 14px; +} +.sendbird-channel-settings__operator .sendbird-accordion__panel-heder { + position: relative; +} + +.sendbird-more-members__popup-scroll { + max-height: 420px; + overflow-x: hidden; + overflow-y: scroll; +} +.sendbird--mobile-mode .sendbird-more-members__popup-scroll { + max-height: 100%; +} +.sendbird-more-members__popup-scroll .sendbird-user-list-item__operator { + right: 72px; +} +.sendbird-more-members__popup-scroll .sendbird-user-list-item__title { + max-width: 240px; +} + +.sendbird-channel-settings__empty-list { + text-align: center; + margin-top: 12px; + margin-bottom: 4px; + display: block; +} + +.sendbird-channel-settings-accordion__footer { + padding-top: 16px; + display: flex; + justify-content: left; + padding-left: 12px; +} +.sendbird-channel-settings-accordion__footer .sendbird-button:nth-child(2) { + margin-left: 8px; +} + +.sendbird-channel-settings__freeze { + max-width: 320px; + position: relative; + padding: 12px 22px 10px 56px; +} +.sendbird--mobile-mode .sendbird-channel-settings__freeze { + max-width: 100%; +} +.sendbird-theme--light .sendbird-channel-settings__freeze { + background-color: var(--sendbird-light-background-50); + border-bottom: 1px solid var(--sendbird-light-onlight-04); +} +.sendbird-theme--dark .sendbird-channel-settings__freeze { + background-color: var(--sendbird-dark-background-600); + border-bottom: 1px solid var(--sendbird-dark-ondark-04); +} + +.sendbird-channel-settings__frozen-icon { + position: absolute; + right: 20px; + top: 12px; +} +.sendbird-channel-settings__frozen-icon .sendbird-icon { + cursor: pointer; +} + +.sendbird-channel-settings__members-list .sendbird-badge, +.sendbird-channel-settings__members .sendbird-badge { + position: absolute; + right: 44px; + top: 12px; +} +.sendbird-theme--light .sendbird-channel-settings__members-list .sendbird-badge, +.sendbird-theme--light .sendbird-channel-settings__members .sendbird-badge { + background-color: var(--sendbird-light-background-200); +} +.sendbird-theme--dark .sendbird-channel-settings__members-list .sendbird-badge, +.sendbird-theme--dark .sendbird-channel-settings__members .sendbird-badge { + background-color: var(--sendbird-dark-background-400); +} +.sendbird-theme--light .sendbird-channel-settings__members-list .sendbird-badge .sendbird-label, +.sendbird-theme--light .sendbird-channel-settings__members .sendbird-badge .sendbird-label { + color: var(--sendbird-light-onlight-02); +} +.sendbird-theme--dark .sendbird-channel-settings__members-list .sendbird-badge .sendbird-label, +.sendbird-theme--dark .sendbird-channel-settings__members .sendbird-badge .sendbird-label { + color: var(--sendbird-dark-ondark-02); +} +.sendbird-accordion { + padding: 8px 0px 16px 0px; + position: relative; + box-sizing: border-box; +} +.sendbird-theme--light .sendbird-accordion { + border-bottom: 1px solid var(--sendbird-light-onlight-04); + background-color: var(--sendbird-light-background-50); +} +.sendbird-theme--dark .sendbird-accordion { + border-bottom: 1px solid var(--sendbird-dark-ondark-04); + background-color: var(--sendbird-dark-background-600); +} +.sendbird-accordion .sendbird-accordion__member { + position: relative; + padding: 12px 0px 12px 44px; + height: 40px; + box-sizing: border-box; +} +.sendbird-accordion .sendbird-accordion__footer { + display: flex; + justify-content: flex-start; + margin-top: 8px; +} + +.sendbird-accordion__panel-header { + cursor: pointer; + position: relative; + padding: 12px 22px 10px 56px; +} +.sendbird-theme--light .sendbird-accordion__panel-header { + background-color: var(--sendbird-light-background-50); + border-bottom: 1px solid var(--sendbird-light-onlight-04); +} +.sendbird-theme--dark .sendbird-accordion__panel-header { + background-color: var(--sendbird-dark-background-600); + border-bottom: 1px solid var(--sendbird-dark-ondark-04); +} +.sendbird-accordion__panel-header:focus { + outline: none; +} +.sendbird-accordion__panel-header.sendbird-accordion__panel-item__disabled { + cursor: not-allowed; +} + +.sendbird-accordion__panel-icon-left, +.sendbird-accordion__panel-icon-right { + position: absolute; + top: 10px; +} + +.sendbird-accordion__panel-icon-left { + left: 16px; +} + +.sendbird-accordion__panel-icon-right { + right: 16px; +} + +.sendbird-accordion__panel-icon--open { + transform: rotate(90deg); +} + +.sendbird-theme--light .sendbird-accordion__panel-icon--chevron path { + fill: var(--sendbird-light-onlight-01); +} +.sendbird-theme--dark .sendbird-accordion__panel-icon--chevron path { + fill: var(--sendbird-dark-ondark-01); +} + +.sendbird-theme--light .sendbird-accordion__panel-icon__leave path { + fill: var(--sendbird-light-error-300); +} +.sendbird-theme--dark .sendbird-accordion__panel-icon__leave path { + fill: var(--sendbird-dark-error-300); +} +.sendbird-input-toggle-button { + position: relative; + display: inline-flex; + align-items: center; + box-sizing: border-box; + cursor: pointer; +} + +.sendbird-theme--light .sendbird-input-toggle-button--checked { + background-color: var(--sendbird-light-primary-300); + border: 1px solid var(--sendbird-light-primary-300); +} +.sendbird-theme--dark .sendbird-input-toggle-button--checked { + background-color: var(--sendbird-dark-primary-200); + border: 1px solid var(--sendbird-dark-primary-200); +} + +.sendbird-theme--light .sendbird-input-toggle-button--unchecked { + background-color: var(--sendbird-light-background-300); + border: 1px solid var(--sendbird-light-background-300); +} +.sendbird-theme--dark .sendbird-input-toggle-button--unchecked { + background-color: var(--sendbird-dark-background-400); + border: 1px solid var(--sendbird-dark-background-400); +} + +.sendbird-input-toggle-button--disabled { + cursor: not-allowed; +} +.sendbird-theme--light .sendbird-input-toggle-button--disabled { + background-color: var(--sendbird-light-background-200); + border: 1px solid var(--sendbird-light-background-200); +} +.sendbird-theme--dark .sendbird-input-toggle-button--disabled { + background-color: var(--sendbird-dark-background-400); + border: 1px solid var(--sendbird-dark-background-400); +} + +.sendbird-input-toggle-button input { + position: absolute; + display: none; +} + +.sendbird-input-toggle-button__inner-dot { + position: absolute; + border-radius: 50%; + animation-iteration-count: 1; +} +.sendbird-theme--light .sendbird-input-toggle-button__inner-dot { + background-color: var(--sendbird-light-background-50); +} +.sendbird-theme--dark .sendbird-input-toggle-button__inner-dot { + background-color: var(--sendbird-dark-background-600); +} + +/* Manage animation and position by status */ +@keyframes sendbirdMoveToRight { + 0% { + right: 60%; } - .sendbird-openchannel-profile .sendbird-openchannel-profile__avatar { - margin-bottom: 16px; - text-align: center; + 100% { + right: 10%; } - .sendbird-openchannel-profile .sendbird-openchannel-profile__title { - display: inline-block; - max-width: 240px; - white-space: nowrap; - overflow-x: hidden; - text-overflow: ellipsis; - height: 18px; +} +@keyframes sendbirdMoveToLeft { + 0% { + right: 10%; } - .sendbird-openchannel-profile .sendbird-openchannel-profile__edit { - position: absolute; - top: 10px; - right: 16px; + 100% { + right: 60%; } - /*# sourceMappingURL=index.css.map */ \ No newline at end of file +} +.sendbird-input-toggle-button--turned-on .sendbird-input-toggle-button__inner-dot { + animation-name: sendbirdMoveToRight; +} + +.sendbird-input-toggle-button--turned-off .sendbird-input-toggle-button__inner-dot { + animation-name: sendbirdMoveToLeft; +} + +.sendbird-input-toggle-button--unchecked .sendbird-input-toggle-button__inner-dot { + right: 60%; +} + +.sendbird-input-toggle-button--checked .sendbird-input-toggle-button__inner-dot { + right: 10%; +} + +.sendbird-input-toggle-button--reversed .sendbird-input-toggle-button--turned-on .sendbird-input-toggle-button__inner-dot { + animation-name: sendbirdMoveToLeft; +} +.sendbird-input-toggle-button--reversed .sendbird-input-toggle-button--turned-off .sendbird-input-toggle-button__inner-dot { + animation-name: sendbirdMoveToRight; +} +.sendbird-input-toggle-button--reversed.sendbird-input-toggle-button--unchecked .sendbird-input-toggle-button__inner-dot { + right: 10%; +} +.sendbird-input-toggle-button--reversed.sendbird-input-toggle-button--checked .sendbird-input-toggle-button__inner-dot { + right: 60%; +} +.sendbird-user-list-item--small { + display: block; + position: relative; + box-sizing: border-box; + height: 40px; +} +.sendbird-user-list-item--small__avatar { + cursor: pointer; + position: absolute; + top: 10px; + left: 12px; +} +.sendbird-user-list-item--small .sendbird-muted-avatar { + position: absolute; + top: 10px; + left: 12px; + pointer-events: none; +} +.sendbird-user-list-item--small__title { + position: absolute; + top: 10px; + left: 54px; + width: 160px; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} +.sendbird-user-list-item--small__subtitle { + position: absolute; + top: 23px; + left: 140px; + max-width: 237px; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} +.sendbird--mobile-mode .sendbird-user-list-item--small__subtitle { + max-width: 40%; +} +.sendbird-user-list-item--small__checkbox { + position: absolute; + top: 16px; + right: 16px; +} +.sendbird-user-list-item--small__action { + display: none; + position: absolute; + right: 10px; + top: 4px; +} +.sendbird-user-list-item--small__operator { + position: absolute; + right: 24px; + top: 10px; +} +.sendbird-theme--light .sendbird-user-list-item--small:hover, .sendbird-theme--light .sendbird-user-list-item--small.sendbird-icon--pressed { + background-color: var(--sendbird-light-background-100); +} +.sendbird-theme--dark .sendbird-user-list-item--small:hover, .sendbird-theme--dark .sendbird-user-list-item--small.sendbird-icon--pressed { + background-color: var(--sendbird-dark-background-500); +} +.sendbird-user-list-item--small:hover .sendbird-user-list-item--small__action, .sendbird-user-list-item--small.sendbird-icon--pressed .sendbird-user-list-item--small__action { + display: block; +} +.sendbird-user-list-item--small:hover .sendbird-user-list-item--small__operator, .sendbird-user-list-item--small.sendbird-icon--pressed .sendbird-user-list-item--small__operator { + display: none; +} +.sendbird-theme--light .sendbird-user-list-item--small.sendbird-icon--pressed .sendbird-iconbutton { + background-color: var(--sendbird-light-primary-100); +} +.sendbird-theme--dark .sendbird-user-list-item--small.sendbird-icon--pressed .sendbird-iconbutton { + background-color: var(--sendbird-dark-background-700); +} +.sendbird-channel-settings__leave-label--mobile { + text-decoration: none; +} + +.sendbird-channel-settings__leave--mobile .sendbird-modal__content { + max-width: calc(100% - 80px); +} +.sendbird-channel-settings__leave--mobile .sendbird-modal__close { + display: none; +} +.sendbird-channel-settings__leave--mobile .sendbird-channel-preview__leave-label--mobile { + text-decoration: none; +} +.sendbird-channel-settings__leave--mobile .sendbird-modal__header span { + display: inline-block; + width: calc(100% - 120px); + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} +.sendbird-more-members__popup-scroll { + max-height: 420px; + overflow-x: hidden; + overflow-y: scroll; +} +.sendbird--mobile-mode .sendbird-more-members__popup-scroll { + max-height: 100%; +} +.sendbird-more-members__popup-scroll .sendbird-user-list-item__operator { + right: 72px; +} +.sendbird-more-members__popup-scroll .sendbird-user-list-item__title { + max-width: 240px; +} + +.sendbird-channel-settings__badge { + position: absolute; + right: 48px; +} +.sendbird-theme--light .sendbird-channel-settings__badge { + background-color: var(--sendbird-light-background-200); +} +.sendbird-theme--dark .sendbird-channel-settings__badge { + background-color: var(--sendbird-dark-background-400); +} +.sendbird-theme--light .sendbird-channel-settings__badge .sendbird-label { + color: var(--sendbird-light-onlight-02); +} +.sendbird-theme--dark .sendbird-channel-settings__badge .sendbird-label { + color: var(--sendbird-dark-ondark-02); +} + +.sendbird-channel-settings__user-panel .sendbird-channel-settings-accordion__footer { + padding-left: 14px; + padding-top: 14px; +} +.sendbird-message-search-pannel { + position: relative; + display: flex; + flex-direction: column; + width: 320px; + height: 100%; + box-sizing: border-box; +} +.sendbird-theme--light .sendbird-message-search-pannel { + background-color: var(--sendbird-light-background-50); +} +.sendbird-theme--dark .sendbird-message-search-pannel { + background-color: var(--sendbird-dark-background-600); +} +.sendbird--mobile-mode .sendbird-message-search-pannel { + width: 100%; +} +.sendbird-message-search-pannel .sendbird-message-search-pannel__input__container__input-area { + position: absolute; + top: 14px; + left: 48px; + margin: 0px; + padding: 0px; + border: 0px; + outline: none; + font-size: 14px; + width: calc(100% - 90px); +} +.sendbird-theme--light .sendbird-message-search-pannel .sendbird-message-search-pannel__input__container__input-area { + color: var(--sendbird-light-onlight-01); + background-color: var(--sendbird-light-background-50); +} +.sendbird-theme--dark .sendbird-message-search-pannel .sendbird-message-search-pannel__input__container__input-area { + color: var(--sendbird-dark-ondark-01); + background-color: var(--sendbird-dark-background-600); +} +.sendbird-message-search-pannel .sendbird-message-search-pannel__header { + position: relative; + display: flex; + width: 100%; + height: 64px; + min-height: 64px; + box-sizing: border-box; +} +.sendbird-theme--light .sendbird-message-search-pannel .sendbird-message-search-pannel__header { + border-bottom: 1px solid var(--sendbird-light-onlight-04); +} +.sendbird-theme--dark .sendbird-message-search-pannel .sendbird-message-search-pannel__header { + border-bottom: 1px solid var(--sendbird-dark-ondark-04); +} +.sendbird-message-search-pannel .sendbird-message-search-pannel__header .sendbird-message-search-pannel__header__title { + position: absolute; + top: 20px; + left: 24px; + width: calc(100% - 74px); + overflow-x: hidden; + word-break: keep-all; + text-overflow: ellipsis; +} +.sendbird-message-search-pannel .sendbird-message-search-pannel__header .sendbird-message-search-pannel__header__close-button { + position: absolute; + top: 16px; + right: 16px; +} +.sendbird-message-search-pannel .sendbird-message-search-pannel__input { + display: flex; + position: relative; + padding: 16px; + box-sizing: border-box; +} +.sendbird-message-search-pannel .sendbird-message-search-pannel__input .sendbird-message-search-pannel__input__container { + position: relative; + border-radius: 4px; + width: 100%; + height: 44px; +} +.sendbird-theme--light .sendbird-message-search-pannel .sendbird-message-search-pannel__input .sendbird-message-search-pannel__input__container { + border: 1px solid var(--sendbird-light-onlight-03); +} +.sendbird-theme--dark .sendbird-message-search-pannel .sendbird-message-search-pannel__input .sendbird-message-search-pannel__input__container { + border: 1px solid var(--sendbird-dark-ondark-03); +} +.sendbird-message-search-pannel .sendbird-message-search-pannel__input .sendbird-message-search-pannel__input__container .sendbird-message-search-pannel__input__container__search-icon { + position: absolute; + top: 10px; + left: 16px; +} +.sendbird-message-search-pannel .sendbird-message-search-pannel__input .sendbird-message-search-pannel__input__container .sendbird-message-search-pannel__input__container__spinner { + position: absolute; + top: 12px; + right: 12px; +} +.sendbird-message-search-pannel .sendbird-message-search-pannel__input .sendbird-message-search-pannel__input__container .sendbird-message-search-pannel__input__container__reset-input-button { + position: absolute; + top: 12px; + right: 12px; +} +.sendbird-message-search-pannel .sendbird-message-search-pannel__input .sendbird-message-search-pannel__input__container .sendbird-message-search-pannel__input__container__reset-input-button:hover { + cursor: pointer; +} +.sendbird-message-search-pannel .sendbird-message-search-pannel__message-search { + position: relative; + box-sizing: border-box; + width: 100%; + height: 100%; + overflow-y: hidden; +} +.sendbird-message-search { + position: relative; + height: 100%; + overflow-x: hidden; + overflow-y: scroll; +} +.sendbird-theme--light .sendbird-message-search { + background-color: var(--sendbird-light-background-50); +} +.sendbird-theme--dark .sendbird-message-search { + background-color: var(--sendbird-dark-background-600); +} +.sendbird-message-search-item { + display: inline-flex; + flex-direction: row; + width: 100%; + height: 80px; + position: relative; + cursor: pointer; +} +.sendbird-theme--light .sendbird-message-search-item { + border-bottom: 1px solid var(--sendbird-light-onlight-04); + background-color: var(--sendbird-light-background-50); +} +.sendbird-theme--dark .sendbird-message-search-item { + border-bottom: 1px solid var(--sendbird-dark-ondark-04); + background-color: var(--sendbird-dark-background-600); +} +.sendbird-theme--light .sendbird-message-search-item:hover { + background-color: var(--sendbird-light-background-100); +} +.sendbird-theme--dark .sendbird-message-search-item:hover { + background-color: var(--sendbird-dark-background-500); +} +.sendbird-message-search-item .sendbird-message-search-item__left { + display: flex; + align-items: center; + justify-content: center; + width: 90px; + height: 80px; +} +.sendbird-message-search-item .sendbird-message-search-item__right { + display: flex; + flex-direction: column; + width: calc(100% - 106px); +} +.sendbird-message-search-item .sendbird-message-search-item__right .sendbird-message-search-item__right__sender-name { + position: absolute; + top: 12px; + display: inline; + max-width: 150px; + height: 16px; + overflow: hidden; + text-overflow: ellipsis; + word-break: keep-all; +} +.sendbird-message-search-item .sendbird-message-search-item__right .sendbird-message-search-item__right__message-text { + box-sizing: border-box; + display: flex; + width: inherit; + height: 32px; + overflow: hidden; + text-overflow: ellipsis; + position: absolute; + top: 36px; + word-break: break-word; +} +.sendbird-message-search-item .sendbird-message-search-item__right .sendbird-message-search-item__right__message-created-at { + position: absolute; + top: 12px; + right: 18px; +} +.sendbird-message-search-item .sendbird-message-search-item__right-footer { + width: 16px; +} + +.sendbird-theme--light .sendbird-message-search-item.sendbird-message-search-item--selected { + background-color: var(--sendbird-light-primary-100); +} +.sendbird-theme--dark .sendbird-message-search-item.sendbird-message-search-item--selected { + background-color: var(--sendbird-dark-background-700); +} +.sendbird-theme--light .sendbird-message-search-item.sendbird-message-search-item--selected .sendbird-message-search-item__left { + border-left: 4px solid var(--sendbird-light-primary-300); +} +.sendbird-theme--dark .sendbird-message-search-item.sendbird-message-search-item--selected .sendbird-message-search-item__left { + border-left: 4px solid var(--sendbird-dark-primary-200); +} +.sendbird-message-search-file-item { + position: relative; + display: inline-flex; + flex-direction: row; + width: 100%; + height: 80px; + cursor: pointer; +} +.sendbird-theme--light .sendbird-message-search-file-item { + border-bottom: 1px solid var(--sendbird-light-onlight-04); + background-color: var(--sendbird-light-background-50); +} +.sendbird-theme--dark .sendbird-message-search-file-item { + border-bottom: 1px solid var(--sendbird-dark-ondark-04); + background-color: var(--sendbird-dark-background-600); +} +.sendbird-theme--light .sendbird-message-search-file-item:hover { + background-color: var(--sendbird-light-background-100); +} +.sendbird-theme--dark .sendbird-message-search-file-item:hover { + background-color: var(--sendbird-dark-background-500); +} +.sendbird-message-search-file-item .sendbird-message-search-file-item__left { + position: relative; + display: flex; + align-items: center; + justify-content: center; + width: 90px; + height: 80px; +} +.sendbird-message-search-file-item .sendbird-message-search-file-item__right { + position: relative; + display: flex; + flex-direction: column; + width: calc(100% - 106px); +} +.sendbird-message-search-file-item .sendbird-message-search-file-item__right .sendbird-message-search-file-item__right__sender-name { + position: absolute; + top: 12px; + display: inline-block; + max-width: 146px; + height: 16px; + overflow: hidden; + text-overflow: ellipsis; +} +.sendbird-message-search-file-item .sendbird-message-search-file-item__right .sendbird-message-search-file-item__right__content { + position: absolute; + top: 36px; + box-sizing: border-box; + width: 100%; + height: 32px; + display: flex; + flex-direction: row; + align-items: center; +} +.sendbird-message-search-file-item .sendbird-message-search-file-item__right .sendbird-message-search-file-item__right__content .sendbird-message-search-file-item__right__content__type-icon { + position: relative; + margin-right: 4px; + display: flex; + align-items: center; + justify-content: center; + width: 26px; + min-width: 26px; + height: 26px; + border-radius: 8px; +} +.sendbird-theme--light .sendbird-message-search-file-item .sendbird-message-search-file-item__right .sendbird-message-search-file-item__right__content .sendbird-message-search-file-item__right__content__type-icon { + background-color: var(--sendbird-light-background-100); +} +.sendbird-theme--dark .sendbird-message-search-file-item .sendbird-message-search-file-item__right .sendbird-message-search-file-item__right__content .sendbird-message-search-file-item__right__content__type-icon { + background-color: var(--sendbird-dark-background-500); +} +.sendbird-message-search-file-item .sendbird-message-search-file-item__right .sendbird-message-search-file-item__right__content .sendbird-message-search-file-item__right__content__url { + height: 16px; + position: relative; + display: inline; + overflow: hidden; + text-overflow: ellipsis; + word-break: keep-all; + white-space: nowrap; +} +.sendbird-message-search-file-item .sendbird-message-search-file-item__message-created-at { + position: absolute; + top: 12px; + right: 18px; +} +.sendbird-message-search-file-item .sendbird-message-search-file-item__right-footer { + width: 16px; +} + +.sendbird-theme--light .sendbird-message-search-file-item.sendbird-message-search-file-item--selected { + background-color: var(--sendbird-light-primary-100); +} +.sendbird-theme--dark .sendbird-message-search-file-item.sendbird-message-search-file-item--selected { + background-color: var(--sendbird-dark-background-700); +} +.sendbird-theme--light .sendbird-message-search-file-item.sendbird-message-search-file-item--selected .sendbird-message-search-file-item__left { + border-left: 4px solid var(--sendbird-light-primary-300); +} +.sendbird-theme--dark .sendbird-message-search-file-item.sendbird-message-search-file-item--selected .sendbird-message-search-file-item__left { + border-left: 4px solid var(--sendbird-dark-primary-200); +} +.sendbird-thread-ui { + position: relative; + max-width: 320px; + width: 100%; + height: 100%; + box-sizing: border-box; + display: flex; + flex-direction: column; +} +.sendbird-theme--light .sendbird-thread-ui { + border-right: 1px solid var(--sendbird-light-onlight-04); + border-bottom: 1px solid var(--sendbird-light-onlight-04); + background-color: var(--sendbird-light-background-50); +} +.sendbird-theme--dark .sendbird-thread-ui { + border-right: 1px solid var(--sendbird-dark-ondark-04); + border-bottom: 1px solid var(--sendbird-dark-ondark-04); + background-color: var(--sendbird-dark-background-600); +} + +.sendbird-thread-ui__header { + width: 100%; +} +.sendbird-theme--light .sendbird-thread-ui__header { + border-top: 1px solid var(--sendbird-light-onlight-04); +} +.sendbird-theme--dark .sendbird-thread-ui__header { + border-top: 1px solid var(--sendbird-dark-ondark-04); +} + +.sendbird-thread-ui--scroll { + overflow-y: scroll; + overflow-x: hidden; + height: 100%; + display: inline-flex; + flex-direction: column; + justify-content: flex-start; +} + +.sendbird-theme--light .sendbird-thread-ui__parent-message-info { + border-top: 1px solid var(--sendbird-light-onlight-04); + border-bottom: 1px solid var(--sendbird-light-onlight-04); +} +.sendbird-theme--dark .sendbird-thread-ui__parent-message-info { + border-top: 1px solid var(--sendbird-dark-ondark-04); + border-bottom: 1px solid var(--sendbird-dark-ondark-04); +} +.sendbird-theme--light .sendbird-thread-ui__parent-message-info .sendbird-word__mention .sendbird-label { + color: var(--sendbird-light-onlight-01); +} +.sendbird-theme--dark .sendbird-thread-ui__parent-message-info .sendbird-word__mention .sendbird-label { + color: var(--sendbird-dark-ondark-01); +} + +.sendbird-thread-ui__reply-counts { + position: relative; + box-sizing: border-box; + width: 100%; + height: 42px; + display: inline-flex; + justify-content: flex-start; + align-items: center; + padding: 16px 11px; +} +.sendbird-theme--light .sendbird-thread-ui__reply-counts { + border-top: 1px solid var(--sendbird-light-onlight-04); + border-bottom: 1px solid var(--sendbird-light-onlight-04); +} +.sendbird-theme--dark .sendbird-thread-ui__reply-counts { + border-top: 1px solid var(--sendbird-dark-ondark-04); + border-bottom: 1px solid var(--sendbird-dark-ondark-04); +} + +.sendbird-thread-ui__thread-list { + padding: 16px; +} + +.sendbird-thread-ui__message-input { + padding: 0px 16px; + margin-bottom: 24px; +} + +.sendbird-thread-ui__thread-list.sendbird-place-holder { + box-sizing: border-box; +} +.sendbird-parent-message-info { + position: relative; + width: 100%; + height: -moz-fit-content; + height: fit-content; + padding: 12px 12px 12px 16px; + display: inline-flex; + flex-direction: row; + align-items: flex-start; + box-sizing: border-box; +} + +.sendbird-parent-message-info__sender { + position: relative; + min-width: 40px; + min-height: 40px; +} + +.sendbird-parent-message-info__content { + position: relative; + margin-left: 12px; + display: inline-flex; + flex-direction: column; +} + +.sendbird-parent-message-info__content__info { + position: relative; + max-width: 188px; + height: 16px; + display: inline-flex; + flex-direction: row; + justify-content: flex-start; + align-items: center; +} + +.sendbird-parent-message-info__content__info__sender-name, +.sendbird-parent-message-info__content__info__sender-name--use-reaction { + position: relative; + margin-right: 6px; + word-break: keep-all; + overflow: hidden; + text-overflow: ellipsis; +} + +.sendbird-parent-message-info__content__info__sender-name { + max-width: 142px; +} + +.sendbird-parent-message-info__content__info__sender-name--use-reaction { + max-width: 110px; +} + +.sendbird-parent-message-info__content__info__sent-at { + position: relative; + max-width: 52px; + height: 12px; + display: inline-flex; + justify-content: flex-start; + align-items: center; + white-space: nowrap; + word-break: keep-all; +} + +.sendbird-parent-message-info__content__body { + position: relative; + max-width: 210px; + overflow: hidden; +} + +.sendbird-parent-message-info__content__body.sendbird-thumbnail-message-item-body.incoming { + min-width: 200px; + height: 148px; +} + +.sendbird-parent-message-info__content__reactions { + position: relative; + max-width: 240px; + width: 100%; + height: 100%; +} + +.sendbird-parent-message-info__context-menu { + position: absolute; + top: 6px; + right: 12px; + display: none; +} + +.sendbird-parent-message-info__context-menu.use-reaction { + right: 44px; +} + +.sendbird-parent-message-info__reaction-menu { + position: absolute; + top: 6px; + right: 12px; + display: none; +} + +.sendbird-parent-message-info .sendbird-text-message-item-body.reactions { + border-radius: 16px; +} + +.sendbird-theme--light .sendbird-parent-message-info .sendbird-emoji-reactions { + border: 1px solid var(--sendbird-light-background-50); +} +.sendbird-theme--dark .sendbird-parent-message-info .sendbird-emoji-reactions { + border: 1px solid var(--sendbird-dark-background-600); +} + +.sendbird-parent-message-info:hover .sendbird-parent-message-info__context-menu, +.sendbird-parent-message-info:hover .sendbird-parent-message-info__reaction-menu, +.sendbird-parent-message-info__context-menu.sendbird-mouse-hover, +.sendbird-parent-message-info__reaction-menu.sendbird-mouse-hover { + display: inline-flex; +} + +.sendbird-theme--light .sendbird-parent-message-info .sendbird-parent-message-info__content__body { + background-color: var(--sendbird-light-background-50); +} +.sendbird-theme--dark .sendbird-parent-message-info .sendbird-parent-message-info__content__body { + background-color: var(--sendbird-dark-background-600); +} + +.sendbird-theme--light .sendbird-parent-message-info:hover, +.sendbird-theme--light .sendbird-parent-message-info:hover .sendbird-parent-message-info__content__body { + background-color: var(--sendbird-light-background-100); +} +.sendbird-theme--dark .sendbird-parent-message-info:hover, +.sendbird-theme--dark .sendbird-parent-message-info:hover .sendbird-parent-message-info__content__body { + background-color: var(--sendbird-dark-background-500); +} + +.sendbird--mobile-mode .sendbird-parent-message-info.sendbird-thread-ui__parent-message-info:hover { + background-color: transparent; +} + +.sendbird-theme--light .sendbird-parent-message-info:hover .sendbird-emoji-reactions { + border: 1px solid var(--sendbird-light-background-100); + background-color: var(--sendbird-light-background-100); +} +.sendbird-theme--dark .sendbird-parent-message-info:hover .sendbird-emoji-reactions { + border: 1px solid var(--sendbird-dark-background-500); + background-color: var(--sendbird-dark-background-500); +} + +.parent-message-info--suggested-mention-list { + width: 100%; + margin-left: 0px; + margin-right: 0px; + min-height: 200px; +} + +.parent-message-info--suggested-mention-list .sendbird-mention-suggest-list__user-item { + padding-left: 16px; + padding-right: 16px; +} + +.parent-message-info--suggested-mention-list .sendbird-mention-suggest-list__user-item .sendbird-mention-suggest-list__user-item__nickname { + max-width: 166px; +} + +.parent-message-info--suggested-mention-list .sendbird-mention-suggest-list__user-item .sendbird-mention-suggest-list__user-item__user-id { + max-width: 68px; +} +.sendbird-parent-message-info-item { + position: relative; + margin-top: 8px; +} + +.sendbird-parent-message-info-item__text-message, +.sendbird-parent-message-info-item__og-field { + padding-right: 4px; + display: inline-block; + white-space: pre-line; + word-break: break-all; +} + +.sendbird-parent-message-info-item__og-field { + display: inline-flex; + flex-direction: column; + margin-top: 4px; +} + +.sendbird-parent-message-info-item__og-field__content { + display: inline-flex; + flex-direction: column; + padding: 8px 12px; + gap: 4px; +} + +.sendbird-parent-message-info-item__file-message { + display: inline-flex; + flex-direction: row; + align-items: center; + gap: 8px; +} + +.sendbird-parent-message-info-item__file-message__file-name { + display: inline-block; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + max-width: 200px; +} + +.sendbird-parent-message-info-item__thumbnail-message { + position: relative; + display: block; + width: 200px; + height: 148px; +} + +.sendbird-parent-message-info-item__thumbnail-message__thumbnail { + position: absolute; + border-radius: 16px; +} + +.sendbird-parent-message-info-item__thumbnail-message__placeholder { + position: absolute; + width: 100%; + height: 148px; + display: flex; + justify-content: center; + align-items: center; +} + +.sendbird-parent-message-info-item__thumbnail-message__placeholder__icon { + display: flex; + align-items: center; + justify-content: center; + width: 56px; + height: 56px; + border-radius: 50%; + background-color: var(--sendbird-light-background-50); +} + +.sendbird-parent-message-info-item__thumbnail-message__image-cover { + position: absolute; + top: 0px; + display: none; + width: 100%; + height: 148px; + border-radius: 16px; + background-color: var(--sendbird-light-overlay-01); +} + +.sendbird-parent-message-info-item__thumbnail-message__video { + position: absolute; + width: 100%; + height: 148px; + border-radius: 16px; +} + +.sendbird-parent-message-info-item__thumbnail-message__icon-wrapper { + position: absolute; + width: 100%; + height: 148px; + display: flex; + align-items: center; + justify-content: center; +} + +.sendbird-parent-message-info-item__thumbnail-message__icon-wrapper__icon { + width: 56px; + height: 56px; + display: inline-flex; + justify-content: center; + align-items: center; + border-radius: 50%; + background-color: var(--sendbird-light-background-50); +} + +.sendbird-parent-message-info-item__thumbnail-message:hover { + cursor: pointer; +} +.sendbird-parent-message-info-item__thumbnail-message:hover .sendbird-parent-message-info-item__thumbnail-message__image-cover { + display: inline-flex; +} + +.sendbird-parent-message-info-item__voice-message__item { + min-width: 136px; + height: 50px; +} +.sendbird-fileviewer__header__right__actions__download, +.sendbird-fileviewer__header__right__actions__delete, +.sendbird-fileviewer__header__right__actions__close { + width: 64px; + padding: 21px; + box-sizing: border-box; + cursor: pointer; +} +.sendbird-fileviewer__header__right__actions__download .disabled, +.sendbird-fileviewer__header__right__actions__delete .disabled, +.sendbird-fileviewer__header__right__actions__close .disabled { + cursor: not-allowed; +} + +.sendbird-fileviewer { + width: 100%; + height: 100%; + position: fixed; + top: 0; + left: 0; + z-index: 100000; +} +.sendbird-theme--light .sendbird-fileviewer { + background-color: var(--sendbird-light-background-50); +} +.sendbird-theme--dark .sendbird-fileviewer { + background-color: var(--sendbird-dark-background-600); +} +.sendbird-fileviewer .sendbird-fileviewer__header { + height: 64px; + min-height: 64px; + box-sizing: border-box; + display: flex; + justify-content: space-between; +} +.sendbird-theme--light .sendbird-fileviewer .sendbird-fileviewer__header { + border-bottom: 1px solid var(--sendbird-light-onlight-04); +} +.sendbird-theme--dark .sendbird-fileviewer .sendbird-fileviewer__header { + border-bottom: 1px solid var(--sendbird-dark-ondark-04); +} +.sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__left { + box-sizing: border-box; + display: flex; + flex-direction: row; + align-items: center; + height: 64px; + padding: 16px 20px; +} +.sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__left .sendbird-fileviewer__header__left__avatar { + margin-right: 8px; +} +.sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__left .sendbird-fileviewer__header__left__filename { + max-width: 500px; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + display: inline-block; +} +.sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__left .sendbird-fileviewer__header__left__sender-name { + max-width: 200px; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + display: inline-flex; + margin-left: 8px; + padding-top: 5px; +} +.sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__right { + display: flex; + width: 160px; + justify-content: flex-end; +} +.sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__right .sendbird-fileviewer__header__right__actions { + right: 0; + display: flex; + flex-direction: row; +} +.sendbird-theme--light .sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__right .sendbird-fileviewer__header__right__actions__close { + border-left: 1px solid var(--sendbird-light-onlight-04); +} +.sendbird-theme--dark .sendbird-fileviewer .sendbird-fileviewer__header .sendbird-fileviewer__header__right .sendbird-fileviewer__header__right__actions__close { + border-left: 1px solid var(--sendbird-dark-ondark-04); +} +.sendbird-fileviewer .sendbird-fileviewer__content { + position: relative; + height: calc(100% - 72px); + margin-top: 8px; + overflow-y: auto; + display: flex; + align-items: center; + justify-content: center; +} +.sendbird-fileviewer .sendbird-fileviewer__content .sendbird-fileviewer__content__video { + max-width: 100%; + max-height: 100%; +} +.sendbird-fileviewer .sendbird-fileviewer__content .sendbird-fileviewer__content__img { + max-width: 90%; + max-height: 90%; +} +.sendbird-fileviewer .sendbird-fileviewer__content .sendbird-fileviewer__content__img__multi { + max-width: calc(100% - 64px - 56px); + max-height: 100%; +} +.sendbird--mobile-mode .sendbird-fileviewer .sendbird-fileviewer__content .sendbird-fileviewer__content__img__multi { + max-width: 100%; + max-height: 100%; +} +.sendbird-fileviewer .sendbird-fileviewer__content .sendbird-fileviewer__content__unsupported { + max-width: 100%; + max-height: 100%; + display: flex; + justify-content: center; + align-items: center; +} + +.sendbird-file-viewer-arrow--left, +.sendbird-file-viewer-arrow--right { + cursor: pointer; + position: absolute; + height: 32px; + width: 32px; + top: calc(50% - 16px); +} + +.sendbird-file-viewer-arrow--left { + left: 14px; +} + +.sendbird-file-viewer-arrow--right { + right: 14px; + transform: rotate(180deg); +} +.sendbird-thread-header { + position: relative; + min-width: 320px; + width: 320px; + min-height: 64px; + height: 64px; + display: inline; + padding: 13px 24px; + box-sizing: border-box; +} + +.sendbird-thread-header__title { + position: relative; + max-width: 254px; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} + +.sendbird-thread-header__channel-name { + position: relative; + max-width: 254px; + height: 12px; + display: inline-block; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} + +.sendbird-thread-header__action { + position: absolute; + top: 0px; + right: 0px; + width: 56px; + height: 100%; + display: inline-flex; + align-items: center; + justify-content: center; +} +.sendbird-thread-list-item .sendbird-separator { + margin: 4px 0px; +} + +.sendbird-thread-list .sendbird-message-content__middle__sender-name { + white-space: nowrap; + max-width: 210px; + overflow: hidden; + text-overflow: ellipsis; +} + +.sendbird-thread-list .sendbird-message-content.incoming .sendbird-message-content__middle { + max-width: 200px; +} + +.sendbird-thread-list .sendbird-thumbnail-message-item-body.outgoing { + min-width: 200px; + min-height: 148px; + height: 148px; +} + +.sendbird-thread-list .sendbird-message-content .sendbird-message-content__middle { + max-width: 230px; +} + +.sendbird-thread-list .sendbird-message-status__icon.sendbird-message-status--sent { + display: none; +} + +.sendbird-thread-list .sendbird-mention-suggest-list { + width: 100%; + margin-left: 0px; + margin-right: 0px; +} + +.sendbird-thread-list .sendbird-mention-suggest-list__user-item { + padding-left: 16px; + padding-right: 16px; +} + +.sendbird-thread-list .sendbird-mention-suggest-list__user-item .sendbird-mention-suggest-list__user-item__nickname { + max-width: 134px; +} + +.sendbird-thread-list .sendbird-mention-suggest-list__user-item .sendbird-mention-suggest-list__user-item__user-id { + max-width: 46px; +} +.sendbird-thread-list-item-content { + position: relative; + display: inline-flex; + flex-direction: row; + width: 100%; + height: 100%; +} +.sendbird-thread-list-item-content.incoming { + justify-content: flex-start; +} +.sendbird-thread-list-item-content.outgoing { + justify-content: flex-end; +} +.sendbird-thread-list-item-content .sendbird-thread-list-item-content__middle { + max-width: 200px; +} +.sendbird--mobile-mode .sendbird-thread-list-item-content .sendbird-thread-list-item-content__middle { + max-width: calc(100vw - 100px); +} +.sendbird-thread-list-item-content .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__quote-message.use-quote { + margin-top: -8px; + bottom: -8px; +} + +.sendbird-thread-list-item-content__middle__body-container { + width: 100%; +} + +.sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__left { + position: relative; + display: inline-flex; + min-width: 40px; +} +.sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__left .sendbird-thread-list-item-content__left__avatar { + position: absolute; + left: 0px; + bottom: 2px; +} +.sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__middle { + position: relative; + display: inline-flex; + flex-direction: column; + align-items: flex-start; +} +.sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__body-container .sendbird-thread-list-item-content__middle__body-container__created-at { + position: absolute; + bottom: 6px; + right: -84px; + white-space: nowrap; + display: flex; + flex-direction: row; + min-width: 80px; +} +.sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__body-container .sendbird-thread-list-item-content__middle__body-container__created-at.sendbird-mouse-hover { + display: none; +} +.sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__sender-name { + position: relative; + margin-left: 12px; + margin-bottom: 4px; + width: 100%; + overflow: hidden; + text-overflow: ellipsis; +} +.sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__quote-message { + position: relative; + width: 100%; + display: inline-flex; +} +.sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__quote-message.outgoing { + justify-content: flex-end; +} +.sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__quote-message.incoming { + justify-content: flex-start; +} +.sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__quote-message:hover { + cursor: pointer; +} +.sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__right { + position: relative; + display: inline-flex; + width: 50px; + margin-left: 4px; + padding-top: 18px; +} +.sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__right.use-reactions { + width: 70px; +} +.sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__right.chain-top { + padding-top: 2px; +} +.sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__right.chain-top.use-quote { + padding-top: 18px; +} +.sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__right .sendbird-thread-list-item-content-menu { + position: relative; + flex-direction: row; + height: 32px; + display: none; +} +.sendbird-thread-list-item-content.incoming .sendbird-thread-list-item-content__right .sendbird-thread-list-item-content-menu.sendbird-mouse-hover { + display: inline-flex; +} +.sendbird-thread-list-item-content.incoming:hover .sendbird-thread-list-item-content__right .sendbird-thread-list-item-content-menu { + display: inline-flex; +} +.sendbird-thread-list-item-content.incoming:hover .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__body-container .sendbird-thread-list-item-content__middle__body-container__created-at { + display: none; +} + +.sendbird-thread-list-item-content.outgoing .sendbird-thread-list-item-content__left { + position: relative; + box-sizing: border-box; + display: inline-flex; + justify-content: flex-end; + width: 50px; +} +.sendbird-thread-list-item-content.outgoing .sendbird-thread-list-item-content__left.use-reactions { + width: 70px; +} +.sendbird-thread-list-item-content.outgoing .sendbird-thread-list-item-content__left.use-quote .sendbird-thread-list-item-content-menu { + top: 18px; +} +.sendbird-thread-list-item-content.outgoing .sendbird-thread-list-item-content__left .sendbird-thread-list-item-content-menu { + position: absolute; + top: 2px; + right: 4px; + flex-direction: row; + display: none; +} +.sendbird-thread-list-item-content.outgoing .sendbird-thread-list-item-content__left .sendbird-thread-list-item-content-menu.sendbird-mouse-hover { + display: inline-flex; +} +.sendbird-thread-list-item-content.outgoing .sendbird-thread-list-item-content__middle { + position: relative; + display: inline-flex; + flex-direction: column; + align-items: flex-end; +} +.sendbird-thread-list-item-content.outgoing .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__quote-message { + position: relative; + width: 100%; + display: inline-flex; +} +.sendbird-thread-list-item-content.outgoing .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__quote-message.outgoing { + justify-content: flex-end; +} +.sendbird-thread-list-item-content.outgoing .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__quote-message.incoming { + justify-content: flex-start; +} +.sendbird-thread-list-item-content.outgoing .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__body-container { + position: relative; +} +.sendbird-thread-list-item-content.outgoing .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__body-container .sendbird-thread-list-item-content__middle__body-container__created-at { + position: absolute; + bottom: 2px; + left: -84px; + white-space: nowrap; + display: flex; + justify-content: flex-end; + box-sizing: content-box; + min-width: 80px; + min-height: 16px; +} +.sendbird-thread-list-item-content.outgoing .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__body-container .sendbird-thread-list-item-content__middle__body-container__created-at.sendbird-mouse-hover { + display: none; +} +.sendbird-thread-list-item-content.outgoing .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__body-container .sendbird-thread-list-item-content__middle__body-container__created-at .sendbird-thread-list-item-content__middle__body-container__created-at__component-container { + position: relative; + display: inline-flex; +} +.sendbird-thread-list-item-content.outgoing .sendbird-thread-list-item-content__right { + display: none; +} +.sendbird-thread-list-item-content.outgoing:hover .sendbird-thread-list-item-content__left .sendbird-thread-list-item-content-menu { + display: inline-flex; +} +.sendbird-thread-list-item-content.outgoing:hover .sendbird-thread-list-item-content__middle .sendbird-thread-list-item-content__middle__body-container .sendbird-thread-list-item-content__middle__body-container__created-at { + display: none; +} + +.sendbird-thread-list-item-content__middle__body-container { + position: relative; + display: flex; + flex-direction: column; +} +.sendbird-thread-list-item-content__middle__body-container .sendbird-thread-list-item-content__middle__message-item-body { + width: 100%; + box-sizing: border-box; +} + +.sendbird-thread-list-item-content-reactions { + position: relative; + width: 100%; + max-width: 400px; + border-radius: 0px 0px 16px 16px; +} +.sendbird-theme--light .sendbird-thread-list-item-content-reactions { + background-color: var(--sendbird-light-background-100); +} +.sendbird-theme--dark .sendbird-thread-list-item-content-reactions { + background-color: var(--sendbird-dark-background-500); +} +.sendbird-theme--light .sendbird-thread-list-item-content-reactions.primary { + background-color: var(--sendbird-light-primary-300); +} +.sendbird-theme--dark .sendbird-thread-list-item-content-reactions.primary { + background-color: var(--sendbird-dark-primary-200); +} +.sendbird-theme--light .sendbird-thread-list-item-content-reactions.mouse-hover, .sendbird-theme--light .sendbird-thread-list-item-content-reactions:hover { + background-color: var(--sendbird-light-background-200); +} +.sendbird-theme--dark .sendbird-thread-list-item-content-reactions.mouse-hover, .sendbird-theme--dark .sendbird-thread-list-item-content-reactions:hover { + background-color: var(--sendbird-dark-background-400); +} +.sendbird-theme--light .sendbird-thread-list-item-content-reactions.mouse-hover.primary, .sendbird-theme--light .sendbird-thread-list-item-content-reactions:hover.primary { + background-color: var(--sendbird-light-primary-400); +} +.sendbird-theme--dark .sendbird-thread-list-item-content-reactions.mouse-hover.primary, .sendbird-theme--dark .sendbird-thread-list-item-content-reactions:hover.primary { + background-color: var(--sendbird-dark-primary-300); +} + +.sendbird-thread-list-item-content__middle__thread-replies { + margin-top: 4px; +} + +.sendbird-thread-list-item-content__middle__message-item-body.sendbird-og-message-item-body, +.sendbird-thread-list-item-content__middle__message-item-body.sendbird-thumbnail-message-item-body { + min-width: 200px; + max-width: 200px; +} + +.sendbird-thread-list-item-content__middle__message-item-body.sendbird-thumbnail-message-item-body { + height: 148px; +} + +.sendbird-thread-list-item-content__middle__message-item-body .sendbird-thumbnail-message-item-body__placeholder, +.sendbird-thread-list-item-content__middle__message-item-body .sendbird-thumbnail-message-item-body__icon-wrapper, +.sendbird-thread-list-item-content__middle__message-item-body .sendbird-thumbnail-message-item-body__video { + height: 148px; +} + +.sendbird-voice-message-item-body.sendbird-thread-list-item-content__middle__message-item-body { + min-width: 136px; + height: 50px; +} +.sendbird-thread-message-input .sendbird-mention-suggest-list { + width: 100%; + margin-left: 0px; + margin-right: 0px; +} + +.sendbird-thread-message-input .sendbird-mention-suggest-list .sendbird-mention-suggest-list__user-item { + padding-left: 16px; + padding-right: 16px; +} + +.sendbird-thread-message-input .sendbird-mention-suggest-list .sendbird-mention-suggest-list__user-item .sendbird-mention-suggest-list__user-item__nickname { + max-width: 134px; +} + +.sendbird-thread-message-input .sendbird-mention-suggest-list .sendbird-mention-suggest-list__user-item .sendbird-mention-suggest-list__user-item__user-id { + max-width: 46px; +} + +.sendbird-theme--light .sendbird-thread-message-input--voice-message { + border-top: 1px solid var(--sendbird-light-onlight-04); +} +.sendbird-theme--dark .sendbird-thread-message-input--voice-message { + border-top: 1px solid var(--sendbird-dark-ondark-04); +} +.sb_mobile { + height: 100%; +} + +.sb_mobile__panelwrap { + height: 100%; +} + +.sb-show-main { + padding: 0 !important; +} + +.sb_mobile__panelwrap .sendbird-thread { + width: 100%; + height: 100%; +} +.sb_mobile__panelwrap .sendbird-thread .sendbird-thread-ui { + max-width: 100%; +} +.sb_mobile__panelwrap .sendbird-thread .sendbird-thread-ui .sendbird-thread-ui__header { + width: 100%; +} +.sendbird-app__wrap { + width: 100%; + height: 100%; + display: flex; + box-sizing: border-box; +} +.sendbird-app__wrap .sendbird-app__searchpanel-wrap { + width: 320px; + min-width: 320px; + overflow-x: hidden; + overflow-y: scroll; + box-sizing: border-box; +} +.sendbird-theme--light .sendbird-app__wrap .sendbird-app__searchpanel-wrap { + border-top: 1px solid var(--sendbird-light-onlight-04); + border-right: 1px solid var(--sendbird-light-onlight-04); + border-bottom: 1px solid var(--sendbird-light-onlight-04); +} +.sendbird-theme--dark .sendbird-app__wrap .sendbird-app__searchpanel-wrap { + border-top: 1px solid var(--sendbird-dark-background-600); + border-right: 1px solid var(--sendbird-dark-background-600); + border-bottom: 1px solid var(--sendbird-dark-background-600); +} +.sendbird-app__wrap .sendbird-app__conversation-wrap { + flex: 1; + position: relative; + width: calc(100% - 320px); +} +.sendbird-app__wrap .sendbird-app__channellist-wrap { + max-width: 320px; +} +.sendbird-theme--light .sendbird-app__wrap .sendbird-app__channellist-wrap { + border-top: 1px solid var(--sendbird-light-onlight-04); + border-left: 1px solid var(--sendbird-light-onlight-04); + border-bottom: 1px solid var(--sendbird-light-onlight-04); +} +.sendbird-theme--dark .sendbird-app__wrap .sendbird-app__channellist-wrap { + border-top: 1px solid var(--sendbird-dark-background-600); + border-left: 1px solid var(--sendbird-dark-background-600); + border-bottom: 1px solid var(--sendbird-dark-background-600); +} +.sendbird-theme--light .sendbird-app__wrap .sendbird-app__conversation--settings-open .sendbird-chat-header__info { + background-color: var(--sendbird-light-primary-100); +} +.sendbird-theme--dark .sendbird-app__wrap .sendbird-app__conversation--settings-open .sendbird-chat-header__info { + background-color: var(--sendbird-dark-background-700); +} +.sendbird-app__wrap .sendbird-chat-header__search { + margin-right: 16px; +} +.sendbird-theme--light .sendbird-app__wrap .sendbird-app__conversation--search-open .sendbird-chat-header__search { + background-color: var(--sendbird-light-primary-100); +} +.sendbird-theme--dark .sendbird-app__wrap .sendbird-app__conversation--search-open .sendbird-chat-header__search { + background-color: var(--sendbird-dark-background-700); +} +.sendbird-app__wrap .sendbird-channel-settings { + border-left: none; +} +.sendbird-theme--light .sendbird-app__wrap .sendbird-channel-settings { + border-top: 1px solid var(--sendbird-light-onlight-04); + border-right: 1px solid var(--sendbird-light-onlight-04); + border-bottom: 1px solid var(--sendbird-light-onlight-04); +} +.sendbird-theme--dark .sendbird-app__wrap .sendbird-channel-settings { + border-top: 1px solid var(--sendbird-dark-background-600); + border-right: 1px solid var(--sendbird-dark-background-600); + border-bottom: 1px solid var(--sendbird-dark-background-600); +} +.sendbird-app__wrap .sendbird-channel-settings .sendbird-channel-settings__header { + height: 64px; +} +.sendbird-openchannel-conversation { + position: relative; + display: flex; + flex-direction: column; + height: 100%; + width: 100%; +} +.sendbird-theme--light .sendbird-openchannel-conversation { + background-color: var(--sendbird-light-background-50); +} +.sendbird-theme--dark .sendbird-openchannel-conversation { + background-color: var(--sendbird-dark-background-600); +} +.sendbird-openchannel-conversation .sendbird-openchannel-conversation-scroll { + overflow-y: auto; + flex: 1 1 0; + order: 2; + width: 100%; +} +.sendbird-openchannel-conversation .sendbird-openchannel-footer { + order: 3; + padding: 12px 24px 24px 24px; +} +.sendbird-openchannel-conversation .sendbird-openchannel-conversation-scroll-container { + display: flex; + height: 100%; + overflow-y: auto; + overflow-x: hidden; + flex-direction: column; +} +.sendbird-openchannel-conversation .sendbird-openchannel-conversation-scroll-container .sendbird-openchannel-conversation-scroll-padding { + flex: 1 1 0; +} +.sendbird-frozen-channel-notification { + position: relative; + margin-top: 8px; + margin-right: 24px; + margin-left: 24px; + height: 32px; + display: flex; + align-items: center; + justify-content: center; + border-radius: 4px; +} +.sendbird-theme--light .sendbird-frozen-channel-notification { + background-color: var(--sendbird-light-information-100); +} +.sendbird-theme--dark .sendbird-frozen-channel-notification { + background-color: var(--sendbird-dark-information-100); +} +.sendbird-oepnchannel-header__icon_back { + position: absolute; + left: 12px; + top: 18px; +} + +.sendbird-openchannel-conversation-header { + position: relative; + min-height: 64px; + box-sizing: border-box; +} +.sendbird-theme--light .sendbird-openchannel-conversation-header { + border-bottom: 1px solid var(--sendbird-light-onlight-04); +} +.sendbird-theme--dark .sendbird-openchannel-conversation-header { + border-bottom: 1px solid var(--sendbird-dark-ondark-04); +} +.sendbird-openchannel-conversation-header .sendbird-openchannel-conversation-header__left__title { + white-space: nowrap; + overflow-x: hidden; + text-overflow: ellipsis; + max-width: calc(100% - 120px); +} +.sendbird--mobile-mode .sendbird-openchannel-conversation-header .sendbird-openchannel-conversation-header__left__title { + max-width: calc(100% - 160px); +} +.sendbird-openchannel-conversation-header__left [class*=sendbird-openchannel-conversation-header__left__cover-image] { + position: absolute; + left: 20px; + top: 16px; +} +.sendbird--mobile-mode .sendbird-openchannel-conversation-header__left [class*=sendbird-openchannel-conversation-header__left__cover-image] { + left: 50px; +} +.sendbird-openchannel-conversation-header__left__title { + position: absolute; + left: 60px; + top: 12px; +} +.sendbird--mobile-mode .sendbird-openchannel-conversation-header__left__title { + left: 90px; +} +.sendbird-openchannel-conversation-header__left__sub-title { + position: absolute; + left: 60px; + top: 36px; +} +.sendbird--mobile-mode .sendbird-openchannel-conversation-header__left__sub-title { + left: 90px; +} +.sendbird-openchannel-conversation-header__right { + position: absolute; + top: 0px; + right: 0px; + width: 64px; + height: 64px; +} +.sendbird-openchannel-conversation-header__right__trigger { + position: absolute; + top: 16px; + right: 16px; + display: flex; + align-items: center; + justify-content: center; +} + +.sendbird-openchannel-conversation-header__left__cover-image--icon { + display: flex; + justify-content: center; + align-items: center; + border-radius: 50%; +} +.sendbird-theme--light .sendbird-openchannel-conversation-header__left__cover-image--icon { + background-color: var(--sendbird-light-background-300); +} +.sendbird-theme--dark .sendbird-openchannel-conversation-header__left__cover-image--icon { + background-color: var(--sendbird-dark-background-300); +} +.sendbird-openchannel-conversation-scroll { + position: relative; + width: 100%; +} +.sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container { + position: sticky; + width: 100%; + bottom: 0px; + height: 100%; + overflow: hidden; +} +.sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container .sendbird-openchannel-conversation-scroll__container__padding { + height: 8px; +} +.sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container .sendbird-openchannel-conversation-scroll__container__item-container { + width: 100%; + height: 100%; + overflow: scroll; +} +.sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container .sendbird-openchannel-conversation-scroll__container__item-container.no-messages { + width: 100%; + height: 100%; +} +.sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container .sendbird-openchannel-conversation-scroll__container__item-container.no-messages .sendbird-openchannel-conversation-scroll__container__place-holder { + width: 100%; + height: 100%; +} +.sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container__scroll-bottom-button { + position: absolute; + display: flex; + align-items: center; + justify-content: center; + bottom: 8px; + left: calc(50% - 20px); + width: 40px; + height: 40px; + border-radius: 24px; + z-index: 1; +} +.sendbird-theme--light .sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container__scroll-bottom-button { + background-color: var(--sendbird-light-primary-300); + box-shadow: var(--sendbird-light-shadow-05); +} +.sendbird-theme--dark .sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container__scroll-bottom-button { + background-color: var(--sendbird-dark-primary-200); + box-shadow: var(--sendbird-dark-shadow-05); +} +.sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container__scroll-bottom-button:hover { + cursor: pointer; +} +.sendbird-theme--light .sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container__scroll-bottom-button:hover { + background-color: var(--sendbird-light-primary-400); +} +.sendbird-theme--dark .sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container__scroll-bottom-button:hover { + background-color: var(--sendbird-dark-primary-300); +} +.sendbird-theme--light .sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container__scroll-bottom-button:active { + background-color: var(--sendbird-light-primary-500); +} +.sendbird-theme--dark .sendbird-openchannel-conversation-scroll .sendbird-openchannel-conversation-scroll__container__scroll-bottom-button:active { + background-color: var(--sendbird-dark-primary-400); +} +.sendbird-openchannel-user-message { + position: relative; + display: flex; + flex-direction: row; + width: 100%; +} +.sendbird-theme--light .sendbird-openchannel-user-message:hover { + background-color: var(--sendbird-light-background-100); +} +.sendbird-theme--dark .sendbird-openchannel-user-message:hover { + background-color: var(--sendbird-dark-background-400); +} +.sendbird-openchannel-user-message:hover .sendbird-openchannel-user-message__context-menu { + display: block; +} +.sendbird-openchannel-user-message .sendbird-openchannel-user-message__left { + position: relative; + display: flex; + width: 52px; + min-width: 52px; +} +.sendbird-openchannel-user-message .sendbird-openchannel-user-message__left .sendbird-openchannel-user-message__left__avatar { + position: relative; + display: flex; + margin-top: 8px; + margin-left: 24px; +} +.sendbird-openchannel-user-message .sendbird-openchannel-user-message__right { + position: relative; + display: flex; + flex-direction: column; + width: 100%; + margin: 8px 24px 8px 12px; +} +.sendbird-openchannel-user-message .sendbird-openchannel-user-message__right .sendbird-openchannel-user-message__right__top { + position: relative; + display: flex; + margin-bottom: 2px; +} +.sendbird-openchannel-user-message .sendbird-openchannel-user-message__right .sendbird-openchannel-user-message__right__top .sendbird-openchannel-user-message__right__top__sender-name { + position: relative; + display: flex; +} +.sendbird-openchannel-user-message .sendbird-openchannel-user-message__right .sendbird-openchannel-user-message__right__top .sendbird-openchannel-user-message__right__top__sent-at { + position: relative; + display: flex; + margin-left: 4px; +} +.sendbird-openchannel-user-message .sendbird-openchannel-user-message__right .sendbird-openchannel-user-message__right__bottom { + position: relative; + display: flex; + width: 100%; +} +.sendbird-openchannel-user-message .sendbird-openchannel-user-message__right .sendbird-openchannel-user-message__right__bottom .sendbird-openchannel-user-message__right__bottom__message { + position: relative; + word-break: break-all; + white-space: pre-line; +} +.sendbird-openchannel-user-message .sendbird-openchannel-user-message__right .sendbird-openchannel-user-message__right__tail { + position: relative; + top: 2px; +} +.sendbird-openchannel-user-message .sendbird-openchannel-user-message__context-menu { + position: absolute; + right: 16px; + display: none; +} +.sendbird-theme--light .sendbird-openchannel-user-message .sendbird-openchannel-user-message__context-menu .sendbird-openchannel-user-message__context-menu--icon { + background-color: var(--sendbird-light-background-200); +} +.sendbird-theme--dark .sendbird-openchannel-user-message .sendbird-openchannel-user-message__context-menu .sendbird-openchannel-user-message__context-menu--icon { + background-color: var(--sendbird-dark-background-500); +} +.sendbird-theme--light .sendbird-openchannel-user-message .sendbird-openchannel-user-message__context-menu .sendbird-openchannel-user-message__context-menu--icon:hover { + background-color: var(--sendbird-light-primary-100); +} +.sendbird-theme--dark .sendbird-openchannel-user-message .sendbird-openchannel-user-message__context-menu .sendbird-openchannel-user-message__context-menu--icon:hover { + background-color: var(--sendbird-dark-background-700); +} +.sendbird-openchannel__mobile-menu-hyperlink { + display: block; + width: 100%; + text-decoration: none; + color: inherit; + font-size: inherit; + font-weight: inherit; + font-stretch: normal; + font-style: normal; + line-height: inherit; + letter-spacing: inherit; + font-family: inherit; +} +.sendbird-openchannel-admin-message { + position: relative; + margin: 16px 24px; + padding: 12px 16px; + border-radius: 4px; +} +.sendbird-theme--light .sendbird-openchannel-admin-message { + background-color: var(--sendbird-light-background-100); +} +.sendbird-theme--dark .sendbird-openchannel-admin-message { + background-color: var(--sendbird-dark-background-500); +} +.sendbird-theme--light .sendbird-openchannel-admin-message:hover { + background-color: var(--sendbird-light-background-100); +} +.sendbird-theme--dark .sendbird-openchannel-admin-message:hover { + background-color: var(--sendbird-dark-background-400); +} +.sendbird-openchannel-admin-message .sendbird-openchannel-admin-message__text { + word-wrap: break-word; +} +.sendbird-openchannel-og-message { + position: relative; + display: flex; + flex-direction: column; + width: 100%; +} +.sendbird-theme--light .sendbird-openchannel-og-message:hover { + background-color: var(--sendbird-light-background-100); +} +.sendbird-theme--dark .sendbird-openchannel-og-message:hover { + background-color: var(--sendbird-dark-background-400); +} +.sendbird-openchannel-og-message:hover .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__context-menu { + display: block; +} +.sendbird-openchannel-og-message .sendbird-openchannel-og-message__top { + box-sizing: border-box; + position: relative; + display: flex; + flex-direction: row; +} +.sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__left { + position: relative; + display: flex; + width: 52px; + min-width: 52px; +} +.sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__left .sendbird-openchannel-og-message__top__left__avatar { + position: absolute; + display: flex; + top: 8px; + left: 24px; +} +.sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__right { + position: relative; + display: flex; + box-sizing: border-box; + flex-direction: column; + margin: 8px 24px 8px 12px; +} +.sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__right .sendbird-openchannel-og-message__top__right__title { + position: relative; + display: flex; + margin-bottom: 2px; +} +.sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__right .sendbird-openchannel-og-message__top__right__title .sendbird-openchannel-og-message__top__right__title__sender-name { + position: relative; + display: flex; +} +.sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__right .sendbird-openchannel-og-message__top__right__title .sendbird-openchannel-og-message__top__right__title__sent-at { + position: relative; + display: flex; + margin-left: 4px; +} +.sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__right .sendbird-openchannel-og-message__top__right__description .sendbird-openchannel-og-message__top__right__description__message { + position: relative; + display: inline; + white-space: pre-wrap; + word-break: break-all; +} +.sendbird-theme--light .sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__right .sendbird-openchannel-og-message__top__right__description .sendbird-openchannel-og-message__top__right__description__message .sendbird-word .sendbird-word__url { + color: var(--sendbird-light-primary-300); +} +.sendbird-theme--dark .sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__right .sendbird-openchannel-og-message__top__right__description .sendbird-openchannel-og-message__top__right__description__message .sendbird-word .sendbird-word__url { + color: var(--sendbird-dark-primary-200); +} +.sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__context-menu { + position: absolute; + right: 16px; + display: none; +} +.sendbird-theme--light .sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__context-menu .sendbird-openchannel-og-message__top__context-menu--icon { + background-color: var(--sendbird-light-background-200); +} +.sendbird-theme--dark .sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__context-menu .sendbird-openchannel-og-message__top__context-menu--icon { + background-color: var(--sendbird-dark-background-500); +} +.sendbird-theme--light .sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__context-menu .sendbird-openchannel-og-message__top__context-menu--icon:hover { + background-color: var(--sendbird-light-primary-100); +} +.sendbird-theme--dark .sendbird-openchannel-og-message .sendbird-openchannel-og-message__top .sendbird-openchannel-og-message__top__context-menu .sendbird-openchannel-og-message__top__context-menu--icon:hover { + background-color: var(--sendbird-dark-background-700); +} +.sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom { + position: relative; + display: inline; + margin-bottom: 8px; + width: 100%; +} +.sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag { + position: relative; + display: inline-block; + box-sizing: border-box; + width: calc(100% - 64px); + max-width: 360px; + left: 64px; + padding: 12px 12px 4px 12px; + border-radius: 8px; +} +.sendbird-theme--light .sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag { + border: solid 1px var(--sendbird-light-onlight-04); + background-color: var(--sendbird-light-background-100); +} +.sendbird-theme--dark .sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag { + border: solid 1px var(--sendbird-dark-ondark-04); + background-color: var(--sendbird-dark-background-500); +} +.sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag .sendbird-openchannel-og-message__bottom__og-tag__url { + position: relative; + display: block; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + margin-bottom: 8px; + max-width: 336px; +} +.sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag .sendbird-openchannel-og-message__bottom__og-tag__title { + position: relative; + display: inline-block; + white-space: pre-wrap; + overflow-wrap: normal; + margin-bottom: 8px; + max-width: 336px; +} +.sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag .sendbird-openchannel-og-message__bottom__og-tag__title:hover { + cursor: pointer; +} +.sendbird-theme--light .sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag .sendbird-openchannel-og-message__bottom__og-tag__title:hover { + color: var(--sendbird-light-primary-300); +} +.sendbird-theme--dark .sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag .sendbird-openchannel-og-message__bottom__og-tag__title:hover { + color: var(--sendbird-dark-primary-200); +} +.sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag .sendbird-openchannel-og-message__bottom__og-tag__description { + position: relative; + display: block; + white-space: pre-wrap; + overflow: hidden; + text-overflow: ellipsis; + word-break: break-all; + max-height: 32px; + margin-bottom: 8px; + width: 100%; + max-width: 336px; +} +.sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag .sendbird-openchannel-og-message__bottom__og-tag__thumbnail { + box-sizing: border-box; + position: relative; + display: block; + margin-top: 4px; + margin-bottom: 8px; + width: 100%; +} +.sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag .sendbird-openchannel-og-message__bottom__og-tag__thumbnail:hover { + cursor: pointer; +} +.sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag .sendbird-openchannel-og-message__bottom__og-tag__thumbnail .sendbird-openchannel-og-message__bottom__og-tag__thumbnail__image { + border-radius: 8px; + width: 100%; + min-width: 200px; + max-width: 336px; +} +.sendbird-openchannel-og-message .sendbird-openchannel-og-message__bottom .sendbird-openchannel-og-message__bottom__og-tag .sendbird-openchannel-og-message__bottom__og-tag__thumbnail .sendbird-openchannel-og-message__bottom__og-tag__thumbnail__image--placeholder { + border-radius: 8px; + width: 100%; + min-width: 200px; + max-width: 336px; +} +.sendbird-openchannel-og-message .sendbird-openchannel-og-message__top__right__tail { + position: relative; + left: 64px; + top: 2px; +} + +.sendbird-openchannel-og-message--word { + display: inline; + margin: 0px 2px; + word-break: break-all; +} +.sendbird-openchannel-thumbnail-message { + position: relative; + display: flex; + flex-direction: row; +} +.sendbird-theme--light .sendbird-openchannel-thumbnail-message:hover { + background-color: var(--sendbird-light-background-100); +} +.sendbird-theme--dark .sendbird-openchannel-thumbnail-message:hover { + background-color: var(--sendbird-dark-background-400); +} +.sendbird-openchannel-thumbnail-message:hover .sendbird-openchannel-thumbnail-message__context-menu { + display: block; +} +.sendbird-theme--light .sendbird-openchannel-thumbnail-message:hover .sendbird-openchannel-thumbnail-message__context-menu .sendbird-openchannel-thumbnail-message__context-menu--icon { + background-color: var(--sendbird-light-background-200); +} +.sendbird-theme--dark .sendbird-openchannel-thumbnail-message:hover .sendbird-openchannel-thumbnail-message__context-menu .sendbird-openchannel-thumbnail-message__context-menu--icon { + background-color: var(--sendbird-dark-background-500); +} +.sendbird-theme--light .sendbird-openchannel-thumbnail-message:hover .sendbird-openchannel-thumbnail-message__context-menu .sendbird-openchannel-thumbnail-message__context-menu--icon:hover { + background-color: var(--sendbird-light-primary-100); +} +.sendbird-theme--dark .sendbird-openchannel-thumbnail-message:hover .sendbird-openchannel-thumbnail-message__context-menu .sendbird-openchannel-thumbnail-message__context-menu--icon:hover { + background-color: var(--sendbird-dark-background-700); +} +.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__left { + position: relative; + display: flex; + width: 52px; + min-width: 52px; +} +.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__left .sendbird-openchannel-thumbnail-message__left__avatar { + position: absolute; + display: inline; + margin-top: 8px; + margin-left: 28px; +} +.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right { + position: relative; + display: flex; + flex-direction: column; + margin-top: 8px; + margin-bottom: 8px; + margin-left: 12px; + width: calc(100% - 64px); +} +.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__title { + position: relative; + display: inline; + margin-bottom: 4px; +} +.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__title .sendbird-openchannel-thumbnail-message__right__title__sender-name { + position: relative; + display: inline; + margin-right: 4px; +} +.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__title .sendbird-openchannel-thumbnail-message__right__title__sent-at { + position: relative; + display: inline; +} +.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body { + position: relative; + display: flex; + border-radius: 8px; +} +.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body:hover .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__overlay { + opacity: 1; +} +.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap { + position: relative; + box-sizing: content-box; +} +.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__overlay { + position: absolute; + opacity: 0; + width: 100%; + height: 100%; + max-width: 360px; + top: 0px; + left: 0px; + border-radius: 8px; + cursor: pointer; +} +.sendbird-theme--light .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__overlay { + background-color: var(--sendbird-light-overlay-02); +} +.sendbird-theme--dark .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__overlay { + background-color: var(--sendbird-dark-overlay-02); +} +.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__video { + max-width: 360px; + max-height: 360px; +} +.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__video:hover { + cursor: pointer; +} +.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__video .sendbird-openchannel-thumbnail-message__right__body__wrap__video__video { + max-width: 360px; + max-height: 360px; + border-radius: 8px; +} +.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__video .sendbird-openchannel-thumbnail-message__right__body__wrap__video__icon { + position: absolute; + top: calc(50% - 28px); + left: calc(50% - 28px); +} +.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__video--icon { + padding: 107px 152px 107px 152px; + border-radius: 8px; +} +.sendbird-theme--light .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__video--icon { + background-color: var(--sendbird-light-background-100); +} +.sendbird-theme--dark .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__video--icon { + background-color: var(--sendbird-dark-background-500); +} +.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__image { + border-radius: 8px; +} +.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__image--icon { + padding: 107px 152px 107px 152px; + border-radius: 8px; +} +.sendbird-theme--light .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__image--icon { + background-color: var(--sendbird-light-background-100); +} +.sendbird-theme--dark .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__image--icon { + background-color: var(--sendbird-dark-background-500); +} +.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__unknown { + padding: 107px 152px 107px 152px; + border-radius: 8px; +} +.sendbird-theme--light .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__unknown { + background-color: var(--sendbird-light-background-100); +} +.sendbird-theme--dark .sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__body .sendbird-openchannel-thumbnail-message__right__body__wrap .sendbird-openchannel-thumbnail-message__right__body__wrap__unknown { + background-color: var(--sendbird-dark-background-500); +} +.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__right .sendbird-openchannel-thumbnail-message__right__tail { + position: relative; + top: 2px; +} +.sendbird-openchannel-thumbnail-message .sendbird-openchannel-thumbnail-message__context-menu { + position: absolute; + display: none; + top: 8px; + right: 16px; +} +.sendbird-openchannel-file-message { + position: relative; + display: flex; + flex-direction: row; +} +.sendbird-theme--light .sendbird-openchannel-file-message:hover { + background-color: var(--sendbird-light-background-100); +} +.sendbird-theme--dark .sendbird-openchannel-file-message:hover { + background-color: var(--sendbird-dark-background-400); +} +.sendbird-openchannel-file-message:hover .sendbird-openchannel-file-message__context-menu { + display: block; +} +.sendbird-openchannel-file-message .sendbird-openchannel-file-message__left { + position: relative; + display: flex; + width: 52px; + min-width: 52px; +} +.sendbird-openchannel-file-message .sendbird-openchannel-file-message__left .sendbird-openchannel-file-message__left__avatar { + position: absolute; + display: block; + margin-top: 8px; + margin-left: 24px; +} +.sendbird-openchannel-file-message .sendbird-openchannel-file-message__right { + position: relative; + display: flex; + flex-direction: column; + margin-left: 12px; + margin-bottom: 4px; + width: calc(100% - 64px); +} +.sendbird-openchannel-file-message .sendbird-openchannel-file-message__right .sendbird-openchannel-file-message__right__title { + position: relative; + display: flex; + margin-top: 8px; +} +.sendbird-openchannel-file-message .sendbird-openchannel-file-message__right .sendbird-openchannel-file-message__right__title .sendbird-openchannel-file-message__right__title__sender-name { + position: relative; + display: flex; +} +.sendbird-openchannel-file-message .sendbird-openchannel-file-message__right .sendbird-openchannel-file-message__right__title .sendbird-openchannel-file-message__right__title__sent-at { + position: relative; + display: flex; + margin-left: 4px; +} +.sendbird-openchannel-file-message .sendbird-openchannel-file-message__right .sendbird-openchannel-file-message__right__body { + position: relative; + display: flex; + margin-top: 4px; + margin-bottom: 4px; + border-radius: 8px; +} +.sendbird-theme--light .sendbird-openchannel-file-message .sendbird-openchannel-file-message__right .sendbird-openchannel-file-message__right__body { + background-color: var(--sendbird-light-background-100); + border: solid 1px var(--sendbird-light-onlight-04); +} +.sendbird-theme--dark .sendbird-openchannel-file-message .sendbird-openchannel-file-message__right .sendbird-openchannel-file-message__right__body { + background-color: var(--sendbird-dark-background-500); + border: solid 1px var(--sendbird-dark-ondark-04); +} +.sendbird-openchannel-file-message .sendbird-openchannel-file-message__right .sendbird-openchannel-file-message__right__body .sendbird-openchannel-file-message__right__body__icon { + position: relative; + display: inline-block; + margin: 8px; + border-radius: 8.6px; +} +.sendbird-theme--light .sendbird-openchannel-file-message .sendbird-openchannel-file-message__right .sendbird-openchannel-file-message__right__body .sendbird-openchannel-file-message__right__body__icon { + background-color: var(--sendbird-light-background-50); +} +.sendbird-theme--dark .sendbird-openchannel-file-message .sendbird-openchannel-file-message__right .sendbird-openchannel-file-message__right__body .sendbird-openchannel-file-message__right__body__icon { + background-color: var(--sendbird-dark-background-600); +} +.sendbird-openchannel-file-message .sendbird-openchannel-file-message__right .sendbird-openchannel-file-message__right__body .sendbird-openchannel-file-message__right__body__file-name { + position: relative; + display: flex; + margin-top: 22px; + margin-right: 16px; + margin-left: 4px; + overflow: hidden; + height: 20px; + max-height: 20px; + text-overflow: ellipsis; + white-space: nowrap; +} +.sendbird-openchannel-file-message .sendbird-openchannel-file-message__context-menu { + position: absolute; + display: none; + top: 8px; + right: 16px; +} +.sendbird-theme--light .sendbird-openchannel-file-message .sendbird-openchannel-file-message__context-menu .sendbird-openchannel-file-message__context-menu__icon { + background-color: var(--sendbird-light-background-200); +} +.sendbird-theme--dark .sendbird-openchannel-file-message .sendbird-openchannel-file-message__context-menu .sendbird-openchannel-file-message__context-menu__icon { + background-color: var(--sendbird-dark-background-500); +} +.sendbird-theme--light .sendbird-openchannel-file-message .sendbird-openchannel-file-message__context-menu .sendbird-openchannel-file-message__context-menu__icon:hover { + background-color: var(--sendbird-light-primary-100); +} +.sendbird-theme--dark .sendbird-openchannel-file-message .sendbird-openchannel-file-message__context-menu .sendbird-openchannel-file-message__context-menu__icon:hover { + background-color: var(--sendbird-dark-background-700); +} +.sendbird-openchannel-settings { + height: 100%; + width: 320px; + display: inline-block; + overflow-y: scroll; + position: relative; +} +.sendbird--mobile-mode .sendbird-openchannel-settings { + width: 100%; +} +.sendbird-theme--light .sendbird-openchannel-settings { + background-color: var(--sendbird-light-background-50); + border-left: 1px solid var(--sendbird-light-onlight-04); +} +.sendbird-theme--dark .sendbird-openchannel-settings { + background-color: var(--sendbird-dark-background-600); + border-left: 1px solid var(--sendbird-dark-ondark-04); +} +.sendbird-openchannel-settings .sendbird-participants-accordion__footer { + text-align: left; + padding-top: 16px; + padding-left: 16px; +} +.sendbird-openchannel-settings .sendbird-openchannel-settings__operator-accordion-icon { + position: absolute; + left: 14px; +} +.sendbird-openchannel-settings .sendbird-openchannel-settings__accordion-icon, +.sendbird-openchannel-settings .sendbird-openchannel-settings__panel-icon__delete { + position: absolute; + left: 16px; +} +.sendbird-openchannel-settings .sendbird-openchannel-settings__participant { + height: 100%; +} +.sendbird-openchannel-settings .sendbird-openchannel-settings__participant .sendbird-openchannel-settings__participant-list { + padding-top: 64px; + height: calc(100% - 64px); + overflow-y: scroll; +} +.sendbird-openchannel-settings .sendbird-openchannel-settings__participant .sendbird-openchannel-settings__header { + display: block; + width: 100%; + position: absolute; + top: 0; + left: 0; +} +.sendbird-theme--light .sendbird-openchannel-settings .sendbird-openchannel-settings__participant .sendbird-openchannel-settings__header { + background-color: var(--sendbird-light-background-50); +} +.sendbird-theme--dark .sendbird-openchannel-settings .sendbird-openchannel-settings__participant .sendbird-openchannel-settings__header { + background-color: var(--sendbird-dark-background-600); +} +.sendbird-openchannel-settings .sendbird-participants-accordion, +.sendbird-openchannel-settings .sendbird-openchannel-settings__delete-channel { + text-align: left; +} +.sendbird-openchannel-settings .sendbird-openchannel-settings__members .sendbird-badge__text { + margin-top: -2px; +} +.sendbird-openchannel-settings .sendbird-openchannel-settings__header { + height: 64px; + min-height: 64px; + position: relative; + padding: 20px 24px; + box-sizing: border-box; + text-align: left; +} +.sendbird-theme--light .sendbird-openchannel-settings .sendbird-openchannel-settings__header { + border-bottom: solid 1px var(--sendbird-light-onlight-04); +} +.sendbird-theme--dark .sendbird-openchannel-settings .sendbird-openchannel-settings__header { + border-bottom: solid 1px var(--sendbird-dark-ondark-04); +} +.sendbird-openchannel-settings .sendbird-openchannel-settings__close-icon { + cursor: pointer; + position: absolute; + top: 20px; + right: 16px; +} +.sendbird-theme--light .sendbird-openchannel-settings .sendbird-openchannel-settings__close-icon path { + fill: var(--sendbird-light-onlight-01); +} +.sendbird-theme--dark .sendbird-openchannel-settings .sendbird-openchannel-settings__close-icon path { + fill: var(--sendbird-dark-ondark-01); +} +.sendbird-openchannel-settings .sendbird-openchannel-settings__placeholder { + margin-top: 40%; +} +.sendbird-openchannel-settings .sendbird-openchannel-settings__url { + padding: 16px; + box-sizing: border-box; + position: relative; +} +.sendbird-openchannel-settings .sendbird-openchannel-settings__url:hover .sendbird-openchannel-settings__copy-icon { + display: inline-block; +} +.sendbird-openchannel-settings .sendbird-openchannel-settings__url .sendbird-openchannel-settings__copy-icon { + cursor: pointer; + position: absolute; + display: none; + top: 10px; + right: 18px; +} +.sendbird-openchannel-settings .sendbird-openchannel-settings__url .sendbird-openchannel-settings__url-value { + margin-top: 8px; +} +.sendbird-theme--light .sendbird-openchannel-settings .sendbird-openchannel-settings__url .sendbird-openchannel-settings__url-value { + color: var(--sendbird-light-onlight-01); +} +.sendbird-theme--dark .sendbird-openchannel-settings .sendbird-openchannel-settings__url .sendbird-openchannel-settings__url-value { + color: var(--sendbird-dark-ondark-01); +} +.sendbird-openchannel-settings .sendbird-openchannel-settings__url .sendbird-openchannel-settings__url-value, +.sendbird-openchannel-settings .sendbird-openchannel-settings__url .sendbird-openchannel-settings__url-label { + text-align: left; + display: block; + word-wrap: break-word; +} +.sendbird-theme--light .sendbird-openchannel-settings .sendbird-openchannel-settings__url { + background-color: var(--sendbird-light-background-50); + border-bottom: 1px solid var(--sendbird-light-onlight-04); +} +.sendbird-theme--dark .sendbird-openchannel-settings .sendbird-openchannel-settings__url { + background-color: var(--sendbird-dark-background-600); + border-bottom: 1px solid var(--sendbird-dark-ondark-04); +} +.sendbird-openchannel-settings .sendbird-openchannel-settings__panel-item { + display: block; + cursor: pointer; + box-sizing: border-box; + position: relative; + padding: 12px 22px 10px 56px; +} +.sendbird-theme--light .sendbird-openchannel-settings .sendbird-openchannel-settings__panel-item { + background-color: var(--sendbird-light-background-50); + border-bottom: 1px solid var(--sendbird-light-onlight-04); +} +.sendbird-theme--dark .sendbird-openchannel-settings .sendbird-openchannel-settings__panel-item { + background-color: var(--sendbird-dark-background-600); + border-bottom: 1px solid var(--sendbird-dark-ondark-04); +} +.sendbird-openchannel-settings .sendbird-openchannel-settings__panel-item:focus { + outline: none; +} +.sendbird-openchannel-settings .sendbird-openchannel-settings__panel-item.sendbird-channel-settings__panel-item__disabled { + cursor: not-allowed; +} +.sendbird-openchannel-settings .sendbird-participants-accordion__member { + position: relative; + padding: 12px 0px 12px 56px; + width: 100%; + height: 40px; + box-sizing: border-box; + text-align: left; +} +.sendbird-openchannel-settings .sendbird-participants-accordion__member .sendbird-label { + max-width: 190px; + display: inline-block; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} +.sendbird-openchannel-settings .sendbird-participants-accordion__member .sendbird-participants-accordion__member__title.self-operator, +.sendbird-openchannel-settings .sendbird-participants-accordion__member .sendbird-participants-accordion__member__title.operator, +.sendbird-openchannel-settings .sendbird-participants-accordion__member .sendbird-participants-accordion__member__title.user-id { + position: absolute; + right: 16px; +} +.sendbird-openchannel-settings .sendbird-participants-accordion__member .sendbird-participants-accordion__member__action { + display: none; +} +.sendbird-openchannel-settings .sendbird-participants-accordion__member:hover .sendbird-participants-accordion__member__title.operator, +.sendbird-openchannel-settings .sendbird-participants-accordion__member:hover .sendbird-participants-accordion__member__title.user-id { + display: none; +} +.sendbird-openchannel-settings .sendbird-participants-accordion__member:hover .sendbird-participants-accordion__member__action { + display: inline-block; +} +.sendbird-openchannel-settings .sendbird-participants-accordion__member-avatar { + position: absolute; + left: 16px; + top: 10px; + cursor: pointer; +} +.sendbird-openchannel-settings .sendbird-participants-accordion__member__action { + position: absolute; + display: none; + top: 4px; + right: 8px; + cursor: pointer; +} +.sendbird-openchannel-settings .sendbird-openchannel-operator-list__footer, +.sendbird-openchannel-settings .sendbird-openchannel-participant-list__footer, +.sendbird-openchannel-settings .sendbird-channel-settings-muted-participant-list__footer, +.sendbird-openchannel-settings .sendbird-channel-settings-banned-user-list__footer { + padding-top: 16px; + display: flex; + justify-content: left; + padding-left: 12px; +} +.sendbird-openchannel-settings .sendbird-openchannel-operator-list__footer .sendbird-button:nth-child(2), +.sendbird-openchannel-settings .sendbird-openchannel-participant-list__footer .sendbird-button:nth-child(2), +.sendbird-openchannel-settings .sendbird-channel-settings-muted-participant-list__footer .sendbird-button:nth-child(2), +.sendbird-openchannel-settings .sendbird-channel-settings-banned-user-list__footer .sendbird-button:nth-child(2) { + margin-left: 8px; +} + +.sendbird-participants-accordion__member-avatar__avatar { + position: absolute; +} + +.sendbird-more-users__popup-scroll { + max-height: 420px; + overflow: scroll; +} +.sendbird-openchannel-profile { + position: relative; + text-align: center; + padding: 32px 40px 27px 40px; +} +.sendbird-theme--light .sendbird-openchannel-profile { + border-bottom: 1px solid var(--sendbird-light-onlight-04); + background-color: var(--sendbird-light-background-50); +} +.sendbird-theme--dark .sendbird-openchannel-profile { + border-bottom: 1px solid var(--sendbird-dark-ondark-04); + background-color: var(--sendbird-dark-background-600); +} +.sendbird-openchannel-profile .sendbird-openchannel-profile--inner { + height: 116px; +} +.sendbird-openchannel-profile .sendbird-openchannel-profile__avatar { + margin-bottom: 16px; + text-align: center; +} +.sendbird-openchannel-profile .sendbird-openchannel-profile__title { + display: inline-block; + max-width: 240px; + white-space: nowrap; + overflow-x: hidden; + text-overflow: ellipsis; + height: 18px; +} +.sendbird-openchannel-profile .sendbird-openchannel-profile__edit { + position: absolute; + top: 10px; + right: 16px; +} +/*# sourceMappingURL=index.css.map */ \ No newline at end of file diff --git a/styles/globals.scss b/styles/globals.scss index a8ed516..d31b731 100644 --- a/styles/globals.scss +++ b/styles/globals.scss @@ -54,9 +54,11 @@ body { @font-face { font-family: "fontspring"; src: url("../public/Fontspring.otf") format("truetype"); - font-weight: 100; + // font-weight: 100; font-style: normal; } + + /* Utility */ .navbarhide{ transform: translateY(0); @@ -81,9 +83,124 @@ body { .fade { animation: fade 0.5s ease-in-out; } +.fade2 { + animation: fade 0.5s ease-out; +} .text-cyan { color: rgb(0, 162, 255); } +.shine-button { + position: relative; + overflow: hidden; + // for background color shift + // background-image: (linear-gradient(270deg, #212121, #212121)); + background-size: 400% 400%; + + animation: TransitioningBackground 10s ease infinite; + // to ease the button growth on hover + transition: 0.6s; + + // psuedo-element shine animation left side + &::before { + content: ''; + display: block; + position: absolute; + background: rgba(255, 255, 255, 0.292); + // width: 60px; + // height: 100%; + opacity: 0; + top: 0; + filter: blur(10px); + transform: translateX(-100px) skewX(-15deg); + } + + // psuedo-element shine animation right side + &::after { + content: ''; + display: block; + position: absolute; + z-index: 10; + opacity: 0; + background: rgba(255, 255, 255, 0.399); + width: 30px; + height: 100%; + top: 0; + filter: blur(20px); + transform: translateX(-100px) skewX(-15deg); + } + + // grow button and change background gradient on hover + &:hover { + // background-image: (linear-gradient(to left, #212121, #212121)); + // transform: scale(1.2); + cursor: pointer; + + + // psuedo-elements for right- and left-side shine animations + &::before, + &::after { + transform: translateX(300px) skewX(-15deg); + transition: 0.7s; + opacity: 100; + } + } +} +.shine-button2 { + position: relative; + overflow: hidden; + // for background color shift + // background-image: (linear-gradient(270deg, #212121, #212121)); + background-size: 400% 400%; + + animation: TransitioningBackground 10s ease infinite; + // to ease the button growth on hover + transition: 0.6s; + + // psuedo-element shine animation left side + &::before { + content: ''; + display: block; + position: absolute; + background: rgba(255, 255, 255, 0.292); + // width: 60px; + // height: 100%; + opacity: 0; + top: 0; + filter: blur(30px); + transform: translateX(-100px) skewX(-15deg); + } + + // psuedo-element shine animation right side + &::after { + content: ''; + display: block; + position: absolute; + z-index: 10; + opacity: 0; + background: rgba(255, 255, 255, 0.399); + width: 30px; + height: 100%; + top: 0; + filter: blur(30px); + transform: translateX(-100px) skewX(-15deg); + } + + // grow button and change background gradient on hover + &:hover { + // background-image: (linear-gradient(to left, #212121, #212121)); + // transform: scale(1.2); + cursor: pointer; + + + // psuedo-elements for right- and left-side shine animations + &::before, + &::after { + transform: translateX(650px) skewX(-15deg); + transition: 0.7s; + opacity: 100; + } + } +} .z-100 { z-index: 999999; } @@ -180,6 +297,13 @@ h2.slideup{ animation: fade 2s ease-in-out; } +.h-85{ + height: 100%; +} +.px-8{ + padding-left: 0rem; + padding-right: 2rem; +} @keyframes slideup { 0%{ opacity: 0; @@ -465,7 +589,7 @@ body { html { scroll-behavior: smooth; } ::-webkit-scrollbar { - width: 10px; + width: 0px; background-color: #535353; } ::selection { @@ -977,6 +1101,13 @@ canvas { /* responsiveness */ @media (max-width: 768px) { + .h-85{ + height: 85%; + } + + .bottom-11 { + bottom: 5.75rem; +} .ball { display: none; } @@ -1097,4 +1228,11 @@ canvas { 100%{ transform: translateY(0); } -} \ No newline at end of file +} +.ql-container.ql-snow{ + border: none !important; +} + +.ql-toolbar.ql-snow { + border: none !important; +} diff --git a/styles/nprogress.css b/styles/nprogress.css index d53edb7..8fd1a22 100644 --- a/styles/nprogress.css +++ b/styles/nprogress.css @@ -4,7 +4,7 @@ } #nprogress .bar { - background: #29d; + background: rgb(139, 141, 142); position: fixed; z-index: 1031; @@ -22,12 +22,14 @@ right: 0px; width: 100px; height: 100%; - box-shadow: 0 0 10px #29d, 0 0 5px #29d; + box-shadow: 0 0 10px rgb(139, 141, 142), 0 0 5px rgb(139, 141, 142); opacity: 1.0; -webkit-transform: rotate(3deg) translate(0px, -4px); -ms-transform: rotate(3deg) translate(0px, -4px); transform: rotate(3deg) translate(0px, -4px); + + } /* Remove these to get rid of the spinner */ diff --git a/tsconfig.json b/tsconfig.json index 588fed2..0896c4a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -33,7 +33,7 @@ "components/DraggableRoadmap.jsx", ".next/types/**/*.ts", "node_modules/@sendbird/uikit-react/index.d.ts" - ], +, "components/Navbar.jsx", "pages/[slug].jsx" ], "exclude": [ "node_modules" ] diff --git a/typings.d.ts b/typings.d.ts index 48d4ffd..7dd820c 100644 --- a/typings.d.ts +++ b/typings.d.ts @@ -156,6 +156,7 @@ export interface Videos extends SanityBody { image: string video: string categories: string + liked: User[] desc: string } diff --git a/utils/constants.js b/utils/constants.js index fea7ec8..8bedf74 100644 --- a/utils/constants.js +++ b/utils/constants.js @@ -17,7 +17,7 @@ export const categories = [ { name: "Biology", value: "biology videos" }, { name: "Literature", value: "how to get better in literature" }, { name: "Arts", value: "" }, - { name: "Crpyto", value: "" }, + { name: "Finance", value: "finance short videos" }, { name: "Dropshipping", value: "" }, { name: "Nextjs", value: "Josh Likes coding videos" }, { name: "React", value: "javascript mastery" }, diff --git a/utils/fetchBlogs.ts b/utils/fetchBlogs.ts index 635c113..491f9b0 100644 --- a/utils/fetchBlogs.ts +++ b/utils/fetchBlogs.ts @@ -1,7 +1,7 @@ import { Posts, User } from '../typings' export const fecthBlogs = async () => { - const res = await fetch(`${process.env.NEXT_PUBLIC_BASE_URL}api/getBlog`) + const res = await fetch(`${process.env.NEXT_PUBLIC_BASE_URL}api/getBlog`, {next: {revalidate: 30}}) const data = await res.json() const posts: Posts[] = data.posts diff --git a/utils/fetchComments.ts b/utils/fetchComments.ts index 94ce2ad..cd684bd 100644 --- a/utils/fetchComments.ts +++ b/utils/fetchComments.ts @@ -1,7 +1,7 @@ import { Comment } from '../typings' export const fetchComments = async (blogId: string) => { - const res = await fetch(`/api/getComments?blogId=${blogId}`) + const res = await fetch(`/api/getComments?blogId=${blogId}`, {next: {revalidate: 30}}) const comments: Comment[] = await res.json() return comments } \ No newline at end of file diff --git a/utils/fetchGoals.ts b/utils/fetchGoals.ts index 9d765ae..a169463 100644 --- a/utils/fetchGoals.ts +++ b/utils/fetchGoals.ts @@ -1,7 +1,7 @@ import { Goals, Posts, User } from '../typings' export const fetchGoals = async () => { - const res = await fetch(`${process.env.NEXT_PUBLIC_BASE_URL}/api/getGoals`) + const res = await fetch(`${process.env.NEXT_PUBLIC_BASE_URL}/api/getGoals`, {next: {revalidate: 60}}) const data = await res.json() const goals: Goals[] = data.goals diff --git a/utils/fetchNotes.ts b/utils/fetchNotes.ts index 64b3e6f..a15c6ce 100644 --- a/utils/fetchNotes.ts +++ b/utils/fetchNotes.ts @@ -1,7 +1,7 @@ import { Goals, Notes, Posts, User } from '../typings' export const fetchNotes = async () => { - const res = await fetch(`${process.env.NEXT_PUBLIC_BASE_URL}/api/getNotes`) + const res = await fetch(`${process.env.NEXT_PUBLIC_BASE_URL}/api/getNotes`, {next: {revalidate: 60}}) const data = await res.json() const notes: Notes[] = data.notes diff --git a/utils/fetchPosts.ts b/utils/fetchPosts.ts index a38ede0..da53cde 100644 --- a/utils/fetchPosts.ts +++ b/utils/fetchPosts.ts @@ -1,7 +1,7 @@ import { Posts, User, Videos } from '../typings' export const fetchVideos = async () => { - const res = await fetch(`${process.env.NEXT_PUBLIC_BASE_URL}api/getVideo`) + const res = await fetch(`${process.env.NEXT_PUBLIC_BASE_URL}api/getVideo`, {next: {revalidate: 60}}) const data = await res.json() const posts: Videos[] = data.videos diff --git a/utils/fetchRoadmap.ts b/utils/fetchRoadmap.ts index 31ad0f7..e409d54 100644 --- a/utils/fetchRoadmap.ts +++ b/utils/fetchRoadmap.ts @@ -1,7 +1,7 @@ import { Posts, Roadmaps, User, Videos } from '../typings' export const fetchRoadmaps = async () => { - const res = await fetch(`${process.env.NEXT_PUBLIC_BASE_URL}api/getRoadmaps`) + const res = await fetch(`${process.env.NEXT_PUBLIC_BASE_URL}api/getRoadmaps`, {next: {revalidate: 60}}) const data = await res.json() const roadmaps: Roadmaps[] = data.roadmaps diff --git a/utils/fetchUsers.ts b/utils/fetchUsers.ts index a6e0fb5..9d610ec 100644 --- a/utils/fetchUsers.ts +++ b/utils/fetchUsers.ts @@ -1,7 +1,7 @@ import { User } from '../typings' export const fetchUsers = async () => { - const res = await fetch(`${process.env.NEXT_PUBLIC_BASE_URL}api/getUsers`) + const res = await fetch(`${process.env.NEXT_PUBLIC_BASE_URL}api/getUsers`, {next: {revalidate: 60}}) const data = await res.json() const user: User[] = data.user diff --git a/yarn.lock b/yarn.lock index 192f09c..18d6491 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,26 +2,21 @@ # yarn lockfile v1 -"@alloc/quick-lru@^5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@alloc/quick-lru/-/quick-lru-5.2.0.tgz#7bf68b20c0a350f936915fcae06f58e32007ce30" - integrity sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw== - "@ant-design/colors@^6.0.0": version "6.0.0" - resolved "https://registry.yarnpkg.com/@ant-design/colors/-/colors-6.0.0.tgz#9b9366257cffcc47db42b9d0203bb592c13c0298" + resolved "https://registry.npmjs.org/@ant-design/colors/-/colors-6.0.0.tgz" integrity sha512-qAZRvPzfdWHtfameEGP2Qvuf838NhergR35o+EuVyB5XvSA98xod5r4utvi4TJ3ywmevm290g9nsCG5MryrdWQ== dependencies: "@ctrl/tinycolor" "^3.4.0" "@ant-design/icons-svg@^4.2.1": version "4.2.1" - resolved "https://registry.yarnpkg.com/@ant-design/icons-svg/-/icons-svg-4.2.1.tgz#8630da8eb4471a4aabdaed7d1ff6a97dcb2cf05a" + resolved "https://registry.npmjs.org/@ant-design/icons-svg/-/icons-svg-4.2.1.tgz" integrity sha512-EB0iwlKDGpG93hW8f85CTJTs4SvMX7tt5ceupvhALp1IF44SeUFOMhKUOYqpsoYWQKAOuTRDMqn75rEaKDp0Xw== "@ant-design/icons@^4.2.2": version "4.8.0" - resolved "https://registry.yarnpkg.com/@ant-design/icons/-/icons-4.8.0.tgz#3084e2bb494cac3dad6c0392f77c1efc90ee1fa4" + resolved "https://registry.npmjs.org/@ant-design/icons/-/icons-4.8.0.tgz" integrity sha512-T89P2jG2vM7OJ0IfGx2+9FC5sQjtTzRSz+mCHTXkFn/ELZc2YpfStmYHmqzq2Jx55J0F7+O6i5/ZKFSVNWCKNg== dependencies: "@ant-design/colors" "^6.0.0" @@ -32,46 +27,36 @@ "@babel/code-frame@^7.0.0": version "7.21.4" - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.21.4.tgz#d0fa9e4413aca81f2b23b9442797bda1826edb39" + resolved "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.21.4.tgz" integrity sha512-LYvhNKfwWSPpocw8GI7gpK2nq3HSDuEPC/uSYaALSJu9xjsalaaYFOq0Pwt5KmVqwEbZlDu81aLXwBOmD/Fv9g== dependencies: "@babel/highlight" "^7.18.6" "@babel/helper-module-imports@^7.16.7": - version "7.22.5" - resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.22.5.tgz#1a8f4c9f4027d23f520bd76b364d44434a72660c" - integrity sha512-8Dl6+HD/cKifutF5qGd/8ZJi84QeAKh+CEe1sBzz8UayBBGg1dAIJrdHOcOM5b2MpzWL2yuotJTtGjETq0qjXg== + version "7.22.15" + resolved "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz" + integrity sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w== dependencies: - "@babel/types" "^7.22.5" + "@babel/types" "^7.22.15" "@babel/helper-plugin-utils@^7.14.5": version "7.22.5" - resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz#dd7ee3735e8a313b9f7b05a773d892e88e6d7295" + resolved "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz" integrity sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg== -"@babel/helper-string-parser@^7.21.5": - version "7.21.5" - resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.21.5.tgz#2b3eea65443c6bdc31c22d037c65f6d323b6b2bd" - integrity sha512-5pTUx3hAJaZIdW99sJ6ZUUgWq/Y+Hja7TowEnLNMm1VivRgZQL3vpBY3qUACVsvw+yQU6+YgfBVmcbLaZtrA1w== - "@babel/helper-string-parser@^7.22.5": version "7.22.5" - resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f" + resolved "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz" integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw== -"@babel/helper-validator-identifier@^7.14.9", "@babel/helper-validator-identifier@^7.22.5": - version "7.22.5" - resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz#9544ef6a33999343c8740fa51350f30eeaaaf193" - integrity sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ== - -"@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1": - version "7.19.1" - resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2" - integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w== +"@babel/helper-validator-identifier@^7.14.9", "@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.22.20": + version "7.22.20" + resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz" + integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== "@babel/highlight@^7.18.6": version "7.18.6" - resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.18.6.tgz#81158601e93e2563795adcbfbdf5d64be3f2ecdf" + resolved "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz" integrity sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g== dependencies: "@babel/helper-validator-identifier" "^7.18.6" @@ -80,87 +65,50 @@ "@babel/parser@^7.1.0", "@babel/parser@^7.20.7": version "7.22.4" - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.4.tgz#a770e98fd785c231af9d93f6459d36770993fb32" + resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.22.4.tgz" integrity sha512-VLLsx06XkEYqBtE5YGPwfSGwfrjnyPP5oiGty3S8pQLFDFLaS8VwWSIxkTXpcvr5zeYLE6+MBNl2npl/YnfofA== "@babel/plugin-syntax-jsx@7.14.5": version "7.14.5" - resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.14.5.tgz#000e2e25d8673cce49300517a3eda44c263e4201" + resolved "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.14.5.tgz" integrity sha512-ohuFIsOMXJnbOMRfX7/w7LocdR6R7whhuRD4ax8IipLcLPlZGJKkBxgHp++U4N/vKyU16/YDQr2f5seajD3jIw== dependencies: "@babel/helper-plugin-utils" "^7.14.5" -"@babel/runtime@^7.0.0", "@babel/runtime@^7.12.13": - version "7.23.1" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.23.1.tgz#72741dc4d413338a91dcb044a86f3c0bc402646d" - integrity sha512-hC2v6p8ZSI/W0HUzh3V8C5g+NwSKzKPtJwSpTjwl0o297GP9+ZLQSkdvHz46CM3LqyoXxq+5G9komY+eSqSO0g== - dependencies: - regenerator-runtime "^0.14.0" - -"@babel/runtime@^7.11.2", "@babel/runtime@^7.18.3": - version "7.22.5" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.22.5.tgz#8564dd588182ce0047d55d7a75e93921107b57ec" - integrity sha512-ecjvYlnAaZ/KVneE/OdKYBYfgXV3Ptu6zQWmgEF7vwKhQnvVS6bjMD2XYgj+SNvQ1GfK/pjgokfPkC/2CO8CuA== - dependencies: - regenerator-runtime "^0.13.11" - -"@babel/runtime@^7.12.1", "@babel/runtime@^7.9.2": - version "7.22.10" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.22.10.tgz#ae3e9631fd947cb7e3610d3e9d8fef5f76696682" - integrity sha512-21t/fkKLMZI4pqP2wlmsQAWnYW1PDyKyyUV4vCi+B25ydmdaYTKXPwCj0BzSUnZf4seIiYvSA3jcZ3gdsMFkLQ== - dependencies: - regenerator-runtime "^0.14.0" - -"@babel/runtime@^7.12.5", "@babel/runtime@^7.13.10", "@babel/runtime@^7.21.0", "@babel/runtime@^7.22.6", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.7": - version "7.22.15" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.22.15.tgz#38f46494ccf6cf020bd4eed7124b425e83e523b8" - integrity sha512-T0O+aa+4w0u06iNmapipJXMV4HoUir03hpx3/YqXXhu9xim3w+dVphjFWl1OH8NbZHw5Lbm9k45drDkgq2VNNA== +"@babel/runtime@^7.0.0", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.1", "@babel/runtime@^7.12.13", "@babel/runtime@^7.12.5", "@babel/runtime@^7.13.10", "@babel/runtime@^7.18.3", "@babel/runtime@^7.20.1", "@babel/runtime@^7.20.13", "@babel/runtime@^7.21.0", "@babel/runtime@^7.23.1", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.2", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2": + version "7.23.2" + resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.2.tgz" + integrity sha512-mM8eg4yl5D6i3lu2QKPuPH4FArvJ8KhTofbE7jwMUv9KX5mBvwPAqnV3MlyBNqdp9RyRKP6Yck8TrfYrPvX3bg== dependencies: regenerator-runtime "^0.14.0" -"@babel/runtime@^7.15.4", "@babel/runtime@^7.20.1", "@babel/runtime@^7.6.2": +"@babel/runtime@^7.15.4": version "7.22.3" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.22.3.tgz#0a7fce51d43adbf0f7b517a71f4c3aaca92ebcbb" + resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.22.3.tgz" integrity sha512-XsDuspWKLUsxwCp6r7EhsExHtYfbe5oAGQ19kqngTdCPUoPQzOPdUbD/pB9PJiwb2ptYKQDjSJT3R6dC+EPqfQ== dependencies: regenerator-runtime "^0.13.11" -"@babel/runtime@^7.20.13": - version "7.21.0" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.21.0.tgz#5b55c9d394e5fcf304909a8b00c07dc217b56673" - integrity sha512-xwII0//EObnq89Ji5AKYQaRYiW/nZ3llSv29d49IuxPhKbtJoLP+9QUUZ4nVragQVtaVGeZrpB+ZtG/Pdy/POw== - dependencies: - regenerator-runtime "^0.13.11" - "@babel/types@7.15.0": version "7.15.0" - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.0.tgz#61af11f2286c4e9c69ca8deb5f4375a73c72dcbd" + resolved "https://registry.npmjs.org/@babel/types/-/types-7.15.0.tgz" integrity sha512-OBvfqnllOIdX4ojTHpwZbpvz4j3EWyjkZEdmjH0/cgsd6QOdSgU8rLSk6ard/pcW7rlmjdVSX/AWOaORR1uNOQ== dependencies: "@babel/helper-validator-identifier" "^7.14.9" to-fast-properties "^2.0.0" -"@babel/types@^7.0.0", "@babel/types@^7.20.7": - version "7.22.4" - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.4.tgz#56a2653ae7e7591365dabf20b76295410684c071" - integrity sha512-Tx9x3UBHTTsMSW85WB2kphxYQVvrZ/t1FxD88IpSgIjiUJlCm9z+xWIDwyo1vffTwSqteqyznB8ZE9vYYk16zA== - dependencies: - "@babel/helper-string-parser" "^7.21.5" - "@babel/helper-validator-identifier" "^7.19.1" - to-fast-properties "^2.0.0" - -"@babel/types@^7.22.5": - version "7.22.10" - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.10.tgz#4a9e76446048f2c66982d1a989dd12b8a2d2dc03" - integrity sha512-obaoigiLrlDZ7TUQln/8m4mSqIW2QFeOrCQc9r+xsaHGNoplVNYlRVpsfE8Vj35GEm2ZH4ZhrNYogs/3fj85kg== +"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.22.15": + version "7.23.0" + resolved "https://registry.npmjs.org/@babel/types/-/types-7.23.0.tgz" + integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg== dependencies: "@babel/helper-string-parser" "^7.22.5" - "@babel/helper-validator-identifier" "^7.22.5" + "@babel/helper-validator-identifier" "^7.22.20" to-fast-properties "^2.0.0" "@chakra-ui/accordion@2.3.1": version "2.3.1" - resolved "https://registry.yarnpkg.com/@chakra-ui/accordion/-/accordion-2.3.1.tgz#a326509e286a5c4e8478de9bc2b4b05017039e6b" + resolved "https://registry.npmjs.org/@chakra-ui/accordion/-/accordion-2.3.1.tgz" integrity sha512-FSXRm8iClFyU+gVaXisOSEw0/4Q+qZbFRiuhIAkVU6Boj0FxAMrlo9a8AV5TuF77rgaHytCdHk0Ng+cyUijrag== dependencies: "@chakra-ui/descendant" "3.1.0" @@ -173,7 +121,7 @@ "@chakra-ui/alert@2.2.1": version "2.2.1" - resolved "https://registry.yarnpkg.com/@chakra-ui/alert/-/alert-2.2.1.tgz#69f4fae19e4f8204ae1db906784139d416063d04" + resolved "https://registry.npmjs.org/@chakra-ui/alert/-/alert-2.2.1.tgz" integrity sha512-GduIqqWCkvID8hxRlKw29Jp3w93r/E9S30J2F8By3ODon9Bhk1o/KVolcPiSiQvRwKNBJCd/rBTpPpLkB+s7pw== dependencies: "@chakra-ui/icon" "3.2.0" @@ -183,12 +131,12 @@ "@chakra-ui/anatomy@2.2.1": version "2.2.1" - resolved "https://registry.yarnpkg.com/@chakra-ui/anatomy/-/anatomy-2.2.1.tgz#f7ef088dcb8be4f1d075f37101830199fb93f763" + resolved "https://registry.npmjs.org/@chakra-ui/anatomy/-/anatomy-2.2.1.tgz" integrity sha512-bbmyWTGwQo+aHYDMtLIj7k7hcWvwE7GFVDViLFArrrPhfUTDdQTNqhiDp1N7eh2HLyjNhc2MKXV8s2KTQqkmTg== "@chakra-ui/avatar@2.3.0": version "2.3.0" - resolved "https://registry.yarnpkg.com/@chakra-ui/avatar/-/avatar-2.3.0.tgz#f018a2714d1e3ba5970bcf66558887925fdfccf4" + resolved "https://registry.npmjs.org/@chakra-ui/avatar/-/avatar-2.3.0.tgz" integrity sha512-8gKSyLfygnaotbJbDMHDiJoF38OHXUYVme4gGxZ1fLnQEdPVEaIWfH+NndIjOM0z8S+YEFnT9KyGMUtvPrBk3g== dependencies: "@chakra-ui/image" "2.1.0" @@ -198,7 +146,7 @@ "@chakra-ui/breadcrumb@2.2.0": version "2.2.0" - resolved "https://registry.yarnpkg.com/@chakra-ui/breadcrumb/-/breadcrumb-2.2.0.tgz#751bc48498f3c403f97b5d9aae528ebfd405ef48" + resolved "https://registry.npmjs.org/@chakra-ui/breadcrumb/-/breadcrumb-2.2.0.tgz" integrity sha512-4cWCG24flYBxjruRi4RJREWTGF74L/KzI2CognAW/d/zWR0CjiScuJhf37Am3LFbCySP6WSoyBOtTIoTA4yLEA== dependencies: "@chakra-ui/react-children-utils" "2.0.6" @@ -207,14 +155,14 @@ "@chakra-ui/breakpoint-utils@2.0.8": version "2.0.8" - resolved "https://registry.yarnpkg.com/@chakra-ui/breakpoint-utils/-/breakpoint-utils-2.0.8.tgz#750d3712668b69f6e8917b45915cee0e08688eed" + resolved "https://registry.npmjs.org/@chakra-ui/breakpoint-utils/-/breakpoint-utils-2.0.8.tgz" integrity sha512-Pq32MlEX9fwb5j5xx8s18zJMARNHlQZH2VH1RZgfgRDpp7DcEgtRW5AInfN5CfqdHLO1dGxA7I3MqEuL5JnIsA== dependencies: "@chakra-ui/shared-utils" "2.0.5" "@chakra-ui/button@2.1.0": version "2.1.0" - resolved "https://registry.yarnpkg.com/@chakra-ui/button/-/button-2.1.0.tgz#623ed32cc92fc8e52492923e9924791fc6f25447" + resolved "https://registry.npmjs.org/@chakra-ui/button/-/button-2.1.0.tgz" integrity sha512-95CplwlRKmmUXkdEp/21VkEWgnwcx2TOBG6NfYlsuLBDHSLlo5FKIiE2oSi4zXc4TLcopGcWPNcm/NDaSC5pvA== dependencies: "@chakra-ui/react-context" "2.1.0" @@ -224,14 +172,14 @@ "@chakra-ui/card@2.2.0": version "2.2.0" - resolved "https://registry.yarnpkg.com/@chakra-ui/card/-/card-2.2.0.tgz#b5e59dc51c171fced76ea76bf26088803b8bc184" + resolved "https://registry.npmjs.org/@chakra-ui/card/-/card-2.2.0.tgz" integrity sha512-xUB/k5MURj4CtPAhdSoXZidUbm8j3hci9vnc+eZJVDqhDOShNlD6QeniQNRPRys4lWAQLCbFcrwL29C8naDi6g== dependencies: "@chakra-ui/shared-utils" "2.0.5" "@chakra-ui/checkbox@2.3.1": version "2.3.1" - resolved "https://registry.yarnpkg.com/@chakra-ui/checkbox/-/checkbox-2.3.1.tgz#bde33a655a8f033656378e3e95ae0dc4c8e73864" + resolved "https://registry.npmjs.org/@chakra-ui/checkbox/-/checkbox-2.3.1.tgz" integrity sha512-e6qL9ntVI/Ui6g0+iljUV2chX86YMsXafldpTHBNYDEoNLjGo1lqLFzq3y6zs3iuB3DHI0X7eAG3REmMVs0A0w== dependencies: "@chakra-ui/form-control" "2.1.1" @@ -248,7 +196,7 @@ "@chakra-ui/clickable@2.1.0": version "2.1.0" - resolved "https://registry.yarnpkg.com/@chakra-ui/clickable/-/clickable-2.1.0.tgz#800fa8d10cf45a41fc50a3df32c679a3ce1921c3" + resolved "https://registry.npmjs.org/@chakra-ui/clickable/-/clickable-2.1.0.tgz" integrity sha512-flRA/ClPUGPYabu+/GLREZVZr9j2uyyazCAUHAdrTUEdDYCr31SVGhgh7dgKdtq23bOvAQJpIJjw/0Bs0WvbXw== dependencies: "@chakra-ui/react-use-merge-refs" "2.1.0" @@ -256,26 +204,26 @@ "@chakra-ui/close-button@2.1.1": version "2.1.1" - resolved "https://registry.yarnpkg.com/@chakra-ui/close-button/-/close-button-2.1.1.tgz#995b245c56eb41465a71d8667840c238618a7b66" + resolved "https://registry.npmjs.org/@chakra-ui/close-button/-/close-button-2.1.1.tgz" integrity sha512-gnpENKOanKexswSVpVz7ojZEALl2x5qjLYNqSQGbxz+aP9sOXPfUS56ebyBrre7T7exuWGiFeRwnM0oVeGPaiw== dependencies: "@chakra-ui/icon" "3.2.0" "@chakra-ui/color-mode@2.2.0": version "2.2.0" - resolved "https://registry.yarnpkg.com/@chakra-ui/color-mode/-/color-mode-2.2.0.tgz#828d47234c74ba2fb4c5dd63a63331aead20b9f6" + resolved "https://registry.npmjs.org/@chakra-ui/color-mode/-/color-mode-2.2.0.tgz" integrity sha512-niTEA8PALtMWRI9wJ4LL0CSBDo8NBfLNp4GD6/0hstcm3IlbBHTVKxN6HwSaoNYfphDQLxCjT4yG+0BJA5tFpg== dependencies: "@chakra-ui/react-use-safe-layout-effect" "2.1.0" "@chakra-ui/control-box@2.1.0": version "2.1.0" - resolved "https://registry.yarnpkg.com/@chakra-ui/control-box/-/control-box-2.1.0.tgz#0f4586797b3154c02463bc5c106782e70c88f04f" + resolved "https://registry.npmjs.org/@chakra-ui/control-box/-/control-box-2.1.0.tgz" integrity sha512-gVrRDyXFdMd8E7rulL0SKeoljkLQiPITFnsyMO8EFHNZ+AHt5wK4LIguYVEq88APqAGZGfHFWXr79RYrNiE3Mg== "@chakra-ui/counter@2.1.0": version "2.1.0" - resolved "https://registry.yarnpkg.com/@chakra-ui/counter/-/counter-2.1.0.tgz#e413a2f1093a18f847bb7aa240117fde788a59e6" + resolved "https://registry.npmjs.org/@chakra-ui/counter/-/counter-2.1.0.tgz" integrity sha512-s6hZAEcWT5zzjNz2JIWUBzRubo9la/oof1W7EKZVVfPYHERnl5e16FmBC79Yfq8p09LQ+aqFKm/etYoJMMgghw== dependencies: "@chakra-ui/number-utils" "2.0.7" @@ -284,12 +232,12 @@ "@chakra-ui/css-reset@2.3.0": version "2.3.0" - resolved "https://registry.yarnpkg.com/@chakra-ui/css-reset/-/css-reset-2.3.0.tgz#83e3160a9c2a12431cad0ee27ebfbf3aedc5c9c7" + resolved "https://registry.npmjs.org/@chakra-ui/css-reset/-/css-reset-2.3.0.tgz" integrity sha512-cQwwBy5O0jzvl0K7PLTLgp8ijqLPKyuEMiDXwYzl95seD3AoeuoCLyzZcJtVqaUZ573PiBdAbY/IlZcwDOItWg== "@chakra-ui/descendant@3.1.0": version "3.1.0" - resolved "https://registry.yarnpkg.com/@chakra-ui/descendant/-/descendant-3.1.0.tgz#f3b80ed13ffc4bf1d615b3ed5541bd0905375cca" + resolved "https://registry.npmjs.org/@chakra-ui/descendant/-/descendant-3.1.0.tgz" integrity sha512-VxCIAir08g5w27klLyi7PVo8BxhW4tgU/lxQyujkmi4zx7hT9ZdrcQLAted/dAa+aSIZ14S1oV0Q9lGjsAdxUQ== dependencies: "@chakra-ui/react-context" "2.1.0" @@ -297,12 +245,12 @@ "@chakra-ui/dom-utils@2.1.0": version "2.1.0" - resolved "https://registry.yarnpkg.com/@chakra-ui/dom-utils/-/dom-utils-2.1.0.tgz#d15df89e458ef19756db04c7cfd084eb552454f0" + resolved "https://registry.npmjs.org/@chakra-ui/dom-utils/-/dom-utils-2.1.0.tgz" integrity sha512-ZmF2qRa1QZ0CMLU8M1zCfmw29DmPNtfjR9iTo74U5FPr3i1aoAh7fbJ4qAlZ197Xw9eAW28tvzQuoVWeL5C7fQ== "@chakra-ui/editable@3.1.0": version "3.1.0" - resolved "https://registry.yarnpkg.com/@chakra-ui/editable/-/editable-3.1.0.tgz#065783c2e3389c3bb9ab0582cb50d38e1dc00fa1" + resolved "https://registry.npmjs.org/@chakra-ui/editable/-/editable-3.1.0.tgz" integrity sha512-j2JLrUL9wgg4YA6jLlbU88370eCRyor7DZQD9lzpY95tSOXpTljeg3uF9eOmDnCs6fxp3zDWIfkgMm/ExhcGTg== dependencies: "@chakra-ui/react-context" "2.1.0" @@ -317,12 +265,12 @@ "@chakra-ui/event-utils@2.0.8": version "2.0.8" - resolved "https://registry.yarnpkg.com/@chakra-ui/event-utils/-/event-utils-2.0.8.tgz#e6439ba200825a2f15d8f1973d267d1c00a6d1b4" + resolved "https://registry.npmjs.org/@chakra-ui/event-utils/-/event-utils-2.0.8.tgz" integrity sha512-IGM/yGUHS+8TOQrZGpAKOJl/xGBrmRYJrmbHfUE7zrG3PpQyXvbLDP1M+RggkCFVgHlJi2wpYIf0QtQlU0XZfw== "@chakra-ui/focus-lock@2.1.0": version "2.1.0" - resolved "https://registry.yarnpkg.com/@chakra-ui/focus-lock/-/focus-lock-2.1.0.tgz#580e5450fe85356987b9a246abaff8333369c667" + resolved "https://registry.npmjs.org/@chakra-ui/focus-lock/-/focus-lock-2.1.0.tgz" integrity sha512-EmGx4PhWGjm4dpjRqM4Aa+rCWBxP+Rq8Uc/nAVnD4YVqkEhBkrPTpui2lnjsuxqNaZ24fIAZ10cF1hlpemte/w== dependencies: "@chakra-ui/dom-utils" "2.1.0" @@ -330,7 +278,7 @@ "@chakra-ui/form-control@2.1.1": version "2.1.1" - resolved "https://registry.yarnpkg.com/@chakra-ui/form-control/-/form-control-2.1.1.tgz#05b06a52432642ddc7ed795bfe127108d160927d" + resolved "https://registry.npmjs.org/@chakra-ui/form-control/-/form-control-2.1.1.tgz" integrity sha512-LJPDzA1ITc3lhd/iDiINqGeca5bJD09PZAjePGEmmZyLPZZi8nPh/iii0RMxvKyJArsTBwXymCh+dEqK9aDzGQ== dependencies: "@chakra-ui/icon" "3.2.0" @@ -341,7 +289,7 @@ "@chakra-ui/hooks@2.2.1": version "2.2.1" - resolved "https://registry.yarnpkg.com/@chakra-ui/hooks/-/hooks-2.2.1.tgz#b86ce5eeaaab877ddcb11a50842d1227306ace28" + resolved "https://registry.npmjs.org/@chakra-ui/hooks/-/hooks-2.2.1.tgz" integrity sha512-RQbTnzl6b1tBjbDPf9zGRo9rf/pQMholsOudTxjy4i9GfTfz6kgp5ValGjQm2z7ng6Z31N1cnjZ1AlSzQ//ZfQ== dependencies: "@chakra-ui/react-utils" "2.0.12" @@ -351,14 +299,14 @@ "@chakra-ui/icon@3.2.0": version "3.2.0" - resolved "https://registry.yarnpkg.com/@chakra-ui/icon/-/icon-3.2.0.tgz#92b9454aa0d561b4994bcd6a1b3bb1fdd5c67bef" + resolved "https://registry.npmjs.org/@chakra-ui/icon/-/icon-3.2.0.tgz" integrity sha512-xxjGLvlX2Ys4H0iHrI16t74rG9EBcpFvJ3Y3B7KMQTrnW34Kf7Da/UC8J67Gtx85mTHW020ml85SVPKORWNNKQ== dependencies: "@chakra-ui/shared-utils" "2.0.5" "@chakra-ui/image@2.1.0": version "2.1.0" - resolved "https://registry.yarnpkg.com/@chakra-ui/image/-/image-2.1.0.tgz#6c205f1ca148e3bf58345b0b5d4eb3d959eb9f87" + resolved "https://registry.npmjs.org/@chakra-ui/image/-/image-2.1.0.tgz" integrity sha512-bskumBYKLiLMySIWDGcz0+D9Th0jPvmX6xnRMs4o92tT3Od/bW26lahmV2a2Op2ItXeCmRMY+XxJH5Gy1i46VA== dependencies: "@chakra-ui/react-use-safe-layout-effect" "2.1.0" @@ -366,7 +314,7 @@ "@chakra-ui/input@2.1.1": version "2.1.1" - resolved "https://registry.yarnpkg.com/@chakra-ui/input/-/input-2.1.1.tgz#c9666bd1efd7763458bec713fb87cc3f365ec15d" + resolved "https://registry.npmjs.org/@chakra-ui/input/-/input-2.1.1.tgz" integrity sha512-RQYzQ/qcak3eCuCfvSqc1kEFx0sCcnIeiSi7i0r70CeBnAUK/CP1/4Uz849FpKz81K4z2SikC9MkHPQd8ZpOwg== dependencies: "@chakra-ui/form-control" "2.1.1" @@ -377,7 +325,7 @@ "@chakra-ui/layout@2.3.1": version "2.3.1" - resolved "https://registry.yarnpkg.com/@chakra-ui/layout/-/layout-2.3.1.tgz#0601c5eb91555d24a7015a7c9d4e01fed2698557" + resolved "https://registry.npmjs.org/@chakra-ui/layout/-/layout-2.3.1.tgz" integrity sha512-nXuZ6WRbq0WdgnRgLw+QuxWAHuhDtVX8ElWqcTK+cSMFg/52eVP47czYBE5F35YhnoW2XBwfNoNgZ7+e8Z01Rg== dependencies: "@chakra-ui/breakpoint-utils" "2.0.8" @@ -389,17 +337,17 @@ "@chakra-ui/lazy-utils@2.0.5": version "2.0.5" - resolved "https://registry.yarnpkg.com/@chakra-ui/lazy-utils/-/lazy-utils-2.0.5.tgz#363c3fa1d421362790b416ffa595acb835e1ae5b" + resolved "https://registry.npmjs.org/@chakra-ui/lazy-utils/-/lazy-utils-2.0.5.tgz" integrity sha512-UULqw7FBvcckQk2n3iPO56TMJvDsNv0FKZI6PlUNJVaGsPbsYxK/8IQ60vZgaTVPtVcjY6BE+y6zg8u9HOqpyg== "@chakra-ui/live-region@2.1.0": version "2.1.0" - resolved "https://registry.yarnpkg.com/@chakra-ui/live-region/-/live-region-2.1.0.tgz#02b4b1d997075f19a7a9a87187e08c72e82ef0dd" + resolved "https://registry.npmjs.org/@chakra-ui/live-region/-/live-region-2.1.0.tgz" integrity sha512-ZOxFXwtaLIsXjqnszYYrVuswBhnIHHP+XIgK1vC6DePKtyK590Wg+0J0slDwThUAd4MSSIUa/nNX84x1GMphWw== "@chakra-ui/media-query@3.3.0": version "3.3.0" - resolved "https://registry.yarnpkg.com/@chakra-ui/media-query/-/media-query-3.3.0.tgz#40f9151dedb6a7af9df3be0474b59a799c92c619" + resolved "https://registry.npmjs.org/@chakra-ui/media-query/-/media-query-3.3.0.tgz" integrity sha512-IsTGgFLoICVoPRp9ykOgqmdMotJG0CnPsKvGQeSFOB/dZfIujdVb14TYxDU4+MURXry1MhJ7LzZhv+Ml7cr8/g== dependencies: "@chakra-ui/breakpoint-utils" "2.0.8" @@ -408,7 +356,7 @@ "@chakra-ui/menu@2.2.1": version "2.2.1" - resolved "https://registry.yarnpkg.com/@chakra-ui/menu/-/menu-2.2.1.tgz#7d9810d435f6b40fa72ed867a33b88a1ef75073f" + resolved "https://registry.npmjs.org/@chakra-ui/menu/-/menu-2.2.1.tgz" integrity sha512-lJS7XEObzJxsOwWQh7yfG4H8FzFPRP5hVPN/CL+JzytEINCSBvsCDHrYPQGp7jzpCi8vnTqQQGQe0f8dwnXd2g== dependencies: "@chakra-ui/clickable" "2.1.0" @@ -429,7 +377,7 @@ "@chakra-ui/modal@2.3.1": version "2.3.1" - resolved "https://registry.yarnpkg.com/@chakra-ui/modal/-/modal-2.3.1.tgz#524dc32b6b4f545b54ae531dbf6c74e1052ee794" + resolved "https://registry.npmjs.org/@chakra-ui/modal/-/modal-2.3.1.tgz" integrity sha512-TQv1ZaiJMZN+rR9DK0snx/OPwmtaGH1HbZtlYt4W4s6CzyK541fxLRTjIXfEzIGpvNW+b6VFuFjbcR78p4DEoQ== dependencies: "@chakra-ui/close-button" "2.1.1" @@ -445,7 +393,7 @@ "@chakra-ui/number-input@2.1.1": version "2.1.1" - resolved "https://registry.yarnpkg.com/@chakra-ui/number-input/-/number-input-2.1.1.tgz#5308a30e972cd45a017f613996d7d5c1f32bd89f" + resolved "https://registry.npmjs.org/@chakra-ui/number-input/-/number-input-2.1.1.tgz" integrity sha512-B4xwUPyr0NmjGN/dBhOmCD2xjX6OY1pr9GmGH3GQRozMsLAClD3TibwiZetwlyCp02qQqiFwEcZmUxaX88794Q== dependencies: "@chakra-ui/counter" "2.1.0" @@ -463,17 +411,17 @@ "@chakra-ui/number-utils@2.0.7": version "2.0.7" - resolved "https://registry.yarnpkg.com/@chakra-ui/number-utils/-/number-utils-2.0.7.tgz#aaee979ca2fb1923a0373a91619473811315db11" + resolved "https://registry.npmjs.org/@chakra-ui/number-utils/-/number-utils-2.0.7.tgz" integrity sha512-yOGxBjXNvLTBvQyhMDqGU0Oj26s91mbAlqKHiuw737AXHt0aPllOthVUqQMeaYLwLCjGMg0jtI7JReRzyi94Dg== "@chakra-ui/object-utils@2.1.0": version "2.1.0" - resolved "https://registry.yarnpkg.com/@chakra-ui/object-utils/-/object-utils-2.1.0.tgz#a4ecf9cea92f1de09f5531f53ffdc41e0b19b6c3" + resolved "https://registry.npmjs.org/@chakra-ui/object-utils/-/object-utils-2.1.0.tgz" integrity sha512-tgIZOgLHaoti5PYGPTwK3t/cqtcycW0owaiOXoZOcpwwX/vlVb+H1jFsQyWiiwQVPt9RkoSLtxzXamx+aHH+bQ== "@chakra-ui/pin-input@2.1.0": version "2.1.0" - resolved "https://registry.yarnpkg.com/@chakra-ui/pin-input/-/pin-input-2.1.0.tgz#61e6bbf909ec510634307b2861c4f1891a9f8d81" + resolved "https://registry.npmjs.org/@chakra-ui/pin-input/-/pin-input-2.1.0.tgz" integrity sha512-x4vBqLStDxJFMt+jdAHHS8jbh294O53CPQJoL4g228P513rHylV/uPscYUHrVJXRxsHfRztQO9k45jjTYaPRMw== dependencies: "@chakra-ui/descendant" "3.1.0" @@ -485,7 +433,7 @@ "@chakra-ui/popover@2.2.1": version "2.2.1" - resolved "https://registry.yarnpkg.com/@chakra-ui/popover/-/popover-2.2.1.tgz#89cfd29817abcd204da570073c0f2b4d8072c3a3" + resolved "https://registry.npmjs.org/@chakra-ui/popover/-/popover-2.2.1.tgz" integrity sha512-K+2ai2dD0ljvJnlrzesCDT9mNzLifE3noGKZ3QwLqd/K34Ym1W/0aL1ERSynrcG78NKoXS54SdEzkhCZ4Gn/Zg== dependencies: "@chakra-ui/close-button" "2.1.1" @@ -502,7 +450,7 @@ "@chakra-ui/popper@3.1.0": version "3.1.0" - resolved "https://registry.yarnpkg.com/@chakra-ui/popper/-/popper-3.1.0.tgz#92a9180c6894763af3b22a6003f9a9d958fe2659" + resolved "https://registry.npmjs.org/@chakra-ui/popper/-/popper-3.1.0.tgz" integrity sha512-ciDdpdYbeFG7og6/6J8lkTFxsSvwTdMLFkpVylAF6VNC22jssiWfquj2eyD4rJnzkRFPvIWJq8hvbfhsm+AjSg== dependencies: "@chakra-ui/react-types" "2.0.7" @@ -511,7 +459,7 @@ "@chakra-ui/portal@2.1.0": version "2.1.0" - resolved "https://registry.yarnpkg.com/@chakra-ui/portal/-/portal-2.1.0.tgz#9e7f57424d7041738b6563cac80134561080bd27" + resolved "https://registry.npmjs.org/@chakra-ui/portal/-/portal-2.1.0.tgz" integrity sha512-9q9KWf6SArEcIq1gGofNcFPSWEyl+MfJjEUg/un1SMlQjaROOh3zYr+6JAwvcORiX7tyHosnmWC3d3wI2aPSQg== dependencies: "@chakra-ui/react-context" "2.1.0" @@ -519,14 +467,14 @@ "@chakra-ui/progress@2.2.0": version "2.2.0" - resolved "https://registry.yarnpkg.com/@chakra-ui/progress/-/progress-2.2.0.tgz#67444ea9779631d7c8395b2c9c78e5634f994999" + resolved "https://registry.npmjs.org/@chakra-ui/progress/-/progress-2.2.0.tgz" integrity sha512-qUXuKbuhN60EzDD9mHR7B67D7p/ZqNS2Aze4Pbl1qGGZfulPW0PY8Rof32qDtttDQBkzQIzFGE8d9QpAemToIQ== dependencies: "@chakra-ui/react-context" "2.1.0" "@chakra-ui/provider@2.4.1": version "2.4.1" - resolved "https://registry.yarnpkg.com/@chakra-ui/provider/-/provider-2.4.1.tgz#0c6c1bab2b50fdf9dfbcbb363df8982988c54d65" + resolved "https://registry.npmjs.org/@chakra-ui/provider/-/provider-2.4.1.tgz" integrity sha512-u4g02V9tJ9vVYfkLz5jBn/bKlAyjLdg4Sh3f7uckmYVAZpOL/uUlrStyADrynu3tZhI+BE8XdmXC4zs/SYD7ow== dependencies: "@chakra-ui/css-reset" "2.3.0" @@ -537,7 +485,7 @@ "@chakra-ui/radio@2.1.1": version "2.1.1" - resolved "https://registry.yarnpkg.com/@chakra-ui/radio/-/radio-2.1.1.tgz#399983ce8a1bbc81e7cddfbaf091f54a1645fb7e" + resolved "https://registry.npmjs.org/@chakra-ui/radio/-/radio-2.1.1.tgz" integrity sha512-5JXDVvMWsF/Cprh6BKfcTLbLtRcgD6Wl2zwbNU30nmKIE8+WUfqD7JQETV08oWEzhi3Ea4e5EHvyll2sGx8H3w== dependencies: "@chakra-ui/form-control" "2.1.1" @@ -549,29 +497,29 @@ "@chakra-ui/react-children-utils@2.0.6": version "2.0.6" - resolved "https://registry.yarnpkg.com/@chakra-ui/react-children-utils/-/react-children-utils-2.0.6.tgz#6c480c6a60678fcb75cb7d57107c7a79e5179b92" + resolved "https://registry.npmjs.org/@chakra-ui/react-children-utils/-/react-children-utils-2.0.6.tgz" integrity sha512-QVR2RC7QsOsbWwEnq9YduhpqSFnZGvjjGREV8ygKi8ADhXh93C8azLECCUVgRJF2Wc+So1fgxmjLcbZfY2VmBA== "@chakra-ui/react-context@2.1.0": version "2.1.0" - resolved "https://registry.yarnpkg.com/@chakra-ui/react-context/-/react-context-2.1.0.tgz#4858be1d5ff1c8ac0a0ec088d93a3b7f1cbbff99" + resolved "https://registry.npmjs.org/@chakra-ui/react-context/-/react-context-2.1.0.tgz" integrity sha512-iahyStvzQ4AOwKwdPReLGfDesGG+vWJfEsn0X/NoGph/SkN+HXtv2sCfYFFR9k7bb+Kvc6YfpLlSuLvKMHi2+w== "@chakra-ui/react-env@3.1.0": version "3.1.0" - resolved "https://registry.yarnpkg.com/@chakra-ui/react-env/-/react-env-3.1.0.tgz#7d3c1c05a501bb369524d9f3d38c9325eb16ab50" + resolved "https://registry.npmjs.org/@chakra-ui/react-env/-/react-env-3.1.0.tgz" integrity sha512-Vr96GV2LNBth3+IKzr/rq1IcnkXv+MLmwjQH6C8BRtn3sNskgDFD5vLkVXcEhagzZMCh8FR3V/bzZPojBOyNhw== dependencies: "@chakra-ui/react-use-safe-layout-effect" "2.1.0" "@chakra-ui/react-types@2.0.7": version "2.0.7" - resolved "https://registry.yarnpkg.com/@chakra-ui/react-types/-/react-types-2.0.7.tgz#799c166a44882b23059c8f510eac9bd5d0869ac4" + resolved "https://registry.npmjs.org/@chakra-ui/react-types/-/react-types-2.0.7.tgz" integrity sha512-12zv2qIZ8EHwiytggtGvo4iLT0APris7T0qaAWqzpUGS0cdUtR8W+V1BJ5Ocq+7tA6dzQ/7+w5hmXih61TuhWQ== "@chakra-ui/react-use-animation-state@2.1.0": version "2.1.0" - resolved "https://registry.yarnpkg.com/@chakra-ui/react-use-animation-state/-/react-use-animation-state-2.1.0.tgz#eab661fbafd96804fe867b0df0c27e78feefe6e2" + resolved "https://registry.npmjs.org/@chakra-ui/react-use-animation-state/-/react-use-animation-state-2.1.0.tgz" integrity sha512-CFZkQU3gmDBwhqy0vC1ryf90BVHxVN8cTLpSyCpdmExUEtSEInSCGMydj2fvn7QXsz/za8JNdO2xxgJwxpLMtg== dependencies: "@chakra-ui/dom-utils" "2.1.0" @@ -579,33 +527,33 @@ "@chakra-ui/react-use-callback-ref@2.1.0": version "2.1.0" - resolved "https://registry.yarnpkg.com/@chakra-ui/react-use-callback-ref/-/react-use-callback-ref-2.1.0.tgz#a508085f4d9e7d84d4ceffdf5f41745c9ac451d7" + resolved "https://registry.npmjs.org/@chakra-ui/react-use-callback-ref/-/react-use-callback-ref-2.1.0.tgz" integrity sha512-efnJrBtGDa4YaxDzDE90EnKD3Vkh5a1t3w7PhnRQmsphLy3g2UieasoKTlT2Hn118TwDjIv5ZjHJW6HbzXA9wQ== "@chakra-ui/react-use-controllable-state@2.1.0": version "2.1.0" - resolved "https://registry.yarnpkg.com/@chakra-ui/react-use-controllable-state/-/react-use-controllable-state-2.1.0.tgz#8fb6fa2f45d0c04173582ae8297e604ffdb9c7d9" + resolved "https://registry.npmjs.org/@chakra-ui/react-use-controllable-state/-/react-use-controllable-state-2.1.0.tgz" integrity sha512-QR/8fKNokxZUs4PfxjXuwl0fj/d71WPrmLJvEpCTkHjnzu7LnYvzoe2wB867IdooQJL0G1zBxl0Dq+6W1P3jpg== dependencies: "@chakra-ui/react-use-callback-ref" "2.1.0" "@chakra-ui/react-use-disclosure@2.1.0": version "2.1.0" - resolved "https://registry.yarnpkg.com/@chakra-ui/react-use-disclosure/-/react-use-disclosure-2.1.0.tgz#90093eaf45db1bea7a6851dd0ce5cdb3eb66f90a" + resolved "https://registry.npmjs.org/@chakra-ui/react-use-disclosure/-/react-use-disclosure-2.1.0.tgz" integrity sha512-Ax4pmxA9LBGMyEZJhhUZobg9C0t3qFE4jVF1tGBsrLDcdBeLR9fwOogIPY9Hf0/wqSlAryAimICbr5hkpa5GSw== dependencies: "@chakra-ui/react-use-callback-ref" "2.1.0" "@chakra-ui/react-use-event-listener@2.1.0": version "2.1.0" - resolved "https://registry.yarnpkg.com/@chakra-ui/react-use-event-listener/-/react-use-event-listener-2.1.0.tgz#afea2645bd9b38f754fc2b8eb858f9bb22385ded" + resolved "https://registry.npmjs.org/@chakra-ui/react-use-event-listener/-/react-use-event-listener-2.1.0.tgz" integrity sha512-U5greryDLS8ISP69DKDsYcsXRtAdnTQT+jjIlRYZ49K/XhUR/AqVZCK5BkR1spTDmO9H8SPhgeNKI70ODuDU/Q== dependencies: "@chakra-ui/react-use-callback-ref" "2.1.0" "@chakra-ui/react-use-focus-effect@2.1.0": version "2.1.0" - resolved "https://registry.yarnpkg.com/@chakra-ui/react-use-focus-effect/-/react-use-focus-effect-2.1.0.tgz#963fb790370dfadd51d12666ff2da60706f53a2a" + resolved "https://registry.npmjs.org/@chakra-ui/react-use-focus-effect/-/react-use-focus-effect-2.1.0.tgz" integrity sha512-xzVboNy7J64xveLcxTIJ3jv+lUJKDwRM7Szwn9tNzUIPD94O3qwjV7DDCUzN2490nSYDF4OBMt/wuDBtaR3kUQ== dependencies: "@chakra-ui/dom-utils" "2.1.0" @@ -615,38 +563,38 @@ "@chakra-ui/react-use-focus-on-pointer-down@2.1.0": version "2.1.0" - resolved "https://registry.yarnpkg.com/@chakra-ui/react-use-focus-on-pointer-down/-/react-use-focus-on-pointer-down-2.1.0.tgz#2fbcf6bc7d06d97606747e231a908d5c387ca0cc" + resolved "https://registry.npmjs.org/@chakra-ui/react-use-focus-on-pointer-down/-/react-use-focus-on-pointer-down-2.1.0.tgz" integrity sha512-2jzrUZ+aiCG/cfanrolsnSMDykCAbv9EK/4iUyZno6BYb3vziucmvgKuoXbMPAzWNtwUwtuMhkby8rc61Ue+Lg== dependencies: "@chakra-ui/react-use-event-listener" "2.1.0" "@chakra-ui/react-use-interval@2.1.0": version "2.1.0" - resolved "https://registry.yarnpkg.com/@chakra-ui/react-use-interval/-/react-use-interval-2.1.0.tgz#2602c097b3ab74b6644812e4f5efaad621218d98" + resolved "https://registry.npmjs.org/@chakra-ui/react-use-interval/-/react-use-interval-2.1.0.tgz" integrity sha512-8iWj+I/+A0J08pgEXP1J1flcvhLBHkk0ln7ZvGIyXiEyM6XagOTJpwNhiu+Bmk59t3HoV/VyvyJTa+44sEApuw== dependencies: "@chakra-ui/react-use-callback-ref" "2.1.0" "@chakra-ui/react-use-latest-ref@2.1.0": version "2.1.0" - resolved "https://registry.yarnpkg.com/@chakra-ui/react-use-latest-ref/-/react-use-latest-ref-2.1.0.tgz#d1e926130102566ece1d39f8a48ed125e0c8441a" + resolved "https://registry.npmjs.org/@chakra-ui/react-use-latest-ref/-/react-use-latest-ref-2.1.0.tgz" integrity sha512-m0kxuIYqoYB0va9Z2aW4xP/5b7BzlDeWwyXCH6QpT2PpW3/281L3hLCm1G0eOUcdVlayqrQqOeD6Mglq+5/xoQ== "@chakra-ui/react-use-merge-refs@2.1.0": version "2.1.0" - resolved "https://registry.yarnpkg.com/@chakra-ui/react-use-merge-refs/-/react-use-merge-refs-2.1.0.tgz#c0c233527abdbea9a1348269c192012205762314" + resolved "https://registry.npmjs.org/@chakra-ui/react-use-merge-refs/-/react-use-merge-refs-2.1.0.tgz" integrity sha512-lERa6AWF1cjEtWSGjxWTaSMvneccnAVH4V4ozh8SYiN9fSPZLlSG3kNxfNzdFvMEhM7dnP60vynF7WjGdTgQbQ== "@chakra-ui/react-use-outside-click@2.2.0": version "2.2.0" - resolved "https://registry.yarnpkg.com/@chakra-ui/react-use-outside-click/-/react-use-outside-click-2.2.0.tgz#5570b772a255f6f02b69e967127397c1b5fa3d3c" + resolved "https://registry.npmjs.org/@chakra-ui/react-use-outside-click/-/react-use-outside-click-2.2.0.tgz" integrity sha512-PNX+s/JEaMneijbgAM4iFL+f3m1ga9+6QK0E5Yh4s8KZJQ/bLwZzdhMz8J/+mL+XEXQ5J0N8ivZN28B82N1kNw== dependencies: "@chakra-ui/react-use-callback-ref" "2.1.0" "@chakra-ui/react-use-pan-event@2.1.0": version "2.1.0" - resolved "https://registry.yarnpkg.com/@chakra-ui/react-use-pan-event/-/react-use-pan-event-2.1.0.tgz#51c21bc3c0e9e73d1faef5ea4f7e3c3d071a2758" + resolved "https://registry.npmjs.org/@chakra-ui/react-use-pan-event/-/react-use-pan-event-2.1.0.tgz" integrity sha512-xmL2qOHiXqfcj0q7ZK5s9UjTh4Gz0/gL9jcWPA6GVf+A0Od5imEDa/Vz+533yQKWiNSm1QGrIj0eJAokc7O4fg== dependencies: "@chakra-ui/event-utils" "2.0.8" @@ -655,43 +603,43 @@ "@chakra-ui/react-use-previous@2.1.0": version "2.1.0" - resolved "https://registry.yarnpkg.com/@chakra-ui/react-use-previous/-/react-use-previous-2.1.0.tgz#f6046e6f7398b1e8d7e66ff7ebb8d61c92a2d3d0" + resolved "https://registry.npmjs.org/@chakra-ui/react-use-previous/-/react-use-previous-2.1.0.tgz" integrity sha512-pjxGwue1hX8AFcmjZ2XfrQtIJgqbTF3Qs1Dy3d1krC77dEsiCUbQ9GzOBfDc8pfd60DrB5N2tg5JyHbypqh0Sg== "@chakra-ui/react-use-safe-layout-effect@2.1.0": version "2.1.0" - resolved "https://registry.yarnpkg.com/@chakra-ui/react-use-safe-layout-effect/-/react-use-safe-layout-effect-2.1.0.tgz#3a95f0ba6fd5d2d0aa14919160f2c825f13e686f" + resolved "https://registry.npmjs.org/@chakra-ui/react-use-safe-layout-effect/-/react-use-safe-layout-effect-2.1.0.tgz" integrity sha512-Knbrrx/bcPwVS1TorFdzrK/zWA8yuU/eaXDkNj24IrKoRlQrSBFarcgAEzlCHtzuhufP3OULPkELTzz91b0tCw== "@chakra-ui/react-use-size@2.1.0": version "2.1.0" - resolved "https://registry.yarnpkg.com/@chakra-ui/react-use-size/-/react-use-size-2.1.0.tgz#fcf3070eaade8b4a84af8ce5341c4d5ca0a42bec" + resolved "https://registry.npmjs.org/@chakra-ui/react-use-size/-/react-use-size-2.1.0.tgz" integrity sha512-tbLqrQhbnqOjzTaMlYytp7wY8BW1JpL78iG7Ru1DlV4EWGiAmXFGvtnEt9HftU0NJ0aJyjgymkxfVGI55/1Z4A== dependencies: "@zag-js/element-size" "0.10.5" "@chakra-ui/react-use-timeout@2.1.0": version "2.1.0" - resolved "https://registry.yarnpkg.com/@chakra-ui/react-use-timeout/-/react-use-timeout-2.1.0.tgz#24415f54267d7241a3c1d36a5cae4d472834cef7" + resolved "https://registry.npmjs.org/@chakra-ui/react-use-timeout/-/react-use-timeout-2.1.0.tgz" integrity sha512-cFN0sobKMM9hXUhyCofx3/Mjlzah6ADaEl/AXl5Y+GawB5rgedgAcu2ErAgarEkwvsKdP6c68CKjQ9dmTQlJxQ== dependencies: "@chakra-ui/react-use-callback-ref" "2.1.0" "@chakra-ui/react-use-update-effect@2.1.0": version "2.1.0" - resolved "https://registry.yarnpkg.com/@chakra-ui/react-use-update-effect/-/react-use-update-effect-2.1.0.tgz#5c57cd1f50c2a6a8119e0f57f69510723d69884b" + resolved "https://registry.npmjs.org/@chakra-ui/react-use-update-effect/-/react-use-update-effect-2.1.0.tgz" integrity sha512-ND4Q23tETaR2Qd3zwCKYOOS1dfssojPLJMLvUtUbW5M9uW1ejYWgGUobeAiOVfSplownG8QYMmHTP86p/v0lbA== "@chakra-ui/react-utils@2.0.12": version "2.0.12" - resolved "https://registry.yarnpkg.com/@chakra-ui/react-utils/-/react-utils-2.0.12.tgz#d6b773b9a5b2e51dce61f51ac8a0e9a0f534f479" + resolved "https://registry.npmjs.org/@chakra-ui/react-utils/-/react-utils-2.0.12.tgz" integrity sha512-GbSfVb283+YA3kA8w8xWmzbjNWk14uhNpntnipHCftBibl0lxtQ9YqMFQLwuFOO0U2gYVocszqqDWX+XNKq9hw== dependencies: "@chakra-ui/utils" "2.0.15" "@chakra-ui/react@^2.8.1": version "2.8.1" - resolved "https://registry.yarnpkg.com/@chakra-ui/react/-/react-2.8.1.tgz#fd80632b0ef34434443d8999d03d297f130aabcf" + resolved "https://registry.npmjs.org/@chakra-ui/react/-/react-2.8.1.tgz" integrity sha512-UL9Rtj4DovP3+oVbI06gsdfyJJb+wmS2RYnGNXjW9tsjCyXxjlBw9TAUj0jyOfWe0+zd/4juL8+J+QCwmdhptg== dependencies: "@chakra-ui/accordion" "2.3.1" @@ -750,7 +698,7 @@ "@chakra-ui/select@2.1.1": version "2.1.1" - resolved "https://registry.yarnpkg.com/@chakra-ui/select/-/select-2.1.1.tgz#0792eeebdb82b1710c4527e7e8e2e07c686c714d" + resolved "https://registry.npmjs.org/@chakra-ui/select/-/select-2.1.1.tgz" integrity sha512-CERDATncv5w05Zo5/LrFtf1yKp1deyMUyDGv6eZvQG/etyukH4TstsuIHt/0GfNXrCF3CJLZ8lINzpv5wayVjQ== dependencies: "@chakra-ui/form-control" "2.1.1" @@ -758,12 +706,12 @@ "@chakra-ui/shared-utils@2.0.5": version "2.0.5" - resolved "https://registry.yarnpkg.com/@chakra-ui/shared-utils/-/shared-utils-2.0.5.tgz#cb2b49705e113853647f1822142619570feba081" + resolved "https://registry.npmjs.org/@chakra-ui/shared-utils/-/shared-utils-2.0.5.tgz" integrity sha512-4/Wur0FqDov7Y0nCXl7HbHzCg4aq86h+SXdoUeuCMD3dSj7dpsVnStLYhng1vxvlbUnLpdF4oz5Myt3i/a7N3Q== "@chakra-ui/skeleton@2.1.0": version "2.1.0" - resolved "https://registry.yarnpkg.com/@chakra-ui/skeleton/-/skeleton-2.1.0.tgz#e3b25dd3afa330029d6d63be0f7cb8d44ad25531" + resolved "https://registry.npmjs.org/@chakra-ui/skeleton/-/skeleton-2.1.0.tgz" integrity sha512-JNRuMPpdZGd6zFVKjVQ0iusu3tXAdI29n4ZENYwAJEMf/fN0l12sVeirOxkJ7oEL0yOx2AgEYFSKdbcAgfUsAQ== dependencies: "@chakra-ui/media-query" "3.3.0" @@ -772,12 +720,12 @@ "@chakra-ui/skip-nav@2.1.0": version "2.1.0" - resolved "https://registry.yarnpkg.com/@chakra-ui/skip-nav/-/skip-nav-2.1.0.tgz#cac27eecc6eded1e83c8f0cf7445d727739cb325" + resolved "https://registry.npmjs.org/@chakra-ui/skip-nav/-/skip-nav-2.1.0.tgz" integrity sha512-Hk+FG+vadBSH0/7hwp9LJnLjkO0RPGnx7gBJWI4/SpoJf3e4tZlWYtwGj0toYY4aGKl93jVghuwGbDBEMoHDug== "@chakra-ui/slider@2.1.0": version "2.1.0" - resolved "https://registry.yarnpkg.com/@chakra-ui/slider/-/slider-2.1.0.tgz#1caeed18761ba2a390777418cc9389ba25e39bce" + resolved "https://registry.npmjs.org/@chakra-ui/slider/-/slider-2.1.0.tgz" integrity sha512-lUOBcLMCnFZiA/s2NONXhELJh6sY5WtbRykPtclGfynqqOo47lwWJx+VP7xaeuhDOPcWSSecWc9Y1BfPOCz9cQ== dependencies: "@chakra-ui/number-utils" "2.0.7" @@ -793,14 +741,14 @@ "@chakra-ui/spinner@2.1.0": version "2.1.0" - resolved "https://registry.yarnpkg.com/@chakra-ui/spinner/-/spinner-2.1.0.tgz#aa24a3d692c6ac90714e0f0f82c76c12c78c8e60" + resolved "https://registry.npmjs.org/@chakra-ui/spinner/-/spinner-2.1.0.tgz" integrity sha512-hczbnoXt+MMv/d3gE+hjQhmkzLiKuoTo42YhUG7Bs9OSv2lg1fZHW1fGNRFP3wTi6OIbD044U1P9HK+AOgFH3g== dependencies: "@chakra-ui/shared-utils" "2.0.5" "@chakra-ui/stat@2.1.1": version "2.1.1" - resolved "https://registry.yarnpkg.com/@chakra-ui/stat/-/stat-2.1.1.tgz#a204ba915795345996a16c79794d84826d7dcc2d" + resolved "https://registry.npmjs.org/@chakra-ui/stat/-/stat-2.1.1.tgz" integrity sha512-LDn0d/LXQNbAn2KaR3F1zivsZCewY4Jsy1qShmfBMKwn6rI8yVlbvu6SiA3OpHS0FhxbsZxQI6HefEoIgtqY6Q== dependencies: "@chakra-ui/icon" "3.2.0" @@ -809,7 +757,7 @@ "@chakra-ui/stepper@2.3.1": version "2.3.1" - resolved "https://registry.yarnpkg.com/@chakra-ui/stepper/-/stepper-2.3.1.tgz#a0a0b73e147f202ab4e51cae55dad45489cc89fd" + resolved "https://registry.npmjs.org/@chakra-ui/stepper/-/stepper-2.3.1.tgz" integrity sha512-ky77lZbW60zYkSXhYz7kbItUpAQfEdycT0Q4bkHLxfqbuiGMf8OmgZOQkOB9uM4v0zPwy2HXhe0vq4Dd0xa55Q== dependencies: "@chakra-ui/icon" "3.2.0" @@ -818,7 +766,7 @@ "@chakra-ui/styled-system@2.9.1": version "2.9.1" - resolved "https://registry.yarnpkg.com/@chakra-ui/styled-system/-/styled-system-2.9.1.tgz#888a4901b2afa174461259a8875379adb0363934" + resolved "https://registry.npmjs.org/@chakra-ui/styled-system/-/styled-system-2.9.1.tgz" integrity sha512-jhYKBLxwOPi9/bQt9kqV3ELa/4CjmNNruTyXlPp5M0v0+pDMUngPp48mVLoskm9RKZGE0h1qpvj/jZ3K7c7t8w== dependencies: "@chakra-ui/shared-utils" "2.0.5" @@ -827,7 +775,7 @@ "@chakra-ui/switch@2.1.1": version "2.1.1" - resolved "https://registry.yarnpkg.com/@chakra-ui/switch/-/switch-2.1.1.tgz#8049963e6421cdd5eaaac1d20d9febae8d731b62" + resolved "https://registry.npmjs.org/@chakra-ui/switch/-/switch-2.1.1.tgz" integrity sha512-cOHIhW5AlLZSFENxFEBYTBniqiduOowa1WdzslP1Fd0usBFaD5iAgOY1Fvr7xKhE8nmzzeMCkPB3XBvUSWnawQ== dependencies: "@chakra-ui/checkbox" "2.3.1" @@ -835,7 +783,7 @@ "@chakra-ui/system@2.6.1": version "2.6.1" - resolved "https://registry.yarnpkg.com/@chakra-ui/system/-/system-2.6.1.tgz#22ee50ddc9e1f56b974a0dd42d86108391a2f372" + resolved "https://registry.npmjs.org/@chakra-ui/system/-/system-2.6.1.tgz" integrity sha512-P5Q/XRWy3f1pXJ7IxDkV+Z6AT7GJeR2JlBnQl109xewVQcBLWWMIp702fFMFw8KZ2ALB/aYKtWm5EmQMddC/tg== dependencies: "@chakra-ui/color-mode" "2.2.0" @@ -848,7 +796,7 @@ "@chakra-ui/table@2.1.0": version "2.1.0" - resolved "https://registry.yarnpkg.com/@chakra-ui/table/-/table-2.1.0.tgz#20dce14c5e4d70dc7c6c0e87cce9b05907ff8c50" + resolved "https://registry.npmjs.org/@chakra-ui/table/-/table-2.1.0.tgz" integrity sha512-o5OrjoHCh5uCLdiUb0Oc0vq9rIAeHSIRScc2ExTC9Qg/uVZl2ygLrjToCaKfaaKl1oQexIeAcZDKvPG8tVkHyQ== dependencies: "@chakra-ui/react-context" "2.1.0" @@ -856,7 +804,7 @@ "@chakra-ui/tabs@3.0.0": version "3.0.0" - resolved "https://registry.yarnpkg.com/@chakra-ui/tabs/-/tabs-3.0.0.tgz#854c06880af26158d7c72881c4b5e0453f6c485d" + resolved "https://registry.npmjs.org/@chakra-ui/tabs/-/tabs-3.0.0.tgz" integrity sha512-6Mlclp8L9lqXmsGWF5q5gmemZXOiOYuh0SGT/7PgJVNPz3LXREXlXg2an4MBUD8W5oTkduCX+3KTMCwRrVrDYw== dependencies: "@chakra-ui/clickable" "2.1.0" @@ -871,7 +819,7 @@ "@chakra-ui/tag@3.1.1": version "3.1.1" - resolved "https://registry.yarnpkg.com/@chakra-ui/tag/-/tag-3.1.1.tgz#d05284b6549a84d3a08e57eec57df3ad0eebd882" + resolved "https://registry.npmjs.org/@chakra-ui/tag/-/tag-3.1.1.tgz" integrity sha512-Bdel79Dv86Hnge2PKOU+t8H28nm/7Y3cKd4Kfk9k3lOpUh4+nkSGe58dhRzht59lEqa4N9waCgQiBdkydjvBXQ== dependencies: "@chakra-ui/icon" "3.2.0" @@ -879,7 +827,7 @@ "@chakra-ui/textarea@2.1.1": version "2.1.1" - resolved "https://registry.yarnpkg.com/@chakra-ui/textarea/-/textarea-2.1.1.tgz#3e33404ff8470140e877840a5702a406996a3834" + resolved "https://registry.npmjs.org/@chakra-ui/textarea/-/textarea-2.1.1.tgz" integrity sha512-28bpwgmXg3BzSpg8i1Ao9h7pHaE1j2mBBFJpWaqPgMhS0IHm0BQsqqyWU6PsxxJDvrC4HN6MTzrIL4C1RA1I0A== dependencies: "@chakra-ui/form-control" "2.1.1" @@ -887,7 +835,7 @@ "@chakra-ui/theme-tools@2.1.1": version "2.1.1" - resolved "https://registry.yarnpkg.com/@chakra-ui/theme-tools/-/theme-tools-2.1.1.tgz#c7f3072ab533d7abc6a3831666be3c172f992554" + resolved "https://registry.npmjs.org/@chakra-ui/theme-tools/-/theme-tools-2.1.1.tgz" integrity sha512-n14L5L3ej3Zy+Xm/kDKO1G6/DkmieT7Li1C7NzMRcUj5C9YybQpyo7IZZ0BBUh3u+OVnKVhNC3d4P2NYDGRXmA== dependencies: "@chakra-ui/anatomy" "2.2.1" @@ -896,7 +844,7 @@ "@chakra-ui/theme-utils@2.0.20": version "2.0.20" - resolved "https://registry.yarnpkg.com/@chakra-ui/theme-utils/-/theme-utils-2.0.20.tgz#fdc4947ac4b95c16ff5885707c9a931c43b80cf6" + resolved "https://registry.npmjs.org/@chakra-ui/theme-utils/-/theme-utils-2.0.20.tgz" integrity sha512-IkAzSmwBlRIZ3dN2InDz0tf9SldbckVkgwylCobSFmYP8lnMjykL8Lex1BBo9U8UQjZxEDVZ+Qw6SeayKRntOQ== dependencies: "@chakra-ui/shared-utils" "2.0.5" @@ -906,7 +854,7 @@ "@chakra-ui/theme@3.3.0": version "3.3.0" - resolved "https://registry.yarnpkg.com/@chakra-ui/theme/-/theme-3.3.0.tgz#7fe364322e75c7bdfa45b96dd3db6dac7eb8f7ef" + resolved "https://registry.npmjs.org/@chakra-ui/theme/-/theme-3.3.0.tgz" integrity sha512-VHY2ax5Wqgfm83U/zYBk0GS0TGD8m41s/rxQgnEq8tU+ug1YZjvOZmtOq/VjfKP/bQraFhCt05zchcxXmDpEYg== dependencies: "@chakra-ui/anatomy" "2.2.1" @@ -915,7 +863,7 @@ "@chakra-ui/toast@7.0.1": version "7.0.1" - resolved "https://registry.yarnpkg.com/@chakra-ui/toast/-/toast-7.0.1.tgz#11113b9185409ed1dc7a062f0498673f0840a013" + resolved "https://registry.npmjs.org/@chakra-ui/toast/-/toast-7.0.1.tgz" integrity sha512-V5JUhw6RZxbGRTijvd5k4iEMLCfbzTLNWbZLZhRZk10YvFfAP5OYfRCm68zpE/t3orN/f+4ZLL3P+Wb4E7oSmw== dependencies: "@chakra-ui/alert" "2.2.1" @@ -930,7 +878,7 @@ "@chakra-ui/tooltip@2.3.0": version "2.3.0" - resolved "https://registry.yarnpkg.com/@chakra-ui/tooltip/-/tooltip-2.3.0.tgz#88e61a2c5a4d99af805840377dc940d3b17c806e" + resolved "https://registry.npmjs.org/@chakra-ui/tooltip/-/tooltip-2.3.0.tgz" integrity sha512-2s23f93YIij1qEDwIK//KtEu4LLYOslhR1cUhDBk/WUzyFR3Ez0Ee+HlqlGEGfGe9x77E6/UXPnSAKKdF/cpsg== dependencies: "@chakra-ui/dom-utils" "2.1.0" @@ -944,14 +892,14 @@ "@chakra-ui/transition@2.1.0": version "2.1.0" - resolved "https://registry.yarnpkg.com/@chakra-ui/transition/-/transition-2.1.0.tgz#c8e95564f7ab356e78119780037bae5ad150c7b3" + resolved "https://registry.npmjs.org/@chakra-ui/transition/-/transition-2.1.0.tgz" integrity sha512-orkT6T/Dt+/+kVwJNy7zwJ+U2xAZ3EU7M3XCs45RBvUnZDr/u9vdmaM/3D/rOpmQJWgQBwKPJleUXrYWUagEDQ== dependencies: "@chakra-ui/shared-utils" "2.0.5" "@chakra-ui/utils@2.0.15": version "2.0.15" - resolved "https://registry.yarnpkg.com/@chakra-ui/utils/-/utils-2.0.15.tgz#bd800b1cff30eb5a5e8c36fa039f49984b4c5e4a" + resolved "https://registry.npmjs.org/@chakra-ui/utils/-/utils-2.0.15.tgz" integrity sha512-El4+jL0WSaYYs+rJbuYFDbjmfCcfGDmRY95GO4xwzit6YAPZBLcR65rOEwLps+XWluZTy1xdMrusg/hW0c1aAA== dependencies: "@types/lodash.mergewith" "4.6.7" @@ -961,12 +909,12 @@ "@chakra-ui/visually-hidden@2.2.0": version "2.2.0" - resolved "https://registry.yarnpkg.com/@chakra-ui/visually-hidden/-/visually-hidden-2.2.0.tgz#9b0ecef8f01263ab808ba3bda7b36a0d91b4d5c1" + resolved "https://registry.npmjs.org/@chakra-ui/visually-hidden/-/visually-hidden-2.2.0.tgz" integrity sha512-KmKDg01SrQ7VbTD3+cPWf/UfpF5MSwm3v7MWi0n5t8HnnadT13MF0MJCDSXbBWnzLv1ZKJ6zlyAOeARWX+DpjQ== "@clerk/backend@^0.19.0": version "0.19.0" - resolved "https://registry.yarnpkg.com/@clerk/backend/-/backend-0.19.0.tgz#0fd4351a732d66a0734ea51f7512df2b476270af" + resolved "https://registry.npmjs.org/@clerk/backend/-/backend-0.19.0.tgz" integrity sha512-vmRQ+7Dxq2xnXGPEf+b5yt7Wy2pOWIti61iSXUpPfTFJGPwNJjDv42kJKQTJu7zuzUKsH2Y4yWn8UN9N+0C7zw== dependencies: "@clerk/types" "^3.37.0" @@ -979,7 +927,7 @@ "@clerk/clerk-react@^4.16.0": version "4.16.0" - resolved "https://registry.yarnpkg.com/@clerk/clerk-react/-/clerk-react-4.16.0.tgz#ec580f91510cd82a387a45f8487e1deb35b30f9d" + resolved "https://registry.npmjs.org/@clerk/clerk-react/-/clerk-react-4.16.0.tgz" integrity sha512-cqVMwGXX4slQWswG1HLESCiuDdCUm1AMa4D8OYOnsPv+ZL3UHxepk8fFQKNhGm5m+PI8oGtfO3T3rWdQaKHrmw== dependencies: "@clerk/shared" "^0.16.0" @@ -989,7 +937,7 @@ "@clerk/clerk-sdk-node@^4.9.0": version "4.9.0" - resolved "https://registry.yarnpkg.com/@clerk/clerk-sdk-node/-/clerk-sdk-node-4.9.0.tgz#ccafae4e735644cc8bbbb230b988bb59b4fcd705" + resolved "https://registry.npmjs.org/@clerk/clerk-sdk-node/-/clerk-sdk-node-4.9.0.tgz" integrity sha512-QkP6vA2okgRm5Onh7ZYLzxeZB9zJ648Ej5Yi8yEOYClpybEWSphstQBv7IJ8U3T1ZdXkOGqRAKNrP1qN17JW9A== dependencies: "@clerk/backend" "^0.19.0" @@ -1004,7 +952,7 @@ "@clerk/nextjs@^4.18.0": version "4.18.0" - resolved "https://registry.yarnpkg.com/@clerk/nextjs/-/nextjs-4.18.0.tgz#09dac2556edfd97c127cd46ee7fb98c75570df12" + resolved "https://registry.npmjs.org/@clerk/nextjs/-/nextjs-4.18.0.tgz" integrity sha512-SJEgYsBLb8E5m45WHEZcnEdXUJPriQKcu5vwijcACG6Hx9amyaCvdJiFuhZ9BF2O+5ZuJXau/V2Qur+kuzzM1g== dependencies: "@clerk/backend" "^0.19.0" @@ -1016,77 +964,82 @@ "@clerk/shared@^0.16.0": version "0.16.0" - resolved "https://registry.yarnpkg.com/@clerk/shared/-/shared-0.16.0.tgz#994de0cd2194dd5899fefc96d035f1ec2af3445a" + resolved "https://registry.npmjs.org/@clerk/shared/-/shared-0.16.0.tgz" integrity sha512-p3GKUUFfCHuCApEhTKyIcz044CN2jDezKI6EdCf0h75hGIn0KLkyex3MdkssYn6Hldonlvj7a8SS+jnfjdEMlw== dependencies: glob-to-regexp "0.4.1" +"@clerk/themes@^1.7.9": + version "1.7.9" + resolved "https://registry.yarnpkg.com/@clerk/themes/-/themes-1.7.9.tgz#b2650a6b3c36109e077ff12891425192e8f5a801" + integrity sha512-9hXxgoPuUSlZ7sH9diJEK1rTWEnk0zGKBYw4Tqaqp0RA1dtB+OHE02DK5pnTypZTnreBJYac3VmxFVTxVV35xg== + "@clerk/types@^3.37.0": version "3.37.0" - resolved "https://registry.yarnpkg.com/@clerk/types/-/types-3.37.0.tgz#7ae3b35d7b55d852e753f46cf25c8c23fcb7f899" + resolved "https://registry.npmjs.org/@clerk/types/-/types-3.37.0.tgz" integrity sha512-/L10AyFBgRPcbyLzHpw13MksZ77911tC8glSUbMbQptCSK38vUDAzI29p4ZKH8U/FIdJdXNA40j+DB8XbHixsw== dependencies: csstype "3.1.1" "@colors/colors@1.5.0": version "1.5.0" - resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9" + resolved "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz" integrity sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ== "@cspotcode/source-map-support@^0.8.0": version "0.8.1" - resolved "https://registry.yarnpkg.com/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz#00629c35a688e05a88b1cda684fb9d5e73f000a1" + resolved "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz" integrity sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw== dependencies: "@jridgewell/trace-mapping" "0.3.9" "@ctrl/tinycolor@^3.4.0": version "3.6.0" - resolved "https://registry.yarnpkg.com/@ctrl/tinycolor/-/tinycolor-3.6.0.tgz#53fa5fe9c34faee89469e48f91d51a3766108bc8" + resolved "https://registry.npmjs.org/@ctrl/tinycolor/-/tinycolor-3.6.0.tgz" integrity sha512-/Z3l6pXthq0JvMYdUFyX9j0MaCltlIn6mfh9jLyQwg5aPKxkyNa0PTHtU1AlFXLNk55ZuAeJRcpvq+tmLfKmaQ== "@edge-runtime/format@2.0.1": version "2.0.1" - resolved "https://registry.yarnpkg.com/@edge-runtime/format/-/format-2.0.1.tgz#765295809ff6a0938da739e13ef327d95a418395" + resolved "https://registry.npmjs.org/@edge-runtime/format/-/format-2.0.1.tgz" integrity sha512-aE+9DtBvQyg349srixtXEUNauWtIv5HTKPy8Q9dvG1NvpldVIvvhcDBI+SuvDVM8kQl8phbYnp2NTNloBCn/Yg== "@edge-runtime/primitives@2.0.0": version "2.0.0" - resolved "https://registry.yarnpkg.com/@edge-runtime/primitives/-/primitives-2.0.0.tgz#b4bf44f9cab36aee3027fe4c3ff3cc1d5713e155" + resolved "https://registry.npmjs.org/@edge-runtime/primitives/-/primitives-2.0.0.tgz" integrity sha512-AXqUq1zruTJAICrllUvZcgciIcEGHdF6KJ3r6FM0n4k8LpFxZ62tPWVIJ9HKm+xt+ncTBUZxwgUaQ73QMUQEKw== "@edge-runtime/primitives@2.1.2": version "2.1.2" - resolved "https://registry.yarnpkg.com/@edge-runtime/primitives/-/primitives-2.1.2.tgz#8ff657f12a7f8c7fc4e3a0c10ec19356ef2d656d" + resolved "https://registry.npmjs.org/@edge-runtime/primitives/-/primitives-2.1.2.tgz" integrity sha512-SR04SMDybALlhIYIi0hiuEUwIl0b7Sn+RKwQkX6hydg4+AKMzBNDFhj2nqHDD1+xkHArV9EhmJIb6iGjShwSzg== "@edge-runtime/vm@2.0.0": version "2.0.0" - resolved "https://registry.yarnpkg.com/@edge-runtime/vm/-/vm-2.0.0.tgz#9170d2d03761eff4e27687888c4b2d9af1f94c7d" + resolved "https://registry.npmjs.org/@edge-runtime/vm/-/vm-2.0.0.tgz" integrity sha512-BOLrAX8IWHRXu1siZocwLguKJPEUv7cr+rG8tI4hvHgMdIsBWHJlLeB8EjuUVnIURFrUiM49lVKn8DRrECmngw== dependencies: "@edge-runtime/primitives" "2.0.0" "@edge-runtime/vm@2.1.2": version "2.1.2" - resolved "https://registry.yarnpkg.com/@edge-runtime/vm/-/vm-2.1.2.tgz#d760ce27b659c17c470b23453321769c08d213f5" + resolved "https://registry.npmjs.org/@edge-runtime/vm/-/vm-2.1.2.tgz" integrity sha512-j4H5S26NJhYOyjVMN8T/YJuwwslfnEX1P0j6N2Rq1FaubgNowdYunA9nlO7lg8Rgjv6dqJ2zKuM7GD1HFtNSGw== dependencies: "@edge-runtime/primitives" "2.1.2" "@emoji-mart/data@1.1.2": version "1.1.2" - resolved "https://registry.yarnpkg.com/@emoji-mart/data/-/data-1.1.2.tgz#777c976f8f143df47cbb23a7077c9ca9fe5fc513" + resolved "https://registry.npmjs.org/@emoji-mart/data/-/data-1.1.2.tgz" integrity sha512-1HP8BxD2azjqWJvxIaWAMyTySeZY0Osr83ukYjltPVkNXeJvTz7yDrPLBtnrD5uqJ3tg4CcLuuBW09wahqL/fg== "@emoji-mart/react@1.1.1": version "1.1.1" - resolved "https://registry.yarnpkg.com/@emoji-mart/react/-/react-1.1.1.tgz#ddad52f93a25baf31c5383c3e7e4c6e05554312a" + resolved "https://registry.npmjs.org/@emoji-mart/react/-/react-1.1.1.tgz" integrity sha512-NMlFNeWgv1//uPsvLxvGQoIerPuVdXwK/EUek8OOkJ6wVOWPUizRBJU0hDqWZCOROVpfBgCemaC3m6jDOXi03g== "@emotion/babel-plugin@^11.11.0": version "11.11.0" - resolved "https://registry.yarnpkg.com/@emotion/babel-plugin/-/babel-plugin-11.11.0.tgz#c2d872b6a7767a9d176d007f5b31f7d504bb5d6c" + resolved "https://registry.npmjs.org/@emotion/babel-plugin/-/babel-plugin-11.11.0.tgz" integrity sha512-m4HEDZleaaCH+XgDDsPF15Ht6wTLsgDTeR3WYj9Q/k76JtWhrJjcP4+/XlG8LGT/Rol9qUfOIztXeA84ATpqPQ== dependencies: "@babel/helper-module-imports" "^7.16.7" @@ -1103,7 +1056,7 @@ "@emotion/cache@^11.11.0": version "11.11.0" - resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-11.11.0.tgz#809b33ee6b1cb1a625fef7a45bc568ccd9b8f3ff" + resolved "https://registry.npmjs.org/@emotion/cache/-/cache-11.11.0.tgz" integrity sha512-P34z9ssTCBi3e9EI1ZsWpNHcfY1r09ZO0rZbRO2ob3ZQMnFI35jB536qoXbkdesr5EUhYi22anuEJuyxifaqAQ== dependencies: "@emotion/memoize" "^0.8.1" @@ -1114,36 +1067,36 @@ "@emotion/hash@^0.9.1": version "0.9.1" - resolved "https://registry.yarnpkg.com/@emotion/hash/-/hash-0.9.1.tgz#4ffb0055f7ef676ebc3a5a91fb621393294e2f43" + resolved "https://registry.npmjs.org/@emotion/hash/-/hash-0.9.1.tgz" integrity sha512-gJB6HLm5rYwSLI6PQa+X1t5CFGrv1J1TWG+sOyMCeKz2ojaj6Fnl/rZEspogG+cvqbt4AE/2eIyD2QfLKTBNlQ== "@emotion/is-prop-valid@^0.8.2": version "0.8.8" - resolved "https://registry.yarnpkg.com/@emotion/is-prop-valid/-/is-prop-valid-0.8.8.tgz#db28b1c4368a259b60a97311d6a952d4fd01ac1a" + resolved "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-0.8.8.tgz" integrity sha512-u5WtneEAr5IDG2Wv65yhunPSMLIpuKsbuOktRojfrEiEvRyC85LgPMZI63cr7NUqT8ZIGdSVg8ZKGxIug4lXcA== dependencies: "@emotion/memoize" "0.7.4" "@emotion/is-prop-valid@^1.2.1": version "1.2.1" - resolved "https://registry.yarnpkg.com/@emotion/is-prop-valid/-/is-prop-valid-1.2.1.tgz#23116cf1ed18bfeac910ec6436561ecb1a3885cc" + resolved "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-1.2.1.tgz" integrity sha512-61Mf7Ufx4aDxx1xlDeOm8aFFigGHE4z+0sKCa+IHCeZKiyP9RLD0Mmx7m8b9/Cf37f7NAvQOOJAbQQGVr5uERw== dependencies: "@emotion/memoize" "^0.8.1" "@emotion/memoize@0.7.4": version "0.7.4" - resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.7.4.tgz#19bf0f5af19149111c40d98bb0cf82119f5d9eeb" + resolved "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.7.4.tgz" integrity sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw== "@emotion/memoize@^0.8.1": version "0.8.1" - resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.8.1.tgz#c1ddb040429c6d21d38cc945fe75c818cfb68e17" + resolved "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.8.1.tgz" integrity sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA== -"@emotion/react@^11.11.1": +"@emotion/react@^11.10.5", "@emotion/react@^11.11.1": version "11.11.1" - resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.11.1.tgz#b2c36afac95b184f73b08da8c214fdf861fa4157" + resolved "https://registry.npmjs.org/@emotion/react/-/react-11.11.1.tgz" integrity sha512-5mlW1DquU5HaxjLkfkGN1GA/fvVGdyHURRiX/0FHl2cfIfRxSOfmxEH5YS43edp0OldZrZ+dkBKbngxcNCdZvA== dependencies: "@babel/runtime" "^7.18.3" @@ -1157,7 +1110,7 @@ "@emotion/serialize@^1.1.2": version "1.1.2" - resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-1.1.2.tgz#017a6e4c9b8a803bd576ff3d52a0ea6fa5a62b51" + resolved "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.1.2.tgz" integrity sha512-zR6a/fkFP4EAcCMQtLOhIgpprZOwNmCldtpaISpvz348+DP4Mz8ZoKaGGCQpbzepNIUWbq4w6hNZkwDyKoS+HA== dependencies: "@emotion/hash" "^0.9.1" @@ -1168,12 +1121,12 @@ "@emotion/sheet@^1.2.2": version "1.2.2" - resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-1.2.2.tgz#d58e788ee27267a14342303e1abb3d508b6d0fec" + resolved "https://registry.npmjs.org/@emotion/sheet/-/sheet-1.2.2.tgz" integrity sha512-0QBtGvaqtWi+nx6doRwDdBIzhNdZrXUppvTM4dtZZWEGTXL/XE/yJxLMGlDT1Gt+UHH5IX1n+jkXyytE/av7OA== -"@emotion/styled@^11.11.0": +"@emotion/styled@^11.10.5", "@emotion/styled@^11.11.0": version "11.11.0" - resolved "https://registry.yarnpkg.com/@emotion/styled/-/styled-11.11.0.tgz#26b75e1b5a1b7a629d7c0a8b708fbf5a9cdce346" + resolved "https://registry.npmjs.org/@emotion/styled/-/styled-11.11.0.tgz" integrity sha512-hM5Nnvu9P3midq5aaXj4I+lnSfNi7Pmd4EWk1fOZ3pxookaQTNew6bp4JaCBYM4HVFZF9g7UjJmsUmC2JlxOng== dependencies: "@babel/runtime" "^7.18.3" @@ -1185,82 +1138,70 @@ "@emotion/unitless@^0.8.1": version "0.8.1" - resolved "https://registry.yarnpkg.com/@emotion/unitless/-/unitless-0.8.1.tgz#182b5a4704ef8ad91bde93f7a860a88fd92c79a3" + resolved "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.8.1.tgz" integrity sha512-KOEGMu6dmJZtpadb476IsZBclKvILjopjUii3V+7MnXIQCYh8W3NgNcgwo21n9LXZX6EDIKvqfjYxXebDwxKmQ== "@emotion/use-insertion-effect-with-fallbacks@^1.0.0", "@emotion/use-insertion-effect-with-fallbacks@^1.0.1": version "1.0.1" - resolved "https://registry.yarnpkg.com/@emotion/use-insertion-effect-with-fallbacks/-/use-insertion-effect-with-fallbacks-1.0.1.tgz#08de79f54eb3406f9daaf77c76e35313da963963" + resolved "https://registry.npmjs.org/@emotion/use-insertion-effect-with-fallbacks/-/use-insertion-effect-with-fallbacks-1.0.1.tgz" integrity sha512-jT/qyKZ9rzLErtrjGgdkMBn2OP8wl0G3sQlBb3YPryvKHsjvINUhVaPFfP+fpBcOkmrVOVEEHQFJ7nbj2TH2gw== "@emotion/utils@^1.2.1": version "1.2.1" - resolved "https://registry.yarnpkg.com/@emotion/utils/-/utils-1.2.1.tgz#bbab58465738d31ae4cb3dbb6fc00a5991f755e4" + resolved "https://registry.npmjs.org/@emotion/utils/-/utils-1.2.1.tgz" integrity sha512-Y2tGf3I+XVnajdItskUCn6LX+VUDmP6lTL4fcqsXAv43dnlbZiuW4MWQW38rW/BVWSE7Q/7+XQocmpnRYILUmg== "@emotion/weak-memoize@^0.3.1": version "0.3.1" - resolved "https://registry.yarnpkg.com/@emotion/weak-memoize/-/weak-memoize-0.3.1.tgz#d0fce5d07b0620caa282b5131c297bb60f9d87e6" + resolved "https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.3.1.tgz" integrity sha512-EsBwpc7hBUJWAsNPBmJy4hxWx12v6bshQsldrVmjxJoc3isbxhOrF2IcCpaXxfvq03NwkI7sbsOLXbYuqF/8Ww== -"@floating-ui/core@^1.2.4": - version "1.2.4" - resolved "https://registry.yarnpkg.com/@floating-ui/core/-/core-1.2.4.tgz#89e6311b021190c9e121fcf20306e76ac66e4066" - integrity sha512-SQOeVbMwb1di+mVWWJLpsUTToKfqVNioXys011beCAhyOIFtS+GQoW4EQSneuxzmQKddExDwQ+X0hLl4lJJaSQ== - -"@floating-ui/core@^1.4.1": - version "1.4.1" - resolved "https://registry.yarnpkg.com/@floating-ui/core/-/core-1.4.1.tgz#0d633f4b76052668afb932492ac452f7ebe97f17" - integrity sha512-jk3WqquEJRlcyu7997NtR5PibI+y5bi+LS3hPmguVClypenMsCY3CBa3LAQnozRCtCrYWSEtAdiskpamuJRFOQ== - dependencies: - "@floating-ui/utils" "^0.1.1" - -"@floating-ui/dom@^1.2.1": - version "1.2.5" - resolved "https://registry.yarnpkg.com/@floating-ui/dom/-/dom-1.2.5.tgz#c9ec259a24ce0958b1ea29674df4eee4455361a9" - integrity sha512-+sAUfpQ3Frz+VCbPCqj+cZzvEESy3fjSeT/pDWkYCWOBXYNNKZfuVsHuv8/JO2zze8+Eb/Q7a6hZVgzS81fLbQ== +"@floating-ui/core@^1.4.2": + version "1.5.0" + resolved "https://registry.npmjs.org/@floating-ui/core/-/core-1.5.0.tgz" + integrity sha512-kK1h4m36DQ0UHGj5Ah4db7R0rHemTqqO0QLvUqi1/mUUp3LuAWbWxdxSIf/XsnH9VS6rRVPLJCncjRzUvyCLXg== dependencies: - "@floating-ui/core" "^1.2.4" + "@floating-ui/utils" "^0.1.3" -"@floating-ui/dom@^1.3.0": - version "1.5.1" - resolved "https://registry.yarnpkg.com/@floating-ui/dom/-/dom-1.5.1.tgz#88b70defd002fe851f17b4a25efb2d3c04d7a8d7" - integrity sha512-KwvVcPSXg6mQygvA1TjbN/gh///36kKtllIF8SUm0qpFj8+rvYrpvlYdL1JoA71SHpDqgSSdGOSoQ0Mp3uY5aw== +"@floating-ui/dom@^1.2.1", "@floating-ui/dom@^1.5.1": + version "1.5.3" + resolved "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.5.3.tgz" + integrity sha512-ClAbQnEqJAKCJOEbbLo5IUlZHkNszqhuxS4fHAVxRPXPya6Ysf2G8KypnYcOTpx6I8xcgF9bbHb6g/2KpbV8qA== dependencies: - "@floating-ui/core" "^1.4.1" - "@floating-ui/utils" "^0.1.1" + "@floating-ui/core" "^1.4.2" + "@floating-ui/utils" "^0.1.3" "@floating-ui/react-dom@^1.3.0": version "1.3.0" - resolved "https://registry.yarnpkg.com/@floating-ui/react-dom/-/react-dom-1.3.0.tgz#4d35d416eb19811c2b0e9271100a6aa18c1579b3" + resolved "https://registry.npmjs.org/@floating-ui/react-dom/-/react-dom-1.3.0.tgz" integrity sha512-htwHm67Ji5E/pROEAr7f8IKFShuiCKHwUC/UY4vC3I5jiSvGFAYnSYiZO5MlGmads+QqvUkR9ANHEguGrDv72g== dependencies: "@floating-ui/dom" "^1.2.1" -"@floating-ui/react-dom@^2.0.0": - version "2.0.1" - resolved "https://registry.yarnpkg.com/@floating-ui/react-dom/-/react-dom-2.0.1.tgz#7972a4fc488a8c746cded3cfe603b6057c308a91" - integrity sha512-rZtAmSht4Lry6gdhAJDrCp/6rKN7++JnL1/Anbr/DdeyYXQPxvg/ivrbYvJulbRf4vL8b212suwMM2lxbv+RQA== +"@floating-ui/react-dom@^2.0.0", "@floating-ui/react-dom@^2.0.2": + version "2.0.2" + resolved "https://registry.npmjs.org/@floating-ui/react-dom/-/react-dom-2.0.2.tgz" + integrity sha512-5qhlDvjaLmAst/rKb3VdlCinwTF4EYMiVxuuc/HVUjs46W0zgtbMmAZ1UTsDrRTxRmUEzl92mOtWbeeXL26lSQ== dependencies: - "@floating-ui/dom" "^1.3.0" + "@floating-ui/dom" "^1.5.1" "@floating-ui/react@^0.20.1": version "0.20.1" - resolved "https://registry.yarnpkg.com/@floating-ui/react/-/react-0.20.1.tgz#20f23cb5615f5beefa6e2ac4d7630a56ccdf7131" + resolved "https://registry.npmjs.org/@floating-ui/react/-/react-0.20.1.tgz" integrity sha512-JHTHJ+/YsIxNFH8uJDFa5OyI6dSUZcle6wAFe0zRTjgWD+rkACfBBoJtx2itTtn7C4a7xAz4jgxdEQcMel194g== dependencies: "@floating-ui/react-dom" "^1.3.0" aria-hidden "^1.1.3" tabbable "^6.0.1" -"@floating-ui/utils@^0.1.1": - version "0.1.1" - resolved "https://registry.yarnpkg.com/@floating-ui/utils/-/utils-0.1.1.tgz#1a5b1959a528e374e8037c4396c3e825d6cf4a83" - integrity sha512-m0G6wlnhm/AX0H12IOWtK8gASEMffnX08RtKkCgTdHb9JpHKGloI7icFfLg9ZmQeavcvR0PKmzxClyuFPSjKWw== +"@floating-ui/utils@^0.1.3": + version "0.1.6" + resolved "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.1.6.tgz" + integrity sha512-OfX7E2oUDYxtBvsuS4e/jSn4Q9Qb6DzgeYtsAdkPZ47znpoNsMgZw0+tVijiv3uGNR6dgNlty6r9rzIzHjtd/A== "@formatjs/ecma402-abstract@1.15.0": version "1.15.0" - resolved "https://registry.yarnpkg.com/@formatjs/ecma402-abstract/-/ecma402-abstract-1.15.0.tgz#0a285a5dc69889e15d53803bd5036272e23e5a18" + resolved "https://registry.npmjs.org/@formatjs/ecma402-abstract/-/ecma402-abstract-1.15.0.tgz" integrity sha512-7bAYAv0w4AIao9DNg0avfOLTCPE9woAgs6SpXuMq11IN3A+l+cq8ghczwqSZBM11myvPSJA7vLn72q0rJ0QK6Q== dependencies: "@formatjs/intl-localematcher" "0.2.32" @@ -1268,14 +1209,14 @@ "@formatjs/fast-memoize@2.0.1": version "2.0.1" - resolved "https://registry.yarnpkg.com/@formatjs/fast-memoize/-/fast-memoize-2.0.1.tgz#f15aaa73caad5562899c69bdcad8db82adcd3b0b" + resolved "https://registry.npmjs.org/@formatjs/fast-memoize/-/fast-memoize-2.0.1.tgz" integrity sha512-M2GgV+qJn5WJQAYewz7q2Cdl6fobQa69S1AzSM2y0P68ZDbK5cWrJIcPCO395Of1ksftGZoOt4LYCO/j9BKBSA== dependencies: tslib "^2.4.0" "@formatjs/icu-messageformat-parser@2.4.0": version "2.4.0" - resolved "https://registry.yarnpkg.com/@formatjs/icu-messageformat-parser/-/icu-messageformat-parser-2.4.0.tgz#e165f3594c68416ce15f63793768251de2a85f88" + resolved "https://registry.npmjs.org/@formatjs/icu-messageformat-parser/-/icu-messageformat-parser-2.4.0.tgz" integrity sha512-6Dh5Z/gp4F/HovXXu/vmd0If5NbYLB5dZrmhWVNb+BOGOEU3wt7Z/83KY1dtd7IDhAnYHasbmKE1RbTE0J+3hw== dependencies: "@formatjs/ecma402-abstract" "1.15.0" @@ -1284,7 +1225,7 @@ "@formatjs/icu-skeleton-parser@1.4.0": version "1.4.0" - resolved "https://registry.yarnpkg.com/@formatjs/icu-skeleton-parser/-/icu-skeleton-parser-1.4.0.tgz#96342eca7c4eef7a309875569e5da973db3465e6" + resolved "https://registry.npmjs.org/@formatjs/icu-skeleton-parser/-/icu-skeleton-parser-1.4.0.tgz" integrity sha512-Qq347VM616rVLkvN6QsKJELazRyNlbCiN47LdH0Mc5U7E2xV0vatiVhGqd3KFgbc055BvtnUXR7XX60dCGFuWg== dependencies: "@formatjs/ecma402-abstract" "1.15.0" @@ -1292,86 +1233,86 @@ "@formatjs/intl-localematcher@0.2.32": version "0.2.32" - resolved "https://registry.yarnpkg.com/@formatjs/intl-localematcher/-/intl-localematcher-0.2.32.tgz#00d4d307cd7d514b298e15a11a369b86c8933ec1" + resolved "https://registry.npmjs.org/@formatjs/intl-localematcher/-/intl-localematcher-0.2.32.tgz" integrity sha512-k/MEBstff4sttohyEpXxCmC3MqbUn9VvHGlZ8fauLzkbwXmVrEeyzS+4uhrvAk9DWU9/7otYWxyDox4nT/KVLQ== dependencies: tslib "^2.4.0" "@fortawesome/fontawesome-common-types@6.3.0": version "6.3.0" - resolved "https://registry.yarnpkg.com/@fortawesome/fontawesome-common-types/-/fontawesome-common-types-6.3.0.tgz#51f734e64511dbc3674cd347044d02f4dd26e86b" + resolved "https://registry.npmjs.org/@fortawesome/fontawesome-common-types/-/fontawesome-common-types-6.3.0.tgz" integrity sha512-4BC1NMoacEBzSXRwKjZ/X/gmnbp/HU5Qqat7E8xqorUtBFZS+bwfGH5/wqOC2K6GV0rgEobp3OjGRMa5fK9pFg== "@fortawesome/fontawesome-common-types@6.4.2": version "6.4.2" - resolved "https://registry.yarnpkg.com/@fortawesome/fontawesome-common-types/-/fontawesome-common-types-6.4.2.tgz#1766039cad33f8ad87f9467b98e0d18fbc8f01c5" + resolved "https://registry.npmjs.org/@fortawesome/fontawesome-common-types/-/fontawesome-common-types-6.4.2.tgz" integrity sha512-1DgP7f+XQIJbLFCTX1V2QnxVmpLdKdzzo2k8EmvDOePfchaIGQ9eCHj2up3/jNEbZuBqel5OxiaOJf37TWauRA== "@fortawesome/fontawesome-common-types@^0.1.7": version "0.1.7" - resolved "https://registry.yarnpkg.com/@fortawesome/fontawesome-common-types/-/fontawesome-common-types-0.1.7.tgz#4336c4b06d0b5608ff1215464b66fcf9f4795284" + resolved "https://registry.npmjs.org/@fortawesome/fontawesome-common-types/-/fontawesome-common-types-0.1.7.tgz" integrity sha512-ego8jRVSHfq/iq4KRZJKQeUAdi3ZjGNrqw4oPN3fNdvTBnLCSntwVCnc37bsAJP9UB8MhrTfPnZYxkv2vpS4pg== "@fortawesome/fontawesome-free-solid@^5.0.13": version "5.0.13" - resolved "https://registry.yarnpkg.com/@fortawesome/fontawesome-free-solid/-/fontawesome-free-solid-5.0.13.tgz#24b61aaf471a9d34a5364b052d64a516285ba894" + resolved "https://registry.npmjs.org/@fortawesome/fontawesome-free-solid/-/fontawesome-free-solid-5.0.13.tgz" integrity sha512-b+krVnqkdDt52Yfev0x0ZZgtxBQsLw00Zfa3uaVWIDzpNZVtrEXuxldUSUaN/ihgGhSNi8VpvDAdNPVgCKOSxw== dependencies: "@fortawesome/fontawesome-common-types" "^0.1.7" "@fortawesome/fontawesome-free@^6.3.0": version "6.3.0" - resolved "https://registry.yarnpkg.com/@fortawesome/fontawesome-free/-/fontawesome-free-6.3.0.tgz#b5877182692a6f7a39d1108837bec24247ba4bd7" + resolved "https://registry.npmjs.org/@fortawesome/fontawesome-free/-/fontawesome-free-6.3.0.tgz" integrity sha512-qVtd5i1Cc7cdrqnTWqTObKQHjPWAiRwjUPaXObaeNPcy7+WKxJumGBx66rfSFgK6LNpIasVKkEgW8oyf0tmPLA== "@fortawesome/fontawesome-svg-core@^6.4.2": version "6.4.2" - resolved "https://registry.yarnpkg.com/@fortawesome/fontawesome-svg-core/-/fontawesome-svg-core-6.4.2.tgz#37f4507d5ec645c8b50df6db14eced32a6f9be09" + resolved "https://registry.npmjs.org/@fortawesome/fontawesome-svg-core/-/fontawesome-svg-core-6.4.2.tgz" integrity sha512-gjYDSKv3TrM2sLTOKBc5rH9ckje8Wrwgx1CxAPbN5N3Fm4prfi7NsJVWd1jklp7i5uSCVwhZS5qlhMXqLrpAIg== dependencies: "@fortawesome/fontawesome-common-types" "6.4.2" "@fortawesome/free-brands-svg-icons@^6.3.0": version "6.3.0" - resolved "https://registry.yarnpkg.com/@fortawesome/free-brands-svg-icons/-/free-brands-svg-icons-6.3.0.tgz#436e5fcba4f4f0902edcceaec5c4ff887ba7328f" + resolved "https://registry.npmjs.org/@fortawesome/free-brands-svg-icons/-/free-brands-svg-icons-6.3.0.tgz" integrity sha512-xI0c+a8xnKItAXCN8rZgCNCJQiVAd2Y7p9e2ND6zN3J3ekneu96qrePieJ7yA7073C1JxxoM3vH1RU7rYsaj8w== dependencies: "@fortawesome/fontawesome-common-types" "6.3.0" "@fortawesome/free-solid-svg-icons@^6.3.0": version "6.3.0" - resolved "https://registry.yarnpkg.com/@fortawesome/free-solid-svg-icons/-/free-solid-svg-icons-6.3.0.tgz#d3bd33ae18bb15fdfc3ca136e2fea05f32768a65" + resolved "https://registry.npmjs.org/@fortawesome/free-solid-svg-icons/-/free-solid-svg-icons-6.3.0.tgz" integrity sha512-x5tMwzF2lTH8pyv8yeZRodItP2IVlzzmBuD1M7BjawWgg9XAvktqJJ91Qjgoaf8qJpHQ8FEU9VxRfOkLhh86QA== dependencies: "@fortawesome/fontawesome-common-types" "6.3.0" "@fortawesome/react-fontawesome@^0.2.0": version "0.2.0" - resolved "https://registry.yarnpkg.com/@fortawesome/react-fontawesome/-/react-fontawesome-0.2.0.tgz#d90dd8a9211830b4e3c08e94b63a0ba7291ddcf4" + resolved "https://registry.npmjs.org/@fortawesome/react-fontawesome/-/react-fontawesome-0.2.0.tgz" integrity sha512-uHg75Rb/XORTtVt7OS9WoK8uM276Ufi7gCzshVWkUJbHhh3svsUUeqXerrM96Wm7fRiDzfKRwSoahhMIkGAYHw== dependencies: prop-types "^15.8.1" "@gar/promisify@^1.1.3": version "1.1.3" - resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.3.tgz#555193ab2e3bb3b6adc3d551c9c030d9e860daf6" + resolved "https://registry.npmjs.org/@gar/promisify/-/promisify-1.1.3.tgz" integrity sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw== "@heroicons/react@^2.0.16": version "2.0.16" - resolved "https://registry.yarnpkg.com/@heroicons/react/-/react-2.0.16.tgz#562883c19ba2690c83380b42a9a5cce39dcbdb4a" + resolved "https://registry.npmjs.org/@heroicons/react/-/react-2.0.16.tgz" integrity sha512-x89rFxH3SRdYaA+JCXwfe+RkE1SFTo9GcOkZettHer71Y3T7V+ogKmfw5CjTazgS3d0ClJ7p1NA+SP7VQLQcLw== "@internationalized/date@^3.0.1", "@internationalized/date@^3.2.0": version "3.2.0" - resolved "https://registry.yarnpkg.com/@internationalized/date/-/date-3.2.0.tgz#1d266e5e5543a059cf8cca9b954fa033c3e58a75" + resolved "https://registry.npmjs.org/@internationalized/date/-/date-3.2.0.tgz" integrity sha512-VDMHN1m33L4eqPs5BaihzgQJXyaORbMoHOtrapFxx179J8ucY5CRIHYsq5RRLKPHZWgjNfa5v6amWWDkkMFywA== dependencies: "@swc/helpers" "^0.4.14" "@internationalized/message@^3.0.9", "@internationalized/message@^3.1.0": version "3.1.0" - resolved "https://registry.yarnpkg.com/@internationalized/message/-/message-3.1.0.tgz#b284014cd8bbb430a648b76c87c62bdca968b04c" + resolved "https://registry.npmjs.org/@internationalized/message/-/message-3.1.0.tgz" integrity sha512-Oo5m70FcBdADf7G8NkUffVSfuCdeAYVfsvNjZDi9ELpjvkc4YNJVTHt/NyTI9K7FgAVoELxiP9YmN0sJ+HNHYQ== dependencies: "@swc/helpers" "^0.4.14" @@ -1379,169 +1320,158 @@ "@internationalized/number@^3.1.1", "@internationalized/number@^3.2.0": version "3.2.0" - resolved "https://registry.yarnpkg.com/@internationalized/number/-/number-3.2.0.tgz#dffb661cacd61a87b814c47b7d5240a286249066" + resolved "https://registry.npmjs.org/@internationalized/number/-/number-3.2.0.tgz" integrity sha512-GUXkhXSX1Ee2RURnzl+47uvbOxnlMnvP9Er+QePTjDjOPWuunmLKlEkYkEcLiiJp7y4l9QxGDLOlVr8m69LS5w== dependencies: "@swc/helpers" "^0.4.14" "@internationalized/string@^3.0.0", "@internationalized/string@^3.1.0": version "3.1.0" - resolved "https://registry.yarnpkg.com/@internationalized/string/-/string-3.1.0.tgz#0b365906a8c3f44800b0db52c2e990cff345abce" + resolved "https://registry.npmjs.org/@internationalized/string/-/string-3.1.0.tgz" integrity sha512-TJQKiyUb+wyAfKF59UNeZ/kELMnkxyecnyPCnBI1ma4NaXReJW+7Cc2mObXAqraIBJUVv7rgI46RLKrLgi35ng== dependencies: "@swc/helpers" "^0.4.14" +"@isaacs/cliui@^8.0.2": + version "8.0.2" + resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550" + integrity sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA== + dependencies: + string-width "^5.1.2" + string-width-cjs "npm:string-width@^4.2.0" + strip-ansi "^7.0.1" + strip-ansi-cjs "npm:strip-ansi@^6.0.1" + wrap-ansi "^8.1.0" + wrap-ansi-cjs "npm:wrap-ansi@^7.0.0" + "@isaacs/string-locale-compare@^1.1.0": version "1.1.0" - resolved "https://registry.yarnpkg.com/@isaacs/string-locale-compare/-/string-locale-compare-1.1.0.tgz#291c227e93fd407a96ecd59879a35809120e432b" + resolved "https://registry.npmjs.org/@isaacs/string-locale-compare/-/string-locale-compare-1.1.0.tgz" integrity sha512-SQ7Kzhh9+D+ZW9MA0zkYv3VXhIDNx+LzM6EJ+/65I3QY+enU6Itte7E5XX7EWrqLW2FN4n06GWzBnPoC3th2aQ== -"@jridgewell/gen-mapping@^0.3.2": - version "0.3.3" - resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz#7e02e6eb5df901aaedb08514203b096614024098" - integrity sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ== - dependencies: - "@jridgewell/set-array" "^1.0.1" - "@jridgewell/sourcemap-codec" "^1.4.10" - "@jridgewell/trace-mapping" "^0.3.9" - -"@jridgewell/resolve-uri@^3.0.3", "@jridgewell/resolve-uri@^3.1.0": +"@jridgewell/resolve-uri@^3.0.3": version "3.1.1" - resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz#c08679063f279615a3326583ba3a90d1d82cc721" + resolved "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz" integrity sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA== -"@jridgewell/set-array@^1.0.1": - version "1.1.2" - resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72" - integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw== - -"@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.14": +"@jridgewell/sourcemap-codec@^1.4.10": version "1.4.15" - resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32" + resolved "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz" integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg== "@jridgewell/trace-mapping@0.3.9": version "0.3.9" - resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz#6534fd5933a53ba7cbf3a17615e273a0d1273ff9" + resolved "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz" integrity sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ== dependencies: "@jridgewell/resolve-uri" "^3.0.3" "@jridgewell/sourcemap-codec" "^1.4.10" -"@jridgewell/trace-mapping@^0.3.9": - version "0.3.19" - resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.19.tgz#f8a3249862f91be48d3127c3cfe992f79b4b8811" - integrity sha512-kf37QtfW+Hwx/buWGMPcR60iF9ziHa6r/CZJIHbmcm4+0qrXiVdxegAH0F6yddEVQ7zdkjcGCgCzUu+BcbhQxw== - dependencies: - "@jridgewell/resolve-uri" "^3.1.0" - "@jridgewell/sourcemap-codec" "^1.4.14" - "@juggle/resize-observer@^3.3.1": version "3.4.0" - resolved "https://registry.yarnpkg.com/@juggle/resize-observer/-/resize-observer-3.4.0.tgz#08d6c5e20cf7e4cc02fd181c4b0c225cd31dbb60" + resolved "https://registry.npmjs.org/@juggle/resize-observer/-/resize-observer-3.4.0.tgz" integrity sha512-dfLbk+PwWvFzSxwk3n5ySL0hfBog779o8h68wK/7/APo/7cgyWp5jcXockbxdk5kFRkbeXWm4Fbi9FrdN381sA== -"@mui/base@5.0.0-beta.11": - version "5.0.0-beta.11" - resolved "https://registry.yarnpkg.com/@mui/base/-/base-5.0.0-beta.11.tgz#0124d336f1931c6cd5f0008d015df5bd8fafd3a8" - integrity sha512-FdKZGPd8qmC3ZNke7CNhzcEgToc02M6WYZc9hcBsNQ17bgAd3s9F//1bDDYgMVBYxDM71V0sv/hBHlOY4I1ZVA== +"@mui/base@5.0.0-beta.20", "@mui/base@^5.0.0-beta.17": + version "5.0.0-beta.20" + resolved "https://registry.npmjs.org/@mui/base/-/base-5.0.0-beta.20.tgz" + integrity sha512-CS2pUuqxST7ch9VNDCklRYDbJ3rru20Tx7na92QvVVKfu3RL4z/QLuVIc8jYGsdCnauMaeUSlFNLAJNb0yXe6w== dependencies: - "@babel/runtime" "^7.22.6" - "@emotion/is-prop-valid" "^1.2.1" - "@mui/types" "^7.2.4" - "@mui/utils" "^5.14.5" + "@babel/runtime" "^7.23.1" + "@floating-ui/react-dom" "^2.0.2" + "@mui/types" "^7.2.6" + "@mui/utils" "^5.14.13" "@popperjs/core" "^2.11.8" clsx "^2.0.0" prop-types "^15.8.1" - react-is "^18.2.0" -"@mui/core-downloads-tracker@^5.14.5": - version "5.14.5" - resolved "https://registry.yarnpkg.com/@mui/core-downloads-tracker/-/core-downloads-tracker-5.14.5.tgz#c5854b89d57520c77253a79b20b784d5c2903fb6" - integrity sha512-+wpGH1USwPcKMFPMvXqYPC6fEvhxM3FzxC8lyDiNK/imLyyJ6y2DPb1Oue7OGIKJWBmYBqrWWtfovrxd1aJHTA== +"@mui/core-downloads-tracker@^5.14.14": + version "5.14.14" + resolved "https://registry.npmjs.org/@mui/core-downloads-tracker/-/core-downloads-tracker-5.14.14.tgz" + integrity sha512-Rw/xKiTOUgXD8hdKqj60aC6QcGprMipG7ne2giK6Mz7b4PlhL/xog9xLeclY3BxsRLkZQ05egFnIEY1CSibTbw== "@mui/material@^5.14.5": - version "5.14.5" - resolved "https://registry.yarnpkg.com/@mui/material/-/material-5.14.5.tgz#4610b381fd159cd208c28e1d1f29c303ea24a518" - integrity sha512-4qa4GMfuZH0Ai3mttk5ccXP8a3sf7aPlAJwyMrUSz6h9hPri6BPou94zeu3rENhhmKLby9S/W1y+pmficy8JKA== - dependencies: - "@babel/runtime" "^7.22.6" - "@mui/base" "5.0.0-beta.11" - "@mui/core-downloads-tracker" "^5.14.5" - "@mui/system" "^5.14.5" - "@mui/types" "^7.2.4" - "@mui/utils" "^5.14.5" - "@types/react-transition-group" "^4.4.6" + version "5.14.14" + resolved "https://registry.npmjs.org/@mui/material/-/material-5.14.14.tgz" + integrity sha512-cAmCwAHFQXxb44kWbVFkhKATN8tACgMsFwrXo8ro6WzYW73U/qsR5AcCiJIhCyYYg+gcftfkmNcpRaV3JjhHCg== + dependencies: + "@babel/runtime" "^7.23.1" + "@mui/base" "5.0.0-beta.20" + "@mui/core-downloads-tracker" "^5.14.14" + "@mui/system" "^5.14.14" + "@mui/types" "^7.2.6" + "@mui/utils" "^5.14.13" + "@types/react-transition-group" "^4.4.7" clsx "^2.0.0" csstype "^3.1.2" prop-types "^15.8.1" react-is "^18.2.0" react-transition-group "^4.4.5" -"@mui/private-theming@^5.14.5": - version "5.14.5" - resolved "https://registry.yarnpkg.com/@mui/private-theming/-/private-theming-5.14.5.tgz#834e1569c31e2644665f98d902def79014053017" - integrity sha512-cC4C5RrpXpDaaZyH9QwmPhRLgz+f2SYbOty3cPkk4qPSOSfif2ZEcDD9HTENKDDd9deB+xkPKzzZhi8cxIx8Ig== +"@mui/private-theming@^5.14.14": + version "5.14.14" + resolved "https://registry.npmjs.org/@mui/private-theming/-/private-theming-5.14.14.tgz" + integrity sha512-n77au3CQj9uu16hak2Y+rvbGSBaJKxziG/gEbOLVGrAuqZ+ycVSkorCfN6Y/4XgYOpG/xvmuiY3JwhAEOzY3iA== dependencies: - "@babel/runtime" "^7.22.6" - "@mui/utils" "^5.14.5" + "@babel/runtime" "^7.23.1" + "@mui/utils" "^5.14.13" prop-types "^15.8.1" -"@mui/styled-engine@^5.13.2": - version "5.13.2" - resolved "https://registry.yarnpkg.com/@mui/styled-engine/-/styled-engine-5.13.2.tgz#c87bd61c0ab8086d34828b6defe97c02bcd642ef" - integrity sha512-VCYCU6xVtXOrIN8lcbuPmoG+u7FYuOERG++fpY74hPpEWkyFQG97F+/XfTQVYzlR2m7nPjnwVUgATcTCMEaMvw== +"@mui/styled-engine@^5.14.13": + version "5.14.14" + resolved "https://registry.npmjs.org/@mui/styled-engine/-/styled-engine-5.14.14.tgz" + integrity sha512-sF3DS2PVG+cFWvkVHQQaGFpL1h6gSwOW3L91pdxPLQDHDZ5mZ/X0SlXU5XA+WjypoysG4urdAQC7CH/BRvUiqg== dependencies: - "@babel/runtime" "^7.21.0" + "@babel/runtime" "^7.23.1" "@emotion/cache" "^11.11.0" csstype "^3.1.2" prop-types "^15.8.1" -"@mui/system@^5.14.5": - version "5.14.5" - resolved "https://registry.yarnpkg.com/@mui/system/-/system-5.14.5.tgz#614394c4183d90df82c540e0e736ba72c1f95f8e" - integrity sha512-mextXZHDeGcR7E1kx43TRARrVXy+gI4wzpUgNv7MqZs1dvTVXQGVeAT6ydj9d6FUqHBPMNLGV/21vJOrpqsL+w== +"@mui/system@^5.14.14": + version "5.14.14" + resolved "https://registry.npmjs.org/@mui/system/-/system-5.14.14.tgz" + integrity sha512-y4InFmCgGGWXnz+iK4jRTWVikY0HgYnABjz4wgiUgEa2W1H8M4ow+27BegExUWPkj4TWthQ2qG9FOGSMtI+PKA== dependencies: - "@babel/runtime" "^7.22.6" - "@mui/private-theming" "^5.14.5" - "@mui/styled-engine" "^5.13.2" - "@mui/types" "^7.2.4" - "@mui/utils" "^5.14.5" + "@babel/runtime" "^7.23.1" + "@mui/private-theming" "^5.14.14" + "@mui/styled-engine" "^5.14.13" + "@mui/types" "^7.2.6" + "@mui/utils" "^5.14.13" clsx "^2.0.0" csstype "^3.1.2" prop-types "^15.8.1" -"@mui/types@^7.2.4": - version "7.2.4" - resolved "https://registry.yarnpkg.com/@mui/types/-/types-7.2.4.tgz#b6fade19323b754c5c6de679a38f068fd50b9328" - integrity sha512-LBcwa8rN84bKF+f5sDyku42w1NTxaPgPyYKODsh01U1fVstTClbUoSA96oyRBnSNyEiAVjKm6Gwx9vjR+xyqHA== +"@mui/types@^7.2.6": + version "7.2.6" + resolved "https://registry.npmjs.org/@mui/types/-/types-7.2.6.tgz" + integrity sha512-7sjLQrUmBwufm/M7jw/quNiPK/oor2+pGUQP2CULRcFCArYTq78oJ3D5esTaL0UMkXKJvDqXn6Ike69yAOBQng== -"@mui/utils@^5.14.5": - version "5.14.5" - resolved "https://registry.yarnpkg.com/@mui/utils/-/utils-5.14.5.tgz#98fb6060610b793a8478e70ffe5e4ed5bd922dba" - integrity sha512-6Hzw63VR9C5xYv+CbjndoRLU6Gntal8rJ5W+GUzkyHrGWIyYPWZPa6AevnyGioySNETATe1H9oXS8f/7qgIHJA== +"@mui/utils@^5.14.11", "@mui/utils@^5.14.13": + version "5.14.14" + resolved "https://registry.npmjs.org/@mui/utils/-/utils-5.14.14.tgz" + integrity sha512-3AKp8uksje5sRfVrtgG9Q/2TBsHWVBUtA0NaXliZqGcXo8J+A+Agp0qUW2rJ+ivgPWTCCubz9FZVT2IQZ3bGsw== dependencies: - "@babel/runtime" "^7.22.6" - "@types/prop-types" "^15.7.5" - "@types/react-is" "^18.2.1" + "@babel/runtime" "^7.23.1" + "@types/prop-types" "^15.7.7" prop-types "^15.8.1" react-is "^18.2.0" "@mui/x-date-pickers@^6.11.2": - version "6.11.2" - resolved "https://registry.yarnpkg.com/@mui/x-date-pickers/-/x-date-pickers-6.11.2.tgz#913038015c4c0f2f4a2bf8f79afa94707cd5df2e" - integrity sha512-AOmXtnnAhjlku03oqRMOG1oJkxazBTz06A6a0iRz+1sUyBWbqz5kKH9eYUYQC4Tv3j2EciRpwyns5xwX3wpc1A== - dependencies: - "@babel/runtime" "^7.22.6" - "@mui/utils" "^5.14.5" - "@types/react-transition-group" "^4.4.6" + version "6.16.2" + resolved "https://registry.npmjs.org/@mui/x-date-pickers/-/x-date-pickers-6.16.2.tgz" + integrity sha512-JFrDUeBkiKtfJ0WqwyPBICEP1U+Ujfsily3ZQ/Hv4zAOleG/5769EgS7TOO4cVgnuhtvQ/pqx2gmuCn8/gcC5w== + dependencies: + "@babel/runtime" "^7.23.1" + "@mui/base" "^5.0.0-beta.17" + "@mui/utils" "^5.14.11" + "@types/react-transition-group" "^4.4.7" clsx "^2.0.0" prop-types "^15.8.1" react-transition-group "^4.4.5" "@next/env@13.4.12": version "13.4.12" - resolved "https://registry.yarnpkg.com/@next/env/-/env-13.4.12.tgz#0b88115ab817f178bf9dc0c5e7b367277595b58d" + resolved "https://registry.npmjs.org/@next/env/-/env-13.4.12.tgz" integrity sha512-RmHanbV21saP/6OEPBJ7yJMuys68cIf8OBBWd7+uj40LdpmswVAwe1uzeuFyUsd6SfeITWT3XnQfn6wULeKwDQ== "@next/swc-darwin-arm64@13.4.12": @@ -1586,25 +1516,25 @@ "@next/swc-win32-x64-msvc@13.4.12": version "13.4.12" - resolved "https://registry.yarnpkg.com/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-13.4.12.tgz#4a497edc4e8c5ee3c3eb27cf0eb39dfadff70874" + resolved "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-13.4.12.tgz" integrity sha512-Z+56e/Ljt0bUs+T+jPjhFyxYBcdY2RIq9ELFU+qAMQMteHo7ymbV7CKmlcX59RI9C4YzN8PgMgLyAoi916b5HA== -"@nextui-org/react-rsc-utils@2.0.6": - version "2.0.6" - resolved "https://registry.yarnpkg.com/@nextui-org/react-rsc-utils/-/react-rsc-utils-2.0.6.tgz#931aa1e66743e454b571efca986eecc4ba371de5" - integrity sha512-32hglPfvA77lFO1XbDBf8a/bVthRjFTWWsYAMGWFF4GKhl/WYBzVRaFmIQjimd6FOfLFhPvolWHEukH3kTlyyQ== +"@nextui-org/react-rsc-utils@2.0.9": + version "2.0.9" + resolved "https://registry.npmjs.org/@nextui-org/react-rsc-utils/-/react-rsc-utils-2.0.9.tgz" + integrity sha512-RrA6LzLPj6y9LJIILeqJ5JKmXUFZDbTRZDTTz0rd8qv3yyt5zNgOI07dkG6P43+q5cLNnG9j+P11+Nr0W81cDg== -"@nextui-org/react-utils@2.0.6": - version "2.0.6" - resolved "https://registry.yarnpkg.com/@nextui-org/react-utils/-/react-utils-2.0.6.tgz#b338a74082b1e849c7b63c173086f41f075e0ff4" - integrity sha512-9mRDJj1hNNdKTxt9idQc/OVI+3UzvSErRCjN2hfVVi2c5JrR5b0/Zpx7PV0PHy7yfGUn1hyvwK5ZTVkNhxISKQ== +"@nextui-org/react-utils@2.0.9": + version "2.0.9" + resolved "https://registry.npmjs.org/@nextui-org/react-utils/-/react-utils-2.0.9.tgz" + integrity sha512-UK4/9uy7A6A2vMnbIWprJo7b/8+N/zg4D5Hf36pI6xR0mkt4RY9OGuo24I/ZBwoU0k5kjaod/hTW6nCQwCPtvg== dependencies: - "@nextui-org/react-rsc-utils" "2.0.6" - "@nextui-org/shared-utils" "2.0.2" + "@nextui-org/react-rsc-utils" "2.0.9" + "@nextui-org/shared-utils" "2.0.3" "@nextui-org/react@^1.0.0-beta.13": version "1.0.0-beta.13" - resolved "https://registry.yarnpkg.com/@nextui-org/react/-/react-1.0.0-beta.13.tgz#72ff938071781278d10df2c46b11d7dc83d05012" + resolved "https://registry.npmjs.org/@nextui-org/react/-/react-1.0.0-beta.13.tgz" integrity sha512-KrQZplcSyfRc95bHlvrNeu8FgGrTm4CncpdH9gFk5bNSELICbLplIyyy2e6C8ZmRD+0CAjjXLdbTx1yvmefqDg== dependencies: "@babel/runtime" "^7.20.1" @@ -1640,34 +1570,41 @@ "@react-types/shared" "3.15.0" "@stitches/react" "1.2.8" -"@nextui-org/shared-utils@2.0.2": - version "2.0.2" - resolved "https://registry.yarnpkg.com/@nextui-org/shared-utils/-/shared-utils-2.0.2.tgz#4fdb405c0a13749965cdbf9937c5a828daaf7942" - integrity sha512-tqWVoJtxYbd/hd/laHE85GaXP+b3HeE1tXYjnObbwM+JIh4uu2/Do7Av7mzzyXwS7sZvyHxhi3zW12oank2ykA== +"@nextui-org/shared-utils@2.0.3": + version "2.0.3" + resolved "https://registry.npmjs.org/@nextui-org/shared-utils/-/shared-utils-2.0.3.tgz" + integrity sha512-4Q4RfYU+fRUPbisjq6RYw3+oq4kn9nEp3eP5+0oD+nS9at8uSlovn7Kj3N2iz6clN6vVxxbyXi35DPTs63heRQ== "@nextui-org/skeleton@^2.0.9": - version "2.0.9" - resolved "https://registry.yarnpkg.com/@nextui-org/skeleton/-/skeleton-2.0.9.tgz#c30bb4364f896ce4df888768c288533ea68937dd" - integrity sha512-p1zC9dxWBOsPA2x6sEGVbdSld9ah62ByB/3pOEbhU80IgnGARMytSnM+n/R0mviNNwKpxaQ23/UoknbbSwPQAg== + version "2.0.19" + resolved "https://registry.npmjs.org/@nextui-org/skeleton/-/skeleton-2.0.19.tgz" + integrity sha512-bTNtHzD5smMe2sj4rkxGamCXMyJPR3y9nm5bVNYpyg5BUbvdowJIZw/KE3q55DPjArc3EkKs0QwDZXdRaKZRyA== dependencies: - "@nextui-org/react-utils" "2.0.6" - "@nextui-org/shared-utils" "2.0.2" - "@nextui-org/system-rsc" "2.0.3" - "@nextui-org/theme" "2.0.5" + "@nextui-org/react-utils" "2.0.9" + "@nextui-org/shared-utils" "2.0.3" + "@nextui-org/system-rsc" "2.0.6" + "@nextui-org/theme" "2.1.9" -"@nextui-org/system-rsc@2.0.3": - version "2.0.3" - resolved "https://registry.yarnpkg.com/@nextui-org/system-rsc/-/system-rsc-2.0.3.tgz#27d43ad026043ec5a8007fab393fc124e78c2a6f" - integrity sha512-CfWl1JkHPtgSvq/Szz4oWQAg7b6L7wxxHEFzKcvNdhbX61IfE5PvnQMl5z8T9UTSIIwFv4P0ntP5kpKE895w2w== +"@nextui-org/system-rsc@2.0.6": + version "2.0.6" + resolved "https://registry.npmjs.org/@nextui-org/system-rsc/-/system-rsc-2.0.6.tgz" + integrity sha512-Q3ojwiFggjLONG8Lyv1xuP8AhrVk7ShuiHkJ08dpNnJ7HQTYaKlwoFR3CFSWvgJbGsK6YkLLFSFFPTFvTuNpUg== dependencies: clsx "^1.2.1" - tailwind-variants "^0.1.13" - -"@nextui-org/theme@2.0.5": - version "2.0.5" - resolved "https://registry.yarnpkg.com/@nextui-org/theme/-/theme-2.0.5.tgz#5446158e3bab58cdac56c66b3af0f5e233d2179e" - integrity sha512-4br6xRTYGbDCL8Vwm4CP0VqEXORROyQCmLSwNFaXr6s0vB5nX5tnJHqyDIvpq5Al7I2H8HMG2KOUHyhbaKOKFA== - dependencies: + tailwind-variants "^0.1.14" + +"@nextui-org/theme@2.1.9": + version "2.1.9" + resolved "https://registry.npmjs.org/@nextui-org/theme/-/theme-2.1.9.tgz" + integrity sha512-DmSv6yWb8zp3dQ4ic5XDWGc1rNjEOPphrfc5E4tzUZqgsLisNjr2Gm3bMzM51Kquepv8OzYojoaB2nO2zmI6mw== + dependencies: + "@types/color" "^3.0.3" + "@types/flat" "^5.0.2" + "@types/lodash.foreach" "^4.5.7" + "@types/lodash.get" "^4.4.7" + "@types/lodash.kebabcase" "^4.1.7" + "@types/lodash.mapkeys" "^4.6.7" + "@types/lodash.omit" "^4.5.7" color "^4.2.3" color2k "^2.0.2" deepmerge "4.3.1" @@ -1677,12 +1614,12 @@ lodash.kebabcase "^4.1.1" lodash.mapkeys "^4.6.0" lodash.omit "^4.5.0" - tailwind-variants "^0.1.13" + tailwind-variants "^0.1.14" tailwindcss "^3.2.7" "@nodelib/fs.scandir@2.1.5": version "2.1.5" - resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5" + resolved "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz" integrity sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g== dependencies: "@nodelib/fs.stat" "2.0.5" @@ -1690,12 +1627,12 @@ "@nodelib/fs.stat@2.0.5", "@nodelib/fs.stat@^2.0.2": version "2.0.5" - resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz#5bd262af94e9d25bd1e71b05deed44876a222e8b" + resolved "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz" integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A== "@nodelib/fs.walk@^1.2.3": version "1.2.8" - resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz#e95737e8bb6746ddedf69c556953494f196fe69a" + resolved "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz" integrity sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg== dependencies: "@nodelib/fs.scandir" "2.1.5" @@ -1703,7 +1640,7 @@ "@npmcli/arborist@^6.2.5": version "6.2.5" - resolved "https://registry.yarnpkg.com/@npmcli/arborist/-/arborist-6.2.5.tgz#b35c6ec42feeb7b44d6a6fcd2ea323e35b256d80" + resolved "https://registry.npmjs.org/@npmcli/arborist/-/arborist-6.2.5.tgz" integrity sha512-+GPm+9WrDnl9q+LvuMB2W+roVinHTGDdYWOtYzRfpAnuiqaATFbH14skpXjlJ7LvyUcyd1oJhuGq6XXJLGFNng== dependencies: "@isaacs/string-locale-compare" "^1.1.0" @@ -1742,7 +1679,7 @@ "@npmcli/config@^6.1.4": version "6.1.4" - resolved "https://registry.yarnpkg.com/@npmcli/config/-/config-6.1.4.tgz#b7751d6629892b0e1bd33b2f377e66a5ea1f7765" + resolved "https://registry.npmjs.org/@npmcli/config/-/config-6.1.4.tgz" integrity sha512-3bIf/86iQ9ac86hy5uzE1kQnwgd9W/kmZ+K/OmYWuBMX97PQi4yLZHqn2xtfukwF/3/6NjUPxYC1H/aP3nImCA== dependencies: "@npmcli/map-workspaces" "^3.0.2" @@ -1755,14 +1692,14 @@ "@npmcli/disparity-colors@^3.0.0": version "3.0.0" - resolved "https://registry.yarnpkg.com/@npmcli/disparity-colors/-/disparity-colors-3.0.0.tgz#60ea8c6eb5ba9de2d1950e15b06205b2c3ab7833" + resolved "https://registry.npmjs.org/@npmcli/disparity-colors/-/disparity-colors-3.0.0.tgz" integrity sha512-5R/z157/f20Fi0Ou4ZttL51V0xz0EdPEOauFtPCEYOLInDBRCj1/TxOJ5aGTrtShxEshN2d+hXb9ZKSi5RLBcg== dependencies: ansi-styles "^4.3.0" "@npmcli/fs@^2.1.0": version "2.1.2" - resolved "https://registry.yarnpkg.com/@npmcli/fs/-/fs-2.1.2.tgz#a9e2541a4a2fec2e69c29b35e6060973da79b865" + resolved "https://registry.npmjs.org/@npmcli/fs/-/fs-2.1.2.tgz" integrity sha512-yOJKRvohFOaLqipNtwYB9WugyZKhC/DZC4VYPmpaCzDBrA8YpK3qHZ8/HGscMnE4GqbkLNuVcCnxkeQEdGt6LQ== dependencies: "@gar/promisify" "^1.1.3" @@ -1770,15 +1707,15 @@ "@npmcli/fs@^3.1.0": version "3.1.0" - resolved "https://registry.yarnpkg.com/@npmcli/fs/-/fs-3.1.0.tgz#233d43a25a91d68c3a863ba0da6a3f00924a173e" + resolved "https://registry.npmjs.org/@npmcli/fs/-/fs-3.1.0.tgz" integrity sha512-7kZUAaLscfgbwBQRbvdMYaZOWyMEcPTH/tJjnyAWJ/dvvs9Ef+CERx/qJb9GExJpl1qipaDGn7KqHnFGGixd0w== dependencies: semver "^7.3.5" "@npmcli/git@^4.0.0", "@npmcli/git@^4.0.1": - version "4.0.4" - resolved "https://registry.yarnpkg.com/@npmcli/git/-/git-4.0.4.tgz#cdf74f21b1d440c0756fb28159d935129d9daa33" - integrity sha512-5yZghx+u5M47LghaybLCkdSyFzV/w4OuH12d96HO389Ik9CDsLaDZJVynSGGVJOLn6gy/k7Dz5XYcplM3uxXRg== + version "4.1.0" + resolved "https://registry.yarnpkg.com/@npmcli/git/-/git-4.1.0.tgz#ab0ad3fd82bc4d8c1351b6c62f0fa56e8fe6afa6" + integrity sha512-9hwoB3gStVfa0N31ymBmrX+GuDGdVA/QWShZVqE0HK2Af+7QGGrCTbZia/SW0ImUTjTne7SP91qxDmtXvDHRPQ== dependencies: "@npmcli/promise-spawn" "^6.0.0" lru-cache "^7.4.4" @@ -1791,25 +1728,25 @@ "@npmcli/installed-package-contents@^2.0.1", "@npmcli/installed-package-contents@^2.0.2": version "2.0.2" - resolved "https://registry.yarnpkg.com/@npmcli/installed-package-contents/-/installed-package-contents-2.0.2.tgz#bfd817eccd9e8df200919e73f57f9e3d9e4f9e33" + resolved "https://registry.npmjs.org/@npmcli/installed-package-contents/-/installed-package-contents-2.0.2.tgz" integrity sha512-xACzLPhnfD51GKvTOOuNX2/V4G4mz9/1I2MfDoye9kBM3RYe5g2YbscsaGoTlaWqkxeiapBWyseULVKpSVHtKQ== dependencies: npm-bundled "^3.0.0" npm-normalize-package-bin "^3.0.0" "@npmcli/map-workspaces@^3.0.2": - version "3.0.3" - resolved "https://registry.yarnpkg.com/@npmcli/map-workspaces/-/map-workspaces-3.0.3.tgz#476944b63cd1f65bf83c6fdc7f4ca7be56906b1f" - integrity sha512-HlCvFuTzw4UNoKyZdqiNrln+qMF71QJkxy2dsusV8QQdoa89e2TF4dATCzBxbl4zzRzdDoWWyP5ADVrNAH9cRQ== + version "3.0.4" + resolved "https://registry.yarnpkg.com/@npmcli/map-workspaces/-/map-workspaces-3.0.4.tgz#15ad7d854292e484f7ba04bc30187a8320dba799" + integrity sha512-Z0TbvXkRbacjFFLpVpV0e2mheCh+WzQpcqL+4xp49uNJOxOnIAPZyXtUxZ5Qn3QBTGKA11Exjd9a5411rBrhDg== dependencies: "@npmcli/name-from-folder" "^2.0.0" - glob "^9.3.1" - minimatch "^7.4.2" + glob "^10.2.2" + minimatch "^9.0.0" read-package-json-fast "^3.0.0" "@npmcli/metavuln-calculator@^5.0.0": version "5.0.0" - resolved "https://registry.yarnpkg.com/@npmcli/metavuln-calculator/-/metavuln-calculator-5.0.0.tgz#917c3be49ebed0b424b07f38060b929127e4c499" + resolved "https://registry.npmjs.org/@npmcli/metavuln-calculator/-/metavuln-calculator-5.0.0.tgz" integrity sha512-BBFQx4M12wiEuVwCgtX/Depx0B/+NHMwDWOlXT41/Pdy5W/1Fenk+hibUlMSrFWwASbX+fY90UbILAEIYH02/A== dependencies: cacache "^17.0.0" @@ -1819,7 +1756,7 @@ "@npmcli/move-file@^2.0.0": version "2.0.1" - resolved "https://registry.yarnpkg.com/@npmcli/move-file/-/move-file-2.0.1.tgz#26f6bdc379d87f75e55739bab89db525b06100e4" + resolved "https://registry.npmjs.org/@npmcli/move-file/-/move-file-2.0.1.tgz" integrity sha512-mJd2Z5TjYWq/ttPLLGqArdtnC74J6bOzg4rMDnN+p1xTacZ2yPRCk2y0oSWQtygLR9YVQXgOcONrwtnk3JupxQ== dependencies: mkdirp "^1.0.4" @@ -1827,38 +1764,38 @@ "@npmcli/name-from-folder@^2.0.0": version "2.0.0" - resolved "https://registry.yarnpkg.com/@npmcli/name-from-folder/-/name-from-folder-2.0.0.tgz#c44d3a7c6d5c184bb6036f4d5995eee298945815" + resolved "https://registry.npmjs.org/@npmcli/name-from-folder/-/name-from-folder-2.0.0.tgz" integrity sha512-pwK+BfEBZJbKdNYpHHRTNBwBoqrN/iIMO0AiGvYsp3Hoaq0WbgGSWQR6SCldZovoDpY3yje5lkFUe6gsDgJ2vg== "@npmcli/node-gyp@^3.0.0": version "3.0.0" - resolved "https://registry.yarnpkg.com/@npmcli/node-gyp/-/node-gyp-3.0.0.tgz#101b2d0490ef1aa20ed460e4c0813f0db560545a" + resolved "https://registry.npmjs.org/@npmcli/node-gyp/-/node-gyp-3.0.0.tgz" integrity sha512-gp8pRXC2oOxu0DUE1/M3bYtb1b3/DbJ5aM113+XJBgfXdussRAsX0YOrOhdd8WvnAR6auDBvJomGAkLKA5ydxA== "@npmcli/package-json@^3.0.0": version "3.0.0" - resolved "https://registry.yarnpkg.com/@npmcli/package-json/-/package-json-3.0.0.tgz#c9219a197e1be8dbf43c4ef8767a72277c0533b6" + resolved "https://registry.npmjs.org/@npmcli/package-json/-/package-json-3.0.0.tgz" integrity sha512-NnuPuM97xfiCpbTEJYtEuKz6CFbpUHtaT0+5via5pQeI25omvQDFbp1GcGJ/c4zvL/WX0qbde6YiLgfZbWFgvg== dependencies: json-parse-even-better-errors "^3.0.0" "@npmcli/promise-spawn@^6.0.0", "@npmcli/promise-spawn@^6.0.1": version "6.0.2" - resolved "https://registry.yarnpkg.com/@npmcli/promise-spawn/-/promise-spawn-6.0.2.tgz#c8bc4fa2bd0f01cb979d8798ba038f314cfa70f2" + resolved "https://registry.npmjs.org/@npmcli/promise-spawn/-/promise-spawn-6.0.2.tgz" integrity sha512-gGq0NJkIGSwdbUt4yhdF8ZrmkGKVz9vAdVzpOfnom+V8PLSmSOVhZwbNvZZS1EYcJN5hzzKBxmmVVAInM6HQLg== dependencies: which "^3.0.0" "@npmcli/query@^3.0.0": version "3.0.0" - resolved "https://registry.yarnpkg.com/@npmcli/query/-/query-3.0.0.tgz#51a0dfb85811e04f244171f164b6bc83b36113a7" + resolved "https://registry.npmjs.org/@npmcli/query/-/query-3.0.0.tgz" integrity sha512-MFNDSJNgsLZIEBVZ0Q9w9K7o07j5N4o4yjtdz2uEpuCZlXGMuPENiRaFYk0vRqAA64qVuUQwC05g27fRtfUgnA== dependencies: postcss-selector-parser "^6.0.10" "@npmcli/run-script@^6.0.0": version "6.0.0" - resolved "https://registry.yarnpkg.com/@npmcli/run-script/-/run-script-6.0.0.tgz#f89e322c729e26ae29db6cc8cc76559074aac208" + resolved "https://registry.npmjs.org/@npmcli/run-script/-/run-script-6.0.0.tgz" integrity sha512-ql+AbRur1TeOdl1FY+RAwGW9fcr4ZwiVKabdvm93mujGREVuVLbdkXRJDrkTXSdCjaxYydr1wlA2v67jxWG5BQ== dependencies: "@npmcli/node-gyp" "^3.0.0" @@ -1869,38 +1806,38 @@ "@opentelemetry/api@^1.4.1": version "1.4.1" - resolved "https://registry.yarnpkg.com/@opentelemetry/api/-/api-1.4.1.tgz#ff22eb2e5d476fbc2450a196e40dd243cc20c28f" + resolved "https://registry.npmjs.org/@opentelemetry/api/-/api-1.4.1.tgz" integrity sha512-O2yRJce1GOc6PAy3QxFM4NzFiWzvScDC1/5ihYBL6BUEVdq0XMWN01sppE+H6bBXbaFYipjwFLEWLg5PaSOThA== "@opentelemetry/context-async-hooks@1.10.1": version "1.10.1" - resolved "https://registry.yarnpkg.com/@opentelemetry/context-async-hooks/-/context-async-hooks-1.10.1.tgz#aa4ba9b944f93ae0c29460229dc2d4588dbb484b" + resolved "https://registry.npmjs.org/@opentelemetry/context-async-hooks/-/context-async-hooks-1.10.1.tgz" integrity sha512-6CC9sWOZDkUkKrAR957fmxXXlaK3uiBu5xVnuNEQ7hI7VqkUC/r0mNYIql0ouRInLz5o0HwmDuga1eXgQU7KNQ== "@opentelemetry/core@1.10.1": version "1.10.1" - resolved "https://registry.yarnpkg.com/@opentelemetry/core/-/core-1.10.1.tgz#057a621db13589bad5618b786bb4f0a643bd4323" + resolved "https://registry.npmjs.org/@opentelemetry/core/-/core-1.10.1.tgz" integrity sha512-uBZs9poKMWX7WWHsRfaGHqvrn77D9EU5LwU8Ge3YKD/Su5Gy+T1v476l49nl1UOzEMNo4cISao3nIqQVsABB8g== dependencies: "@opentelemetry/semantic-conventions" "1.10.1" "@opentelemetry/propagator-b3@1.10.1": version "1.10.1" - resolved "https://registry.yarnpkg.com/@opentelemetry/propagator-b3/-/propagator-b3-1.10.1.tgz#70ba9b96635ee295095837035be8c9c8a8c860c8" + resolved "https://registry.npmjs.org/@opentelemetry/propagator-b3/-/propagator-b3-1.10.1.tgz" integrity sha512-YrWqU93PH8RyCmqGhtDZgyk64D+cp8XIjQsLhEgOPcOsxvxSSGXnGt46rx9Z8+WdIbJgj13Q4nV/xuh36k+O+A== dependencies: "@opentelemetry/core" "1.10.1" "@opentelemetry/propagator-jaeger@1.10.1": version "1.10.1" - resolved "https://registry.yarnpkg.com/@opentelemetry/propagator-jaeger/-/propagator-jaeger-1.10.1.tgz#15ac89b7ad9a80d15028d0f4fcc9631e7feedc0c" + resolved "https://registry.npmjs.org/@opentelemetry/propagator-jaeger/-/propagator-jaeger-1.10.1.tgz" integrity sha512-qvwFfDPoBw2YQW/OsGHdLdD/rqNRGBRLz5UZR/akO21C4qwIK+lQcXbSi5ve0p2eLHnFshhNFqDmgQclOYBcmg== dependencies: "@opentelemetry/core" "1.10.1" "@opentelemetry/resources@1.10.1", "@opentelemetry/resources@^1.10.1": version "1.10.1" - resolved "https://registry.yarnpkg.com/@opentelemetry/resources/-/resources-1.10.1.tgz#a2537ea241e09a63d5d1afd566f89e2ef5889370" + resolved "https://registry.npmjs.org/@opentelemetry/resources/-/resources-1.10.1.tgz" integrity sha512-e+wwdyO44jZtsT1aqGiWMFOfN1XuP9Tv4+H0OYP3yQajBtGdsZjdSUn9UNjw46JsW0Mb+RaTxJwsb2uvfHar0g== dependencies: "@opentelemetry/core" "1.10.1" @@ -1908,7 +1845,7 @@ "@opentelemetry/sdk-trace-base@1.10.1": version "1.10.1" - resolved "https://registry.yarnpkg.com/@opentelemetry/sdk-trace-base/-/sdk-trace-base-1.10.1.tgz#fce06a810f9052d3c1b935d134979f4254bc8ae2" + resolved "https://registry.npmjs.org/@opentelemetry/sdk-trace-base/-/sdk-trace-base-1.10.1.tgz" integrity sha512-jutSP5t22wrPKReJKzI5uKht4mJ4cQdF/mGFJkN+emFFsDXru9CuFv/NfUrD0jEqoaaiqjcZtPSyTzMgu9LXvw== dependencies: "@opentelemetry/core" "1.10.1" @@ -1917,7 +1854,7 @@ "@opentelemetry/sdk-trace-node@^1.10.1": version "1.10.1" - resolved "https://registry.yarnpkg.com/@opentelemetry/sdk-trace-node/-/sdk-trace-node-1.10.1.tgz#f627871fa048bf3c3c8d7ffaa57dfff069b683cb" + resolved "https://registry.npmjs.org/@opentelemetry/sdk-trace-node/-/sdk-trace-node-1.10.1.tgz" integrity sha512-/y+s1j8rPTaKnPnbrsbYv3ygTb4hjx/1H32zqobFr85cvWX+Tt1RWmcZ51TaPAfq5uJobGFhhLh6ADI2RDvk5Q== dependencies: "@opentelemetry/context-async-hooks" "1.10.1" @@ -1929,17 +1866,17 @@ "@opentelemetry/semantic-conventions@1.10.1", "@opentelemetry/semantic-conventions@^1.10.1": version "1.10.1" - resolved "https://registry.yarnpkg.com/@opentelemetry/semantic-conventions/-/semantic-conventions-1.10.1.tgz#b7a0f16d4131aee598e55814efea0ff11d99ef34" + resolved "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-1.10.1.tgz" integrity sha512-qiAueuCoN+1YEuHNXnsct9bkbroZBPd7QwQgd56YURG0LBRVHwE/lF6FOprfUvp1n1tu0O6+E3s6x+dmUndXFQ== "@panva/hkdf@^1.0.2": version "1.0.4" - resolved "https://registry.yarnpkg.com/@panva/hkdf/-/hkdf-1.0.4.tgz#4e02bb248402ff6c5c024e23a68438e2b0e69d67" + resolved "https://registry.npmjs.org/@panva/hkdf/-/hkdf-1.0.4.tgz" integrity sha512-003xWiCuvePbLaPHT+CRuaV4GlyCAVm6XYSbBZDHoWZGn1mNkVKFaDbGJjjxmEFvizUwlCoM6O18FCBMMky2zQ== "@peculiar/asn1-schema@^2.3.0", "@peculiar/asn1-schema@^2.3.6": version "2.3.6" - resolved "https://registry.yarnpkg.com/@peculiar/asn1-schema/-/asn1-schema-2.3.6.tgz#3dd3c2ade7f702a9a94dfb395c192f5fa5d6b922" + resolved "https://registry.npmjs.org/@peculiar/asn1-schema/-/asn1-schema-2.3.6.tgz" integrity sha512-izNRxPoaeJeg/AyH8hER6s+H7p4itk+03QCa4sbxI3lNdseQYCuxzgsuNK8bTXChtLTjpJz6NmXKA73qLa3rCA== dependencies: asn1js "^3.0.5" @@ -1948,14 +1885,14 @@ "@peculiar/json-schema@^1.1.12": version "1.1.12" - resolved "https://registry.yarnpkg.com/@peculiar/json-schema/-/json-schema-1.1.12.tgz#fe61e85259e3b5ba5ad566cb62ca75b3d3cd5339" + resolved "https://registry.npmjs.org/@peculiar/json-schema/-/json-schema-1.1.12.tgz" integrity sha512-coUfuoMeIB7B8/NMekxaDzLhaYmp0HZNPEjYRm9goRou8UZIC3z21s0sL9AWoCw4EG876QyO3kYrc61WNF9B/w== dependencies: tslib "^2.0.0" "@peculiar/webcrypto@1.4.1": version "1.4.1" - resolved "https://registry.yarnpkg.com/@peculiar/webcrypto/-/webcrypto-1.4.1.tgz#821493bd5ad0f05939bd5f53b28536f68158360a" + resolved "https://registry.npmjs.org/@peculiar/webcrypto/-/webcrypto-1.4.1.tgz" integrity sha512-eK4C6WTNYxoI7JOabMoZICiyqRRtJB220bh0Mbj5RwRycleZf9BPyZoxsTvpP0FpmVS2aS13NKOuh5/tN3sIRw== dependencies: "@peculiar/asn1-schema" "^2.3.0" @@ -1964,19 +1901,19 @@ tslib "^2.4.1" webcrypto-core "^1.7.4" -"@popperjs/core@^2.11.8": +"@pkgjs/parseargs@^0.11.0": + version "0.11.0" + resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33" + integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg== + +"@popperjs/core@^2.11.6", "@popperjs/core@^2.11.8", "@popperjs/core@^2.9.3": version "2.11.8" - resolved "https://registry.yarnpkg.com/@popperjs/core/-/core-2.11.8.tgz#6b79032e760a0899cd4204710beede972a3a185f" + resolved "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz" integrity sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A== -"@popperjs/core@^2.9.3": - version "2.11.7" - resolved "https://registry.yarnpkg.com/@popperjs/core/-/core-2.11.7.tgz#ccab5c8f7dc557a52ca3288c10075c9ccd37fff7" - integrity sha512-Cr4OjIkipTtcXKjAsm8agyleBuDHvxzeBoa1v543lbv1YaIwQjESsVcmjiWiPEbC1FIeHOG/Op9kdCmAmiS3Kw== - "@portabletext/react@^2.0.2": version "2.0.2" - resolved "https://registry.yarnpkg.com/@portabletext/react/-/react-2.0.2.tgz#fcfe7983d6933efbccadeda2e6182e09324b05cb" + resolved "https://registry.npmjs.org/@portabletext/react/-/react-2.0.2.tgz" integrity sha512-8b325SwY4vAFP1Fu7coJUx/eOoenm197VnCWauJSH0zawwz6n8ouhFc5se1FKPpPPbJMqH3C+RGv2FOWQfB51A== dependencies: "@portabletext/toolkit" "^2.0.1" @@ -1984,26 +1921,26 @@ "@portabletext/toolkit@^2.0.1": version "2.0.1" - resolved "https://registry.yarnpkg.com/@portabletext/toolkit/-/toolkit-2.0.1.tgz#ce1f6a27b19e6bb2e36ffcb39c5e05b09d55e9dc" + resolved "https://registry.npmjs.org/@portabletext/toolkit/-/toolkit-2.0.1.tgz" integrity sha512-vr2SeDFUFV+VmRIyYsHBMimZLiiN0S7qIridt/YLJs3Wm1dI4jsfUam82AQwheSMjvWdBiBZ+Wsjq5HZBG4htw== dependencies: "@portabletext/types" "^2.0.0" "@portabletext/types@^2.0.0", "@portabletext/types@^2.0.2": version "2.0.2" - resolved "https://registry.yarnpkg.com/@portabletext/types/-/types-2.0.2.tgz#f283a2a0db68abff0c7b8f04f6fafc266d01e0c4" + resolved "https://registry.npmjs.org/@portabletext/types/-/types-2.0.2.tgz" integrity sha512-3xTbSa80G1nODyACY0ilrmPo1PmU1xuoPvfcpzpqSEL0kX01fSW+21PKgS9BcG+GqdG9HK/VxciKWa+nFA7mqg== "@radix-ui/primitive@1.0.1": version "1.0.1" - resolved "https://registry.yarnpkg.com/@radix-ui/primitive/-/primitive-1.0.1.tgz#e46f9958b35d10e9f6dc71c497305c22e3e55dbd" + resolved "https://registry.npmjs.org/@radix-ui/primitive/-/primitive-1.0.1.tgz" integrity sha512-yQ8oGX2GVsEYMWGxcovu1uGWPCxV5BFfeeYxqPmuAzUyLT9qmaMXSAhXpb0WrspIeqYzdJpkh2vHModJPgRIaw== dependencies: "@babel/runtime" "^7.13.10" "@radix-ui/react-arrow@1.0.3": version "1.0.3" - resolved "https://registry.yarnpkg.com/@radix-ui/react-arrow/-/react-arrow-1.0.3.tgz#c24f7968996ed934d57fe6cde5d6ec7266e1d25d" + resolved "https://registry.npmjs.org/@radix-ui/react-arrow/-/react-arrow-1.0.3.tgz" integrity sha512-wSP+pHsB/jQRaL6voubsQ/ZlrGBHHrOjmBnr19hxYgtS0WvAFwZhK2WP/YY5yF9uKECCEEDGxuLxq1NBK51wFA== dependencies: "@babel/runtime" "^7.13.10" @@ -2011,7 +1948,7 @@ "@radix-ui/react-collection@1.0.3": version "1.0.3" - resolved "https://registry.yarnpkg.com/@radix-ui/react-collection/-/react-collection-1.0.3.tgz#9595a66e09026187524a36c6e7e9c7d286469159" + resolved "https://registry.npmjs.org/@radix-ui/react-collection/-/react-collection-1.0.3.tgz" integrity sha512-3SzW+0PW7yBBoQlT8wNcGtaxaD0XSu0uLUFgrtHY08Acx05TaHaOmVLR73c0j/cqpDy53KBMO7s0dx2wmOIDIA== dependencies: "@babel/runtime" "^7.13.10" @@ -2022,29 +1959,29 @@ "@radix-ui/react-compose-refs@1.0.1": version "1.0.1" - resolved "https://registry.yarnpkg.com/@radix-ui/react-compose-refs/-/react-compose-refs-1.0.1.tgz#7ed868b66946aa6030e580b1ffca386dd4d21989" + resolved "https://registry.npmjs.org/@radix-ui/react-compose-refs/-/react-compose-refs-1.0.1.tgz" integrity sha512-fDSBgd44FKHa1FRMU59qBMPFcl2PZE+2nmqunj+BWFyYYjnhIDWL2ItDs3rrbJDQOtzt5nIebLCQc4QRfz6LJw== dependencies: "@babel/runtime" "^7.13.10" "@radix-ui/react-context@1.0.1": version "1.0.1" - resolved "https://registry.yarnpkg.com/@radix-ui/react-context/-/react-context-1.0.1.tgz#fe46e67c96b240de59187dcb7a1a50ce3e2ec00c" + resolved "https://registry.npmjs.org/@radix-ui/react-context/-/react-context-1.0.1.tgz" integrity sha512-ebbrdFoYTcuZ0v4wG5tedGnp9tzcV8awzsxYph7gXUyvnNLuTIcCk1q17JEbnVhXAKG9oX3KtchwiMIAYp9NLg== dependencies: "@babel/runtime" "^7.13.10" "@radix-ui/react-direction@1.0.1": version "1.0.1" - resolved "https://registry.yarnpkg.com/@radix-ui/react-direction/-/react-direction-1.0.1.tgz#9cb61bf2ccf568f3421422d182637b7f47596c9b" + resolved "https://registry.npmjs.org/@radix-ui/react-direction/-/react-direction-1.0.1.tgz" integrity sha512-RXcvnXgyvYvBEOhCBuddKecVkoMiI10Jcm5cTI7abJRAHYfFxeu+FBQs/DvdxSYucxR5mna0dNsL6QFlds5TMA== dependencies: "@babel/runtime" "^7.13.10" -"@radix-ui/react-dismissable-layer@1.0.4": - version "1.0.4" - resolved "https://registry.yarnpkg.com/@radix-ui/react-dismissable-layer/-/react-dismissable-layer-1.0.4.tgz#883a48f5f938fa679427aa17fcba70c5494c6978" - integrity sha512-7UpBa/RKMoHJYjie1gkF1DlK8l1fdU/VKDpoS3rCCo8YBJR294GwcEHyxHw72yvphJ7ld0AXEcSLAzY2F/WyCg== +"@radix-ui/react-dismissable-layer@1.0.5": + version "1.0.5" + resolved "https://registry.npmjs.org/@radix-ui/react-dismissable-layer/-/react-dismissable-layer-1.0.5.tgz" + integrity sha512-aJeDjQhywg9LBu2t/At58hCvr7pEm0o2Ke1x33B+MhjNmmZ17sy4KImo0KPLgsnc/zN7GPdce8Cnn0SWvwZO7g== dependencies: "@babel/runtime" "^7.13.10" "@radix-ui/primitive" "1.0.1" @@ -2054,30 +1991,30 @@ "@radix-ui/react-use-escape-keydown" "1.0.3" "@radix-ui/react-dropdown-menu@^2.0.5": - version "2.0.5" - resolved "https://registry.yarnpkg.com/@radix-ui/react-dropdown-menu/-/react-dropdown-menu-2.0.5.tgz#19bf4de8ffa348b4eb6a86842f14eff93d741170" - integrity sha512-xdOrZzOTocqqkCkYo8yRPCib5OkTkqN7lqNCdxwPOdE466DOaNl4N8PkUIlsXthQvW5Wwkd+aEmWpfWlBoDPEw== + version "2.0.6" + resolved "https://registry.npmjs.org/@radix-ui/react-dropdown-menu/-/react-dropdown-menu-2.0.6.tgz" + integrity sha512-i6TuFOoWmLWq+M/eCLGd/bQ2HfAX1RJgvrBQ6AQLmzfvsLdefxbWu8G9zczcPFfcSPehz9GcpF6K9QYreFV8hA== dependencies: "@babel/runtime" "^7.13.10" "@radix-ui/primitive" "1.0.1" "@radix-ui/react-compose-refs" "1.0.1" "@radix-ui/react-context" "1.0.1" "@radix-ui/react-id" "1.0.1" - "@radix-ui/react-menu" "2.0.5" + "@radix-ui/react-menu" "2.0.6" "@radix-ui/react-primitive" "1.0.3" "@radix-ui/react-use-controllable-state" "1.0.1" "@radix-ui/react-focus-guards@1.0.1": version "1.0.1" - resolved "https://registry.yarnpkg.com/@radix-ui/react-focus-guards/-/react-focus-guards-1.0.1.tgz#1ea7e32092216b946397866199d892f71f7f98ad" + resolved "https://registry.npmjs.org/@radix-ui/react-focus-guards/-/react-focus-guards-1.0.1.tgz" integrity sha512-Rect2dWbQ8waGzhMavsIbmSVCgYxkXLxxR3ZvCX79JOglzdEy4JXMb98lq4hPxUbLr77nP0UOGf4rcMU+s1pUA== dependencies: "@babel/runtime" "^7.13.10" -"@radix-ui/react-focus-scope@1.0.3": - version "1.0.3" - resolved "https://registry.yarnpkg.com/@radix-ui/react-focus-scope/-/react-focus-scope-1.0.3.tgz#9c2e8d4ed1189a1d419ee61edd5c1828726472f9" - integrity sha512-upXdPfqI4islj2CslyfUBNlaJCPybbqRHAi1KER7Isel9Q2AtSJ0zRBZv8mWQiFXD2nyAJ4BhC3yXgZ6kMBSrQ== +"@radix-ui/react-focus-scope@1.0.4": + version "1.0.4" + resolved "https://registry.npmjs.org/@radix-ui/react-focus-scope/-/react-focus-scope-1.0.4.tgz" + integrity sha512-sL04Mgvf+FmyvZeYfNu1EPAaaxD+aw7cYeIB9L9Fvq8+urhltTRaEo5ysKOpHuKPclsZcSUMKlN05x4u+CINpA== dependencies: "@babel/runtime" "^7.13.10" "@radix-ui/react-compose-refs" "1.0.1" @@ -2086,16 +2023,16 @@ "@radix-ui/react-id@1.0.1": version "1.0.1" - resolved "https://registry.yarnpkg.com/@radix-ui/react-id/-/react-id-1.0.1.tgz#73cdc181f650e4df24f0b6a5b7aa426b912c88c0" + resolved "https://registry.npmjs.org/@radix-ui/react-id/-/react-id-1.0.1.tgz" integrity sha512-tI7sT/kqYp8p96yGWY1OAnLHrqDgzHefRBKQ2YAkBS5ja7QLcZ9Z/uY7bEjPUatf8RomoXM8/1sMj1IJaE5UzQ== dependencies: "@babel/runtime" "^7.13.10" "@radix-ui/react-use-layout-effect" "1.0.1" -"@radix-ui/react-menu@2.0.5": - version "2.0.5" - resolved "https://registry.yarnpkg.com/@radix-ui/react-menu/-/react-menu-2.0.5.tgz#a7d78b0808c4d38269240bf5d5c7ffea3e225e16" - integrity sha512-Gw4f9pwdH+w5w+49k0gLjN0PfRDHvxmAgG16AbyJZ7zhwZ6PBHKtWohvnSwfusfnK3L68dpBREHpVkj8wEM7ZA== +"@radix-ui/react-menu@2.0.6": + version "2.0.6" + resolved "https://registry.npmjs.org/@radix-ui/react-menu/-/react-menu-2.0.6.tgz" + integrity sha512-BVkFLS+bUC8HcImkRKPSiVumA1VPOOEC5WBMiT+QAVsPzW1FJzI9KnqgGxVDPBcql5xXrHkD3JOVoXWEXD8SYA== dependencies: "@babel/runtime" "^7.13.10" "@radix-ui/primitive" "1.0.1" @@ -2103,12 +2040,12 @@ "@radix-ui/react-compose-refs" "1.0.1" "@radix-ui/react-context" "1.0.1" "@radix-ui/react-direction" "1.0.1" - "@radix-ui/react-dismissable-layer" "1.0.4" + "@radix-ui/react-dismissable-layer" "1.0.5" "@radix-ui/react-focus-guards" "1.0.1" - "@radix-ui/react-focus-scope" "1.0.3" + "@radix-ui/react-focus-scope" "1.0.4" "@radix-ui/react-id" "1.0.1" - "@radix-ui/react-popper" "1.1.2" - "@radix-ui/react-portal" "1.0.3" + "@radix-ui/react-popper" "1.1.3" + "@radix-ui/react-portal" "1.0.4" "@radix-ui/react-presence" "1.0.1" "@radix-ui/react-primitive" "1.0.3" "@radix-ui/react-roving-focus" "1.0.4" @@ -2117,10 +2054,10 @@ aria-hidden "^1.1.1" react-remove-scroll "2.5.5" -"@radix-ui/react-popper@1.1.2": - version "1.1.2" - resolved "https://registry.yarnpkg.com/@radix-ui/react-popper/-/react-popper-1.1.2.tgz#4c0b96fcd188dc1f334e02dba2d538973ad842e9" - integrity sha512-1CnGGfFi/bbqtJZZ0P/NQY20xdG3E0LALJaLUEoKwPLwl6PPPfbeiCqMVQnhoFRAxjJj4RpBRJzDmUgsex2tSg== +"@radix-ui/react-popper@1.1.3": + version "1.1.3" + resolved "https://registry.npmjs.org/@radix-ui/react-popper/-/react-popper-1.1.3.tgz" + integrity sha512-cKpopj/5RHZWjrbF2846jBNacjQVwkP068DfmgrNJXpvVWrOvlAmE9xSiy5OqeE+Gi8D9fP+oDhUnPqNMY8/5w== dependencies: "@babel/runtime" "^7.13.10" "@floating-ui/react-dom" "^2.0.0" @@ -2134,17 +2071,17 @@ "@radix-ui/react-use-size" "1.0.1" "@radix-ui/rect" "1.0.1" -"@radix-ui/react-portal@1.0.3": - version "1.0.3" - resolved "https://registry.yarnpkg.com/@radix-ui/react-portal/-/react-portal-1.0.3.tgz#ffb961244c8ed1b46f039e6c215a6c4d9989bda1" - integrity sha512-xLYZeHrWoPmA5mEKEfZZevoVRK/Q43GfzRXkWV6qawIWWK8t6ifIiLQdd7rmQ4Vk1bmI21XhqF9BN3jWf+phpA== +"@radix-ui/react-portal@1.0.4": + version "1.0.4" + resolved "https://registry.npmjs.org/@radix-ui/react-portal/-/react-portal-1.0.4.tgz" + integrity sha512-Qki+C/EuGUVCQTOTD5vzJzJuMUlewbzuKyUy+/iHM2uwGiru9gZeBJtHAPKAEkB5KWGi9mP/CHKcY0wt1aW45Q== dependencies: "@babel/runtime" "^7.13.10" "@radix-ui/react-primitive" "1.0.3" "@radix-ui/react-presence@1.0.1": version "1.0.1" - resolved "https://registry.yarnpkg.com/@radix-ui/react-presence/-/react-presence-1.0.1.tgz#491990ba913b8e2a5db1b06b203cb24b5cdef9ba" + resolved "https://registry.npmjs.org/@radix-ui/react-presence/-/react-presence-1.0.1.tgz" integrity sha512-UXLW4UAbIY5ZjcvzjfRFo5gxva8QirC9hF7wRE4U5gz+TP0DbRk+//qyuAQ1McDxBt1xNMBTaciFGvEmJvAZCg== dependencies: "@babel/runtime" "^7.13.10" @@ -2153,7 +2090,7 @@ "@radix-ui/react-primitive@1.0.3": version "1.0.3" - resolved "https://registry.yarnpkg.com/@radix-ui/react-primitive/-/react-primitive-1.0.3.tgz#d49ea0f3f0b2fe3ab1cb5667eb03e8b843b914d0" + resolved "https://registry.npmjs.org/@radix-ui/react-primitive/-/react-primitive-1.0.3.tgz" integrity sha512-yi58uVyoAcK/Nq1inRY56ZSjKypBNKTa/1mcL8qdl6oJeEaDbOldlzrGn7P6Q3Id5d+SYNGc5AJgc4vGhjs5+g== dependencies: "@babel/runtime" "^7.13.10" @@ -2161,7 +2098,7 @@ "@radix-ui/react-roving-focus@1.0.4": version "1.0.4" - resolved "https://registry.yarnpkg.com/@radix-ui/react-roving-focus/-/react-roving-focus-1.0.4.tgz#e90c4a6a5f6ac09d3b8c1f5b5e81aab2f0db1974" + resolved "https://registry.npmjs.org/@radix-ui/react-roving-focus/-/react-roving-focus-1.0.4.tgz" integrity sha512-2mUg5Mgcu001VkGy+FfzZyzbmuUWzgWkj3rvv4yu+mLw03+mTzbxZHvfcGyFp2b8EkQeMkpRQ5FiA2Vr2O6TeQ== dependencies: "@babel/runtime" "^7.13.10" @@ -2177,7 +2114,7 @@ "@radix-ui/react-slot@1.0.2": version "1.0.2" - resolved "https://registry.yarnpkg.com/@radix-ui/react-slot/-/react-slot-1.0.2.tgz#a9ff4423eade67f501ffb32ec22064bc9d3099ab" + resolved "https://registry.npmjs.org/@radix-ui/react-slot/-/react-slot-1.0.2.tgz" integrity sha512-YeTpuq4deV+6DusvVUW4ivBgnkHwECUu0BiN43L5UCDFgdhsRUWAghhTF5MbvNTPzmiFOx90asDSUjWuCNapwg== dependencies: "@babel/runtime" "^7.13.10" @@ -2185,14 +2122,14 @@ "@radix-ui/react-use-callback-ref@1.0.1": version "1.0.1" - resolved "https://registry.yarnpkg.com/@radix-ui/react-use-callback-ref/-/react-use-callback-ref-1.0.1.tgz#f4bb1f27f2023c984e6534317ebc411fc181107a" + resolved "https://registry.npmjs.org/@radix-ui/react-use-callback-ref/-/react-use-callback-ref-1.0.1.tgz" integrity sha512-D94LjX4Sp0xJFVaoQOd3OO9k7tpBYNOXdVhkltUbGv2Qb9OXdrg/CpsjlZv7ia14Sylv398LswWBVVu5nqKzAQ== dependencies: "@babel/runtime" "^7.13.10" "@radix-ui/react-use-controllable-state@1.0.1": version "1.0.1" - resolved "https://registry.yarnpkg.com/@radix-ui/react-use-controllable-state/-/react-use-controllable-state-1.0.1.tgz#ecd2ced34e6330caf89a82854aa2f77e07440286" + resolved "https://registry.npmjs.org/@radix-ui/react-use-controllable-state/-/react-use-controllable-state-1.0.1.tgz" integrity sha512-Svl5GY5FQeN758fWKrjM6Qb7asvXeiZltlT4U2gVfl8Gx5UAv2sMR0LWo8yhsIZh2oQ0eFdZ59aoOOMV7b47VA== dependencies: "@babel/runtime" "^7.13.10" @@ -2200,7 +2137,7 @@ "@radix-ui/react-use-escape-keydown@1.0.3": version "1.0.3" - resolved "https://registry.yarnpkg.com/@radix-ui/react-use-escape-keydown/-/react-use-escape-keydown-1.0.3.tgz#217b840c250541609c66f67ed7bab2b733620755" + resolved "https://registry.npmjs.org/@radix-ui/react-use-escape-keydown/-/react-use-escape-keydown-1.0.3.tgz" integrity sha512-vyL82j40hcFicA+M4Ex7hVkB9vHgSse1ZWomAqV2Je3RleKGO5iM8KMOEtfoSB0PnIelMd2lATjTGMYqN5ylTg== dependencies: "@babel/runtime" "^7.13.10" @@ -2208,14 +2145,14 @@ "@radix-ui/react-use-layout-effect@1.0.1": version "1.0.1" - resolved "https://registry.yarnpkg.com/@radix-ui/react-use-layout-effect/-/react-use-layout-effect-1.0.1.tgz#be8c7bc809b0c8934acf6657b577daf948a75399" + resolved "https://registry.npmjs.org/@radix-ui/react-use-layout-effect/-/react-use-layout-effect-1.0.1.tgz" integrity sha512-v/5RegiJWYdoCvMnITBkNNx6bCj20fiaJnWtRkU18yITptraXjffz5Qbn05uOiQnOvi+dbkznkoaMltz1GnszQ== dependencies: "@babel/runtime" "^7.13.10" "@radix-ui/react-use-rect@1.0.1": version "1.0.1" - resolved "https://registry.yarnpkg.com/@radix-ui/react-use-rect/-/react-use-rect-1.0.1.tgz#fde50b3bb9fd08f4a1cd204572e5943c244fcec2" + resolved "https://registry.npmjs.org/@radix-ui/react-use-rect/-/react-use-rect-1.0.1.tgz" integrity sha512-Cq5DLuSiuYVKNU8orzJMbl15TXilTnJKUCltMVQg53BQOF1/C5toAaGrowkgksdBQ9H+SRL23g0HDmg9tvmxXw== dependencies: "@babel/runtime" "^7.13.10" @@ -2223,7 +2160,7 @@ "@radix-ui/react-use-size@1.0.1": version "1.0.1" - resolved "https://registry.yarnpkg.com/@radix-ui/react-use-size/-/react-use-size-1.0.1.tgz#1c5f5fea940a7d7ade77694bb98116fb49f870b2" + resolved "https://registry.npmjs.org/@radix-ui/react-use-size/-/react-use-size-1.0.1.tgz" integrity sha512-ibay+VqrgcaI6veAojjofPATwledXiSmX+C0KrBk/xgpX9rBzPV3OsfwlhQdUOFbh+LKQorLYT+xTXW9V8yd0g== dependencies: "@babel/runtime" "^7.13.10" @@ -2231,14 +2168,14 @@ "@radix-ui/rect@1.0.1": version "1.0.1" - resolved "https://registry.yarnpkg.com/@radix-ui/rect/-/rect-1.0.1.tgz#bf8e7d947671996da2e30f4904ece343bc4a883f" + resolved "https://registry.npmjs.org/@radix-ui/rect/-/rect-1.0.1.tgz" integrity sha512-fyrgCaedtvMg9NK3en0pnOYJdtfwxUcNolezkNPUsoX57X8oQk+NkqcvzHXD2uKNij6GXmWU9NDru2IWjrO4BQ== dependencies: "@babel/runtime" "^7.13.10" "@react-aria/button@3.6.2": version "3.6.2" - resolved "https://registry.yarnpkg.com/@react-aria/button/-/button-3.6.2.tgz#ac2e70b46eb12138945146e9e68108c80ddeaca6" + resolved "https://registry.npmjs.org/@react-aria/button/-/button-3.6.2.tgz" integrity sha512-8XRcPR5qXKNmnBO6u9FSY8vYa7P1FIgVix07EHBCTZiJYHYxcUsFYRWG9qf2aShGotJs4957unqGH1L1ncRYKQ== dependencies: "@babel/runtime" "^7.6.2" @@ -2251,7 +2188,7 @@ "@react-aria/checkbox@3.6.0": version "3.6.0" - resolved "https://registry.yarnpkg.com/@react-aria/checkbox/-/checkbox-3.6.0.tgz#5c09f7be3de2d91e2f6ab0f14d2e588793afc1da" + resolved "https://registry.npmjs.org/@react-aria/checkbox/-/checkbox-3.6.0.tgz" integrity sha512-E2MZoMZhtHtlS1mYjxTI29JRq4s3Y6d92KHj7tzvcC308d4Bzz0IHJd0bMz/8whoNteU02pQyZ3rDAcGf92bHQ== dependencies: "@babel/runtime" "^7.6.2" @@ -2265,7 +2202,7 @@ "@react-aria/dialog@3.4.0": version "3.4.0" - resolved "https://registry.yarnpkg.com/@react-aria/dialog/-/dialog-3.4.0.tgz#769f6425fa74792ed445e734baad2d5247228616" + resolved "https://registry.npmjs.org/@react-aria/dialog/-/dialog-3.4.0.tgz" integrity sha512-h1D7OOe20PhSb4DD40ABVgHMbSA2Y9rSU5lrGf9zuNSYkQIwDz6pTSXp/9roy7SEvf5KAN6zPa1inSVBOTzf3w== dependencies: "@babel/runtime" "^7.6.2" @@ -2278,7 +2215,7 @@ "@react-aria/focus@3.7.0": version "3.7.0" - resolved "https://registry.yarnpkg.com/@react-aria/focus/-/focus-3.7.0.tgz#6a90dc99da64bd145e3eeacf3097a29a0342f709" + resolved "https://registry.npmjs.org/@react-aria/focus/-/focus-3.7.0.tgz" integrity sha512-LydZSLBLEUklakM0Ogdk17F3f/Uwaj5Nl1mfcK8HhrroGT8A8XH0KjA9D6gM6JGHgxZemx0ufOgxhQZeBGQMQw== dependencies: "@babel/runtime" "^7.6.2" @@ -2289,7 +2226,7 @@ "@react-aria/focus@^3.12.1", "@react-aria/focus@^3.9.0": version "3.12.1" - resolved "https://registry.yarnpkg.com/@react-aria/focus/-/focus-3.12.1.tgz#5976fa41f36d09a0271f736d7c01414704ea1ca2" + resolved "https://registry.npmjs.org/@react-aria/focus/-/focus-3.12.1.tgz" integrity sha512-i1bRz27mRFnrDpYpRvm/6Zm+FbGo0WygNQiLVgTce7WY+39oLERIGRrE8Ovy6rY9Hr4MGBAXz2Q+o9oTOgeBgA== dependencies: "@react-aria/interactions" "^3.15.1" @@ -2300,7 +2237,7 @@ "@react-aria/grid@^3.5.0": version "3.7.1" - resolved "https://registry.yarnpkg.com/@react-aria/grid/-/grid-3.7.1.tgz#8d68f0bb2c617773c9a640f1a98303542c2dccfc" + resolved "https://registry.npmjs.org/@react-aria/grid/-/grid-3.7.1.tgz" integrity sha512-CwrRbX1GuLJnQugB3fkujMPjFEJNyzcy+niuAwRMn768Y9MD8swDMwGrKL362NddF2jSCCwIxqA0qjCPeD4S2w== dependencies: "@react-aria/focus" "^3.12.1" @@ -2320,7 +2257,7 @@ "@react-aria/i18n@3.6.1": version "3.6.1" - resolved "https://registry.yarnpkg.com/@react-aria/i18n/-/i18n-3.6.1.tgz#b97e78e3ec040a5ca08d166033f2d358ef1af4c5" + resolved "https://registry.npmjs.org/@react-aria/i18n/-/i18n-3.6.1.tgz" integrity sha512-kAetWsj9HOqwaqLhmFU2udhZ+4QGGYkQOgGBJYdrB7GfLZQ1GPBlZjv3QFdkX4oSf/k9cFqgftxvVQQDYZLOew== dependencies: "@babel/runtime" "^7.6.2" @@ -2334,7 +2271,7 @@ "@react-aria/i18n@^3.6.1", "@react-aria/i18n@^3.7.2": version "3.7.2" - resolved "https://registry.yarnpkg.com/@react-aria/i18n/-/i18n-3.7.2.tgz#7e42943a5e0584dca60c72830175edbae4d9be9f" + resolved "https://registry.npmjs.org/@react-aria/i18n/-/i18n-3.7.2.tgz" integrity sha512-GsVioW8RGOmwebTruEBAmGYJunY0WS7Ljfn5n7Mec3eoMKdQjH2M70fHwCOWqJo8Ufq7A7p0ypBVCv4d4sbSdw== dependencies: "@internationalized/date" "^3.2.0" @@ -2348,7 +2285,7 @@ "@react-aria/interactions@3.12.0": version "3.12.0" - resolved "https://registry.yarnpkg.com/@react-aria/interactions/-/interactions-3.12.0.tgz#b16a392c3dc23351c8fd33a16cef0ef93dc4682d" + resolved "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.12.0.tgz" integrity sha512-KcKurjPZwme9ggvGQjbjqZtZtuyXipTBVMHUah9a3+Dz7vXxhRg5vFaEdM79oQnNsrGFW5xS6SKBehl/JG6BMw== dependencies: "@babel/runtime" "^7.6.2" @@ -2357,7 +2294,7 @@ "@react-aria/interactions@^3.10.0", "@react-aria/interactions@^3.12.0", "@react-aria/interactions@^3.15.1": version "3.15.1" - resolved "https://registry.yarnpkg.com/@react-aria/interactions/-/interactions-3.15.1.tgz#10d82fd2ce7a3088713c59cb10b63613c8344052" + resolved "https://registry.npmjs.org/@react-aria/interactions/-/interactions-3.15.1.tgz" integrity sha512-khtpxSvos885rxMep6DRe8RGZjtD16ZuLxhFBtL1dXqSv5XZxaXKOmI8Yx1F8AkVIPdB72MmjG8dz3PpM3PPYg== dependencies: "@react-aria/ssr" "^3.6.0" @@ -2367,7 +2304,7 @@ "@react-aria/label@3.4.2": version "3.4.2" - resolved "https://registry.yarnpkg.com/@react-aria/label/-/label-3.4.2.tgz#c66761891aa7aabe1893608f367c1bab0b8b2d28" + resolved "https://registry.npmjs.org/@react-aria/label/-/label-3.4.2.tgz" integrity sha512-ctygLrA4yY31440UMZdw21Iz4ogXupLJB5xpTU1KFXcvybSu+H3gvVCOJu1jFwR12bTKnkVogTWT6wwVYH2nFw== dependencies: "@babel/runtime" "^7.6.2" @@ -2377,7 +2314,7 @@ "@react-aria/label@^3.4.2": version "3.5.2" - resolved "https://registry.yarnpkg.com/@react-aria/label/-/label-3.5.2.tgz#fa667c04fc19546030e13b49a12dbcd5db323ef1" + resolved "https://registry.npmjs.org/@react-aria/label/-/label-3.5.2.tgz" integrity sha512-YtLJl3l11TKzGhSMuUqp1DdQ6s3hbT1buiC+jPPKv81PcjjoUDpj+hAVnc1cigtvrEFSMpi2Z+KYREmYYj4GDQ== dependencies: "@react-aria/utils" "^3.17.0" @@ -2387,7 +2324,7 @@ "@react-aria/link@3.3.4": version "3.3.4" - resolved "https://registry.yarnpkg.com/@react-aria/link/-/link-3.3.4.tgz#705d581c0fe83c37e3a15439839d5d2ebbc1add2" + resolved "https://registry.npmjs.org/@react-aria/link/-/link-3.3.4.tgz" integrity sha512-Op0usCd5SAg5OHkCl1+TYbsvT/wWhqadd/3Pi0VD0kKmaSy4GhUNJkTo8n0hS2k3vIq+qRq7zwnON2h5eLVkHA== dependencies: "@babel/runtime" "^7.6.2" @@ -2399,14 +2336,14 @@ "@react-aria/live-announcer@^3.1.1", "@react-aria/live-announcer@^3.3.0": version "3.3.0" - resolved "https://registry.yarnpkg.com/@react-aria/live-announcer/-/live-announcer-3.3.0.tgz#04a2a233c2f48c53994f83cafdc4336ec1ea3700" + resolved "https://registry.npmjs.org/@react-aria/live-announcer/-/live-announcer-3.3.0.tgz" integrity sha512-6diTS6mIf70KdxfGqiDxHV+9Qv8a9A88EqBllzXGF6HWPdcwde/GIEmfpTwj8g1ImNGZYUwDkv4Hd9lFj0MXEg== dependencies: "@swc/helpers" "^0.4.14" "@react-aria/menu@3.6.2": version "3.6.2" - resolved "https://registry.yarnpkg.com/@react-aria/menu/-/menu-3.6.2.tgz#9061a603075dcb25bc916843a697d6c5dcb5c69b" + resolved "https://registry.npmjs.org/@react-aria/menu/-/menu-3.6.2.tgz" integrity sha512-uBZHGuFAtOdoocBVZzoBpZQFJmkt5axlEUKjBgh2BuR5JX8aZiSxyKnfgAeb3aDEi9PZpOp6RWxHzOMBRg4TsA== dependencies: "@babel/runtime" "^7.6.2" @@ -2424,7 +2361,7 @@ "@react-aria/overlays@3.11.0": version "3.11.0" - resolved "https://registry.yarnpkg.com/@react-aria/overlays/-/overlays-3.11.0.tgz#9ecab7fbaf88b7c315215d55a3eb1ae1aa5b78f2" + resolved "https://registry.npmjs.org/@react-aria/overlays/-/overlays-3.11.0.tgz" integrity sha512-NqLqxSiEW9AuUPcEHCIp2lHH1moNxlkP0CkuUMkT2/T5MCPm/Iq+uD53VSR+NyeCWU/aGH3ykj2kq9NSITJkOA== dependencies: "@babel/runtime" "^7.6.2" @@ -2441,7 +2378,7 @@ "@react-aria/overlays@^3.11.0": version "3.14.1" - resolved "https://registry.yarnpkg.com/@react-aria/overlays/-/overlays-3.14.1.tgz#2e18bd78eef145dc1353490dbe29f04622cfbafe" + resolved "https://registry.npmjs.org/@react-aria/overlays/-/overlays-3.14.1.tgz" integrity sha512-xJCw0oSDtwBCCqf0EMMeeLYOEFSCdd1cWFS0O3980SObFQPHwP5KOX5SAs7lVvIlZUvEdpo6sOytcQTjv5U9QA== dependencies: "@react-aria/focus" "^3.12.1" @@ -2458,7 +2395,7 @@ "@react-aria/radio@3.4.0": version "3.4.0" - resolved "https://registry.yarnpkg.com/@react-aria/radio/-/radio-3.4.0.tgz#4cc930dee71b3bae70f9ceaed7085f7db4d448b4" + resolved "https://registry.npmjs.org/@react-aria/radio/-/radio-3.4.0.tgz" integrity sha512-DUccHQxfI0PikXXQKarh/hLS/G+ZzfdQ00/sd57jzWsuRyukb+WywQhud29p5uO3wT33/MH9LZgSmb9dlvfabQ== dependencies: "@babel/runtime" "^7.6.2" @@ -2473,7 +2410,7 @@ "@react-aria/selection@^3.11.0", "@react-aria/selection@^3.15.0": version "3.15.0" - resolved "https://registry.yarnpkg.com/@react-aria/selection/-/selection-3.15.0.tgz#928acf8adffea1afe64a152b6fe425a5424e52f5" + resolved "https://registry.npmjs.org/@react-aria/selection/-/selection-3.15.0.tgz" integrity sha512-v3AXsau6BobbM5Fu7X+HhX5K/Ey3drVBaoevGDiYX8kGS9jlFNDXENKYPtnMpcTCvSX0yuxTITukOEBokzkb6Q== dependencies: "@react-aria/focus" "^3.12.1" @@ -2487,21 +2424,21 @@ "@react-aria/ssr@3.3.0": version "3.3.0" - resolved "https://registry.yarnpkg.com/@react-aria/ssr/-/ssr-3.3.0.tgz#25e81daf0c7a270a4a891159d8d984578e4512d8" + resolved "https://registry.npmjs.org/@react-aria/ssr/-/ssr-3.3.0.tgz" integrity sha512-yNqUDuOVZIUGP81R87BJVi/ZUZp/nYOBXbPsRe7oltJOfErQZD+UezMpw4vM2KRz18cURffvmC8tJ6JTeyDtaQ== dependencies: "@babel/runtime" "^7.6.2" "@react-aria/ssr@^3.3.0", "@react-aria/ssr@^3.6.0": version "3.6.0" - resolved "https://registry.yarnpkg.com/@react-aria/ssr/-/ssr-3.6.0.tgz#e5d52bd1686ff229f68f806cf94ee29dd9f54fb7" + resolved "https://registry.npmjs.org/@react-aria/ssr/-/ssr-3.6.0.tgz" integrity sha512-OFiYQdv+Yk7AO7IsQu/fAEPijbeTwrrEYvdNoJ3sblBBedD5j5fBTNWrUPNVlwC4XWWnWTCMaRIVsJujsFiWXg== dependencies: "@swc/helpers" "^0.4.14" "@react-aria/table@3.5.0": version "3.5.0" - resolved "https://registry.yarnpkg.com/@react-aria/table/-/table-3.5.0.tgz#e7d8bf14de8d7ccb76090fd4bf9338764ed52690" + resolved "https://registry.npmjs.org/@react-aria/table/-/table-3.5.0.tgz" integrity sha512-oYcsIEYbbjAzojRWUsAdtfxPzlEKBmk6o4svDHnGqC9HSj8/yExn8b8RB0veDP7E+5IdO62pUwUy48jBwWu2uw== dependencies: "@babel/runtime" "^7.6.2" @@ -2521,7 +2458,7 @@ "@react-aria/toggle@^3.4.0": version "3.6.1" - resolved "https://registry.yarnpkg.com/@react-aria/toggle/-/toggle-3.6.1.tgz#9aa8c6b951ef4c9a407e410da0079e046d8b35f1" + resolved "https://registry.npmjs.org/@react-aria/toggle/-/toggle-3.6.1.tgz" integrity sha512-4ml3HMjaZPUtRVb6MuuxuV8P/ydzrpldfP0R1hv3f56lo5gBVMh7ME72z49Z8Jf9hnxPkDBvnNi0AnfITtvfVw== dependencies: "@react-aria/focus" "^3.12.1" @@ -2535,7 +2472,7 @@ "@react-aria/utils@3.14.0": version "3.14.0" - resolved "https://registry.yarnpkg.com/@react-aria/utils/-/utils-3.14.0.tgz#87877e89e959c8b6299da953ec3a7167de2192c3" + resolved "https://registry.npmjs.org/@react-aria/utils/-/utils-3.14.0.tgz" integrity sha512-DHgmwNBNEhnb6DEYYAfbt99wprBqJJOBBeIpQ2g3+pxwlw4BZ+v4Qr+rDD0ZibWV0mYzt8zOhZ9StpId7iTF0Q== dependencies: "@babel/runtime" "^7.6.2" @@ -2546,7 +2483,7 @@ "@react-aria/utils@^3.13.2", "@react-aria/utils@^3.14.0", "@react-aria/utils@^3.17.0": version "3.17.0" - resolved "https://registry.yarnpkg.com/@react-aria/utils/-/utils-3.17.0.tgz#b462afad9a25505394a714a69b9f238c24dd15a7" + resolved "https://registry.npmjs.org/@react-aria/utils/-/utils-3.17.0.tgz" integrity sha512-NEul0cQ6tQPdNSHYzNYD+EfFabeYNvDwEiHB82kK/Tsfhfm84SM+baben/at2N51K7iRrJPr5hC5fi4+P88lNg== dependencies: "@react-aria/ssr" "^3.6.0" @@ -2557,7 +2494,7 @@ "@react-aria/visually-hidden@3.5.0": version "3.5.0" - resolved "https://registry.yarnpkg.com/@react-aria/visually-hidden/-/visually-hidden-3.5.0.tgz#aa8669545464cdb6a4b2ba47c9695d1405864a06" + resolved "https://registry.npmjs.org/@react-aria/visually-hidden/-/visually-hidden-3.5.0.tgz" integrity sha512-tF/kCZCGv1yebwgH21cKbhjSV5CmB5/SAHOUM5YkO5V/lIFjaPtywcamIPI8F0JSfrwGF/Z9EqvqBxvIYGRlCA== dependencies: "@babel/runtime" "^7.6.2" @@ -2568,7 +2505,7 @@ "@react-aria/visually-hidden@^3.5.0", "@react-aria/visually-hidden@^3.8.1": version "3.8.1" - resolved "https://registry.yarnpkg.com/@react-aria/visually-hidden/-/visually-hidden-3.8.1.tgz#f035d3461671ae6f3af534e615df009ca9c08c4a" + resolved "https://registry.npmjs.org/@react-aria/visually-hidden/-/visually-hidden-3.8.1.tgz" integrity sha512-aojoZXw5iaFDOgqmGuCyaTG9PFqfav5ABXX/W/0Q2YNj6Tb3i6++m2+8RMHlz2b6Dj+rXLiTxa00t7BSgJbUvA== dependencies: "@react-aria/interactions" "^3.15.1" @@ -2579,7 +2516,7 @@ "@react-spring/animated@~9.7.2": version "9.7.2" - resolved "https://registry.yarnpkg.com/@react-spring/animated/-/animated-9.7.2.tgz#0119db8075e91d693ec45c42575541e01b104a70" + resolved "https://registry.npmjs.org/@react-spring/animated/-/animated-9.7.2.tgz" integrity sha512-ipvleJ99ipqlnHkz5qhSsgf/ny5aW0ZG8Q+/2Oj9cI7LCc7COdnrSO6V/v8MAX3JOoQNzfz6dye2s5Pt5jGaIA== dependencies: "@react-spring/shared" "~9.7.2" @@ -2587,7 +2524,7 @@ "@react-spring/core@~9.7.1", "@react-spring/core@~9.7.2": version "9.7.2" - resolved "https://registry.yarnpkg.com/@react-spring/core/-/core-9.7.2.tgz#804ebadee45a6adff00886454d6f1c5d97ee219d" + resolved "https://registry.npmjs.org/@react-spring/core/-/core-9.7.2.tgz" integrity sha512-fF512edZT/gKVCA90ZRxfw1DmELeVwiL4OC2J6bMUlNr707C0h4QRoec6DjzG27uLX2MvS1CEatf9KRjwZR9/w== dependencies: "@react-spring/animated" "~9.7.2" @@ -2597,7 +2534,7 @@ "@react-spring/konva@~9.7.1": version "9.7.2" - resolved "https://registry.yarnpkg.com/@react-spring/konva/-/konva-9.7.2.tgz#58ebae0d24b8887a24d2d6ed0e9dd08842632aa7" + resolved "https://registry.npmjs.org/@react-spring/konva/-/konva-9.7.2.tgz" integrity sha512-xMA0XkIyv02euso8BGlLA4iXVJ76p6WCjABMTjdvcp//KvIub596vLwoLzmqHYjqRhH7BP4UQKxzhHvM7AylQA== dependencies: "@react-spring/animated" "~9.7.2" @@ -2607,7 +2544,7 @@ "@react-spring/native@~9.7.1": version "9.7.2" - resolved "https://registry.yarnpkg.com/@react-spring/native/-/native-9.7.2.tgz#dcf5cae844ec8693fa893f7fc3a15420523c2129" + resolved "https://registry.npmjs.org/@react-spring/native/-/native-9.7.2.tgz" integrity sha512-Ltq/F+4jY7aqHW1/f1xUb+e3XGbVxnllXfDYU+3nXi4sa7O+du755hpNbCHJ5ZgtkQYFKtQ7I+InTY+CDXPYfw== dependencies: "@react-spring/animated" "~9.7.2" @@ -2617,12 +2554,12 @@ "@react-spring/rafz@~9.7.2": version "9.7.2" - resolved "https://registry.yarnpkg.com/@react-spring/rafz/-/rafz-9.7.2.tgz#77e7088c215e05cf893851cd87ceb40d89f2a7d7" + resolved "https://registry.npmjs.org/@react-spring/rafz/-/rafz-9.7.2.tgz" integrity sha512-kDWMYDQto3+flkrX3vy6DU/l9pxQ4TVW91DglQEc11iDc7shF4+WVDRJvOVLX+xoMP7zyag1dMvlIgvQ+dvA/A== "@react-spring/shared@~9.7.2": version "9.7.2" - resolved "https://registry.yarnpkg.com/@react-spring/shared/-/shared-9.7.2.tgz#b8485617bdcc9f6348b245922051fb534e07c566" + resolved "https://registry.npmjs.org/@react-spring/shared/-/shared-9.7.2.tgz" integrity sha512-6U9qkno+9DxlH5nSltnPs+kU6tYKf0bPLURX2te13aGel8YqgcpFYp5Av8DcN2x3sukinAsmzHUS/FRsdZMMBA== dependencies: "@react-spring/rafz" "~9.7.2" @@ -2630,7 +2567,7 @@ "@react-spring/three@~9.7.1": version "9.7.2" - resolved "https://registry.yarnpkg.com/@react-spring/three/-/three-9.7.2.tgz#2dd23e6e654fc57589cf6f89d6a809bc7f8a96b1" + resolved "https://registry.npmjs.org/@react-spring/three/-/three-9.7.2.tgz" integrity sha512-u7VAjc+az82PM+WOC2sTbZQLBixuN+0jX/oahzyjEnIds5eUJgaBqZRYAAEMupuzGGl8H3QqL3bFgBEQLq6ADQ== dependencies: "@react-spring/animated" "~9.7.2" @@ -2640,12 +2577,12 @@ "@react-spring/types@~9.7.2": version "9.7.2" - resolved "https://registry.yarnpkg.com/@react-spring/types/-/types-9.7.2.tgz#e04dd72755d88b0e3163ba143ecd8ba78b68a5b0" + resolved "https://registry.npmjs.org/@react-spring/types/-/types-9.7.2.tgz" integrity sha512-GEflx2Ex/TKVMHq5g5MxQDNNPNhqg+4Db9m7+vGTm8ttZiyga7YQUF24shgRNebKIjahqCuei16SZga8h1pe4g== "@react-spring/web@~9.7.1": version "9.7.2" - resolved "https://registry.yarnpkg.com/@react-spring/web/-/web-9.7.2.tgz#76e53dd24033764c3062f9927f88b0f3194688d4" + resolved "https://registry.npmjs.org/@react-spring/web/-/web-9.7.2.tgz" integrity sha512-7qNc7/5KShu2D05x7o2Ols2nUE7mCKfKLaY2Ix70xPMfTle1sZisoQMBFgV9w/fSLZlHZHV9P0uWJqEXQnbV4Q== dependencies: "@react-spring/animated" "~9.7.2" @@ -2655,7 +2592,7 @@ "@react-spring/zdog@~9.7.1": version "9.7.2" - resolved "https://registry.yarnpkg.com/@react-spring/zdog/-/zdog-9.7.2.tgz#3dcbdb28b6c04d4480a2a68b020802f7ec5c44dd" + resolved "https://registry.npmjs.org/@react-spring/zdog/-/zdog-9.7.2.tgz" integrity sha512-6z2qqhmbpoZrw1oThyn4zfejtLkuadsaZFVMFf/5l5cHTEdRC8HZsBRLo+Wiomkprg/F1hyhcXI5X1lJ+T/zdQ== dependencies: "@react-spring/animated" "~9.7.2" @@ -2665,7 +2602,7 @@ "@react-stately/checkbox@3.3.0": version "3.3.0" - resolved "https://registry.yarnpkg.com/@react-stately/checkbox/-/checkbox-3.3.0.tgz#31cb5dedbb10b9ab7358f79228f34d09e0f1bf5f" + resolved "https://registry.npmjs.org/@react-stately/checkbox/-/checkbox-3.3.0.tgz" integrity sha512-hYFJzEoreAmUKkcgd3ErDXtEqp65pfawfcygOr/3pe7MUGzl+MaauVUOg6Dh02Bxt+mdSX4mQXbJSfvm+8bmfA== dependencies: "@babel/runtime" "^7.6.2" @@ -2676,7 +2613,7 @@ "@react-stately/checkbox@^3.3.0": version "3.4.2" - resolved "https://registry.yarnpkg.com/@react-stately/checkbox/-/checkbox-3.4.2.tgz#9ccd80ee94b5d4c796e81ce8f5e55230b8102e31" + resolved "https://registry.npmjs.org/@react-stately/checkbox/-/checkbox-3.4.2.tgz" integrity sha512-UG94lilDJEIFeRKnKw31nI1Vb1UOSroLAFHv4rB2tCvzLl3/9ULfHyii1hqFVS41juzFc7ONInNBT4yu5RAm5Q== dependencies: "@react-stately/toggle" "^3.5.2" @@ -2687,7 +2624,7 @@ "@react-stately/collections@3.4.4": version "3.4.4" - resolved "https://registry.yarnpkg.com/@react-stately/collections/-/collections-3.4.4.tgz#9df0b690bac0d3a95bc01352937ec74160c6bd29" + resolved "https://registry.npmjs.org/@react-stately/collections/-/collections-3.4.4.tgz" integrity sha512-gryUYCe6uzqE0ea5frTwOxOPpx/6Z42PRk7KetOh3ddN3Ts0j8XQP08jP1IB/7BC1QidrkHWvDCqGHxRiEjiIg== dependencies: "@babel/runtime" "^7.6.2" @@ -2695,7 +2632,7 @@ "@react-stately/collections@^3.4.4", "@react-stately/collections@^3.8.0": version "3.8.0" - resolved "https://registry.yarnpkg.com/@react-stately/collections/-/collections-3.8.0.tgz#4b2b71866d12fd6b4f4aea495e2d4ecb2954d4e6" + resolved "https://registry.npmjs.org/@react-stately/collections/-/collections-3.8.0.tgz" integrity sha512-NIRE8Gha0XZTnbvh9JRZM7oI/6uLf6ozjB7myja29IX7hDvsZxITe0RFXBapcujlpXLU2uufssJPKpiwJm3vZQ== dependencies: "@react-types/shared" "^3.18.1" @@ -2703,7 +2640,7 @@ "@react-stately/data@3.7.0": version "3.7.0" - resolved "https://registry.yarnpkg.com/@react-stately/data/-/data-3.7.0.tgz#dc7267d8fa58537880bb23ad8d62cb38b295ae82" + resolved "https://registry.npmjs.org/@react-stately/data/-/data-3.7.0.tgz" integrity sha512-+u5rKjraR7R6aMMXSDwH61jRRELnGGWr6xMFlk6G9fr8uAmil+AWrv8Dh8nZlJfy5I2hT1d8lbS9j5TRp/QFKg== dependencies: "@babel/runtime" "^7.6.2" @@ -2711,7 +2648,7 @@ "@react-stately/grid@^3.4.0", "@react-stately/grid@^3.6.1": version "3.6.1" - resolved "https://registry.yarnpkg.com/@react-stately/grid/-/grid-3.6.1.tgz#968fde7289ec97e40171586b53cfc69e70d00718" + resolved "https://registry.npmjs.org/@react-stately/grid/-/grid-3.6.1.tgz" integrity sha512-54B3OztU99ixMhcZsDdfeMemEcqibK9KgaOZVuPmewee35nXAOGTqNjjeN64Vz6ui8q3j86eIyjGChAxqU0KpA== dependencies: "@react-stately/collections" "^3.8.0" @@ -2722,7 +2659,7 @@ "@react-stately/menu@3.4.2": version "3.4.2" - resolved "https://registry.yarnpkg.com/@react-stately/menu/-/menu-3.4.2.tgz#5bb6847c9bf4a6140d561114b5f8709a4df12a51" + resolved "https://registry.npmjs.org/@react-stately/menu/-/menu-3.4.2.tgz" integrity sha512-vFC8EloVEcqf6sgiP6ABIkC41ytjoJiGtj7Ws5OS7PvZNyxxDgJr4V0O3Pxd1T0AjlHCloBbojnvoTRwZiSr/A== dependencies: "@babel/runtime" "^7.6.2" @@ -2733,7 +2670,7 @@ "@react-stately/menu@^3.4.2": version "3.5.2" - resolved "https://registry.yarnpkg.com/@react-stately/menu/-/menu-3.5.2.tgz#c6201d2f928f4bf548b743b06f855dd8bef04daa" + resolved "https://registry.npmjs.org/@react-stately/menu/-/menu-3.5.2.tgz" integrity sha512-BgGK3NleNGcByadG990ccdwr4oQiAN6meGf0gbIwrisikNdnL1XxgzCj+RMEooBtV+qakR+3KtVAnc97E5WiOQ== dependencies: "@react-stately/overlays" "^3.5.2" @@ -2744,7 +2681,7 @@ "@react-stately/overlays@3.4.2": version "3.4.2" - resolved "https://registry.yarnpkg.com/@react-stately/overlays/-/overlays-3.4.2.tgz#c6df94a65551137075263eeef70beba8b90b52a0" + resolved "https://registry.npmjs.org/@react-stately/overlays/-/overlays-3.4.2.tgz" integrity sha512-UTCnn0aT+JL4ZhYPQYUWHwhmuR2T3vKTFUEZeZN9sTuDCctg08VfGoASJx8qofqkLwYJXeb8D5PMhhTDPiUQPw== dependencies: "@babel/runtime" "^7.6.2" @@ -2753,7 +2690,7 @@ "@react-stately/overlays@^3.4.2", "@react-stately/overlays@^3.5.2": version "3.5.2" - resolved "https://registry.yarnpkg.com/@react-stately/overlays/-/overlays-3.5.2.tgz#b084789fa2e3bcf30348fe09e848acccf01957c9" + resolved "https://registry.npmjs.org/@react-stately/overlays/-/overlays-3.5.2.tgz" integrity sha512-NEwkF/ukXzI/Ku+6j6MhhqdMc5xMgDnuR6RwFPsoPq6UoHw9/ojifxg/sDj5e1gPoegNZ2nM8G6VmnPUGabg/g== dependencies: "@react-stately/utils" "^3.6.0" @@ -2762,7 +2699,7 @@ "@react-stately/radio@3.6.0": version "3.6.0" - resolved "https://registry.yarnpkg.com/@react-stately/radio/-/radio-3.6.0.tgz#85846c0d3bd906cddccfb897eb900a5fd527d962" + resolved "https://registry.npmjs.org/@react-stately/radio/-/radio-3.6.0.tgz" integrity sha512-hzNwIapDSnbk5mCim/AgHQTtHRgy2QiW95okfVnGflzO7nnws8WH/s2Va4f7UupWObPv8XTqHADUEng86mVBJA== dependencies: "@babel/runtime" "^7.6.2" @@ -2772,7 +2709,7 @@ "@react-stately/radio@^3.6.0": version "3.8.1" - resolved "https://registry.yarnpkg.com/@react-stately/radio/-/radio-3.8.1.tgz#9594044754894cd6edfdb99db8d5fc26b7e9d32c" + resolved "https://registry.npmjs.org/@react-stately/radio/-/radio-3.8.1.tgz" integrity sha512-yhz6/2y/hkDW7dzjhNsxrVZ8T7n2/Y9LyVRKDCL7ZYOkpoVQGe0ELbU04ATJPHNx6Icg/jAfN0Z/uMov/q4VBQ== dependencies: "@react-stately/utils" "^3.6.0" @@ -2782,7 +2719,7 @@ "@react-stately/selection@^3.11.0", "@react-stately/selection@^3.13.1": version "3.13.1" - resolved "https://registry.yarnpkg.com/@react-stately/selection/-/selection-3.13.1.tgz#17752ed81bf0f3246cd010818c460fa0d749d3a1" + resolved "https://registry.npmjs.org/@react-stately/selection/-/selection-3.13.1.tgz" integrity sha512-0B+gT6hyei/pzUSmrNliphoztOPZJ7v/xVT9b4HViRTwuOUQlmwi5BQai84EbVtgQaQghc07sJ/Y/Ec8WXCRHA== dependencies: "@react-stately/collections" "^3.8.0" @@ -2792,7 +2729,7 @@ "@react-stately/table@3.5.0": version "3.5.0" - resolved "https://registry.yarnpkg.com/@react-stately/table/-/table-3.5.0.tgz#6c436be31c5de13ef6a179934296d85ed96dd21c" + resolved "https://registry.npmjs.org/@react-stately/table/-/table-3.5.0.tgz" integrity sha512-C0HFfKMCOomqPtRCPs85AtoJGPnGu9mzFfwksFxAssdIatw3t66h5SJS0vSSql7Ku9h70scmvJR+nIOckx0IeA== dependencies: "@babel/runtime" "^7.6.2" @@ -2805,7 +2742,7 @@ "@react-stately/table@^3.5.0": version "3.9.1" - resolved "https://registry.yarnpkg.com/@react-stately/table/-/table-3.9.1.tgz#628d5099e76cf9e81926b752ec178376dec7bda1" + resolved "https://registry.npmjs.org/@react-stately/table/-/table-3.9.1.tgz" integrity sha512-/YWpV88RH4ElCiwNm/Ys+A5nyWhy+BwEsGTVatbjwZFmHwHxv1FeMrTiYZ9vXR7V7SMCvA8Pd9OJ9NmRkd2klg== dependencies: "@react-stately/collections" "^3.8.0" @@ -2818,7 +2755,7 @@ "@react-stately/toggle@3.4.2": version "3.4.2" - resolved "https://registry.yarnpkg.com/@react-stately/toggle/-/toggle-3.4.2.tgz#8c70922ad559d9ef32ecf3cc3d122a66eb858f0d" + resolved "https://registry.npmjs.org/@react-stately/toggle/-/toggle-3.4.2.tgz" integrity sha512-+pO13Ap/tj4optu6VjQrEAaAoZvJAEwarMUaZvrkc0kdvMTNPdiT/2vhN32yvsSW0ssuFqToa3jMrTylCbpo8w== dependencies: "@babel/runtime" "^7.6.2" @@ -2828,7 +2765,7 @@ "@react-stately/toggle@^3.4.2", "@react-stately/toggle@^3.5.2": version "3.5.2" - resolved "https://registry.yarnpkg.com/@react-stately/toggle/-/toggle-3.5.2.tgz#580f4254e3c7c2c4d230409a36042813d9c0ab70" + resolved "https://registry.npmjs.org/@react-stately/toggle/-/toggle-3.5.2.tgz" integrity sha512-2fDecu06job9NKdSIryU4AE+BoTGZqfinUsAvYTaaQN95Apq8IShEDFkY+gSnU09wRX26Ux+JJi5pYwg+HX1tw== dependencies: "@react-stately/utils" "^3.6.0" @@ -2838,7 +2775,7 @@ "@react-stately/tree@3.3.4": version "3.3.4" - resolved "https://registry.yarnpkg.com/@react-stately/tree/-/tree-3.3.4.tgz#2b71436dd7ed3bd42983f4fd29a9417f947876f9" + resolved "https://registry.npmjs.org/@react-stately/tree/-/tree-3.3.4.tgz" integrity sha512-CBgXvwa9qYBsJuxrAiVgGnm48eSxLe/6OjPMwH1pWf4s383Mx73MbbN4fS0oWDeXBVgdqz5/Xg/p8nvPIvl3WQ== dependencies: "@babel/runtime" "^7.6.2" @@ -2849,7 +2786,7 @@ "@react-stately/tree@^3.3.4": version "3.6.1" - resolved "https://registry.yarnpkg.com/@react-stately/tree/-/tree-3.6.1.tgz#191daac8dfd52a3603e2e138cab26fd2bfd493c3" + resolved "https://registry.npmjs.org/@react-stately/tree/-/tree-3.6.1.tgz" integrity sha512-KfaUoc0/PeT9W25e/7jG1VGeTO54KDKULveuUqLFJEJeP8M8vCgT5Og4YdJkPfu//dlL8OZu1y6ZpdyA9+LBsg== dependencies: "@react-stately/collections" "^3.8.0" @@ -2860,14 +2797,14 @@ "@react-stately/utils@^3.5.1", "@react-stately/utils@^3.6.0": version "3.6.0" - resolved "https://registry.yarnpkg.com/@react-stately/utils/-/utils-3.6.0.tgz#f273e7fcb348254347d2e88c8f0c45571060c207" + resolved "https://registry.npmjs.org/@react-stately/utils/-/utils-3.6.0.tgz" integrity sha512-rptF7iUWDrquaYvBAS4QQhOBQyLBncDeHF03WnHXAxnuPJXNcr9cXJtjJPGCs036ZB8Q2hc9BGG5wNyMkF5v+Q== dependencies: "@swc/helpers" "^0.4.14" "@react-stately/virtualizer@^3.3.1", "@react-stately/virtualizer@^3.5.2": version "3.5.2" - resolved "https://registry.yarnpkg.com/@react-stately/virtualizer/-/virtualizer-3.5.2.tgz#f646a114662c18d34afbf3b1cba81636afadb231" + resolved "https://registry.npmjs.org/@react-stately/virtualizer/-/virtualizer-3.5.2.tgz" integrity sha512-OmG9lPcbfnyuPhbSDVcDXDfPU0rc2E/V8VLGGd/yMOxSy4S90nWDSEoR8qAN6g9rY6xoLjPJ671nyxOu41EtyA== dependencies: "@react-aria/utils" "^3.17.0" @@ -2876,28 +2813,28 @@ "@react-types/button@^3.6.2", "@react-types/button@^3.7.3": version "3.7.3" - resolved "https://registry.yarnpkg.com/@react-types/button/-/button-3.7.3.tgz#00ad45ff0a304a6f6ef29a5d6adda73cea10942f" + resolved "https://registry.npmjs.org/@react-types/button/-/button-3.7.3.tgz" integrity sha512-Fz1t/kYinHDunmct3tADD2h3UDBPZUfRE+zCzYiymz0g+v/zYHTAqnkWToTF9ptf8HIB5L2Z2VFYpeUHFfpWzg== dependencies: "@react-types/shared" "^3.18.1" "@react-types/checkbox@3.4.0": version "3.4.0" - resolved "https://registry.yarnpkg.com/@react-types/checkbox/-/checkbox-3.4.0.tgz#f2d6acabdf953cf2f7b8b874dab9ac8ae1c020fa" + resolved "https://registry.npmjs.org/@react-types/checkbox/-/checkbox-3.4.0.tgz" integrity sha512-ZDqbtAYWWSGPjL4ydinaWHrD65Qft9yEGA6BCKQTxdJCgxiXxgGkA3pI7Sxwk+OulR+O0CYJ1JROExM9cSJyyQ== dependencies: "@react-types/shared" "^3.15.0" "@react-types/checkbox@^3.4.0", "@react-types/checkbox@^3.4.4": version "3.4.4" - resolved "https://registry.yarnpkg.com/@react-types/checkbox/-/checkbox-3.4.4.tgz#cf55e9fd0cabef6e4408d03b308c754e1add3bc1" + resolved "https://registry.npmjs.org/@react-types/checkbox/-/checkbox-3.4.4.tgz" integrity sha512-rJNhbW4R9HTvdbF2oTZmqGiZ/WVP3/XsU4gae7tfdhSYjG+5T5h9zau1vRhz++zwKn57wfcyNn6a83GDhhgkVw== dependencies: "@react-types/shared" "^3.18.1" "@react-types/dialog@^3.4.4": version "3.5.2" - resolved "https://registry.yarnpkg.com/@react-types/dialog/-/dialog-3.5.2.tgz#e0dd2b459ebfeae649a93cd69f4fd12b8b043c71" + resolved "https://registry.npmjs.org/@react-types/dialog/-/dialog-3.5.2.tgz" integrity sha512-eus/TivlVqA8JNunMGv9w0Ey4Fmao6BRA3/2r6WTcbXTRw+nLXMmNO2j4CzXAhtrT5j187SADP5OXZjWuEzLFw== dependencies: "@react-types/overlays" "^3.7.2" @@ -2905,28 +2842,28 @@ "@react-types/grid@3.1.4": version "3.1.4" - resolved "https://registry.yarnpkg.com/@react-types/grid/-/grid-3.1.4.tgz#2275b2f83716e4a0f8aab3e53c5cbc27734b7531" + resolved "https://registry.npmjs.org/@react-types/grid/-/grid-3.1.4.tgz" integrity sha512-i9f2VEnlex5BFV/AdSUGg71xoukn2i/XT2VLxUXUagy23gFxKJk9Xr3BT9bw+pRRLPwm/Ib+h9ELUdgi8lUAKA== dependencies: "@react-types/shared" "^3.15.0" "@react-types/grid@^3.1.4", "@react-types/grid@^3.1.8": version "3.1.8" - resolved "https://registry.yarnpkg.com/@react-types/grid/-/grid-3.1.8.tgz#2d8cf3ccbb2bba161917b9e242f920fed5f34026" + resolved "https://registry.npmjs.org/@react-types/grid/-/grid-3.1.8.tgz" integrity sha512-NKk4pDbW2QXJOYnDSAYhta81CGwXOc/9tVw2WFs+1wacvxeKmh1Q+n36uAFcIdQOvVRqeGTJaYiqLFmF3fC3tA== dependencies: "@react-types/shared" "^3.18.1" "@react-types/label@^3.7.0", "@react-types/label@^3.7.4": version "3.7.4" - resolved "https://registry.yarnpkg.com/@react-types/label/-/label-3.7.4.tgz#db7ce5cc82785b11ed4c80308b2ec40768fec6e0" + resolved "https://registry.npmjs.org/@react-types/label/-/label-3.7.4.tgz" integrity sha512-SfTqPRI39GE3GFD5ZGYEeX9jXQrNqDeaaI36PJhnbgGVFz96oVVkhy9t9c2bMHcbhLLENYIHMzxrvVqXS07e7A== dependencies: "@react-types/shared" "^3.18.1" "@react-types/link@^3.3.4": version "3.4.2" - resolved "https://registry.yarnpkg.com/@react-types/link/-/link-3.4.2.tgz#85fd550284bf1270dcbdc7c31965ea4ea0b6dfe2" + resolved "https://registry.npmjs.org/@react-types/link/-/link-3.4.2.tgz" integrity sha512-EpHfphxt7QjdHbbzV9vfamDP3Xug2jLdM37Z8uu8fIvkJYbAI+r5+MMXTc4g0OMyqWU+/Ik7M+GbA+c6K9Papw== dependencies: "@react-aria/interactions" "^3.15.1" @@ -2934,7 +2871,7 @@ "@react-types/menu@3.7.2": version "3.7.2" - resolved "https://registry.yarnpkg.com/@react-types/menu/-/menu-3.7.2.tgz#04a0447f791a7ffa0a6c8dc160cbff3bbeeedefd" + resolved "https://registry.npmjs.org/@react-types/menu/-/menu-3.7.2.tgz" integrity sha512-BXMWrT3VCP6NTf0y7v1YYqRJNXkUKLzGXI+n7Qv9+aiZZfd3NNMyk20byHczhFoT2yuCcU5xhyOXzkxSo6ew3A== dependencies: "@react-types/overlays" "^3.6.4" @@ -2942,7 +2879,7 @@ "@react-types/menu@^3.7.2", "@react-types/menu@^3.9.1": version "3.9.1" - resolved "https://registry.yarnpkg.com/@react-types/menu/-/menu-3.9.1.tgz#13b9c66a16ae0b5bff752295fe94f4f60c1dbd83" + resolved "https://registry.npmjs.org/@react-types/menu/-/menu-3.9.1.tgz" integrity sha512-VOhp/gDrFqbVV5kiqFoJCba9mxyQH2eCdR26nK3Fn92K8AAGqKt1C0naKCgdAmGp2+qTveR94Iw0iyDfMt60og== dependencies: "@react-types/overlays" "^3.7.2" @@ -2950,38 +2887,38 @@ "@react-types/overlays@3.6.4": version "3.6.4" - resolved "https://registry.yarnpkg.com/@react-types/overlays/-/overlays-3.6.4.tgz#4ae4d7b3b38c45d122b0ca2dc88a57f08e89fd0e" + resolved "https://registry.npmjs.org/@react-types/overlays/-/overlays-3.6.4.tgz" integrity sha512-REC4IyDUHS5WhwxMxcvTo+LdrvlSYpJKjyYkPFtJoDBpM3gmXfakTY3KW6K5eZkFv3TnmXjDF9Q2yboEk2u6WQ== dependencies: "@react-types/shared" "^3.15.0" "@react-types/overlays@^3.6.4", "@react-types/overlays@^3.7.2": version "3.7.2" - resolved "https://registry.yarnpkg.com/@react-types/overlays/-/overlays-3.7.2.tgz#40881c6c6e05330e0ea8960646ca2371378b95c0" + resolved "https://registry.npmjs.org/@react-types/overlays/-/overlays-3.7.2.tgz" integrity sha512-I/mm/xjJVJX2VC4UwNwzhsgVKh8eTHjE2NT6Ek70t/AMR/AT8i3m+eLYb4LEoRFFuZ0ctoJDLKkSCAP7nTkT0A== dependencies: "@react-types/shared" "^3.18.1" "@react-types/radio@^3.3.0", "@react-types/radio@^3.4.2": version "3.4.2" - resolved "https://registry.yarnpkg.com/@react-types/radio/-/radio-3.4.2.tgz#4a6a1f7ff11b71b6b69d13d28fd74de9c903df8c" + resolved "https://registry.npmjs.org/@react-types/radio/-/radio-3.4.2.tgz" integrity sha512-SE6sjZjZbyuJMJNNdlhoutVr+QFRt1Vz7DZj4UaOswW5SD/Xb+xFdW8i6ETKdRN17am/5SC89ltWe0R3q0pVkA== dependencies: "@react-types/shared" "^3.18.1" "@react-types/shared@3.15.0": version "3.15.0" - resolved "https://registry.yarnpkg.com/@react-types/shared/-/shared-3.15.0.tgz#a4a78f36bc8daaefe6e9a9df1f453271639c2233" + resolved "https://registry.npmjs.org/@react-types/shared/-/shared-3.15.0.tgz" integrity sha512-hwuE4BmgswqP+HRDSLMj7DcnYOCCK+ZRuKnc9AVhXS4LBrwRSkdUkNvXhgvqF5tav7IqTpG9pBYMR9wedehuhA== "@react-types/shared@^3.14.0", "@react-types/shared@^3.15.0", "@react-types/shared@^3.18.1": version "3.18.1" - resolved "https://registry.yarnpkg.com/@react-types/shared/-/shared-3.18.1.tgz#45bac7a1a433916d16535ea583d86a2b4c72ff8c" + resolved "https://registry.npmjs.org/@react-types/shared/-/shared-3.18.1.tgz" integrity sha512-OpTYRFS607Ctfd6Tmhyk6t6cbFyDhO5K+etU35X50pMzpypo1b7vF0mkngEeTc0Xwl0e749ONZNPZskMyu5k8w== "@react-types/switch@^3.3.2": version "3.3.2" - resolved "https://registry.yarnpkg.com/@react-types/switch/-/switch-3.3.2.tgz#af54e2dd8b599df3214360f593827c9033478ce4" + resolved "https://registry.npmjs.org/@react-types/switch/-/switch-3.3.2.tgz" integrity sha512-L0XF4J43Q7HCAJXqseAk6RMteK6k1jQ0zrG05r6lSCkxaS9fGUlgLTCiFUsf07x0ADH1Xyc7PwpfJjyEr5A4tA== dependencies: "@react-types/checkbox" "^3.4.4" @@ -2989,7 +2926,7 @@ "@react-types/table@^3.3.2", "@react-types/table@^3.6.1": version "3.6.1" - resolved "https://registry.yarnpkg.com/@react-types/table/-/table-3.6.1.tgz#5c320f66a376dabc923cbddda3a19e9d4fb51c80" + resolved "https://registry.npmjs.org/@react-types/table/-/table-3.6.1.tgz" integrity sha512-DeiiBZPZUO2kH40P10Bn9Y4SvDobUlH7Flgx2afL3tJirKMkS1SNDU/B+X9B5Duyd1D0okf1+PLVmi0NBqM4vg== dependencies: "@react-types/grid" "^3.1.8" @@ -2997,7 +2934,7 @@ "@reactflow/background@11.2.2": version "11.2.2" - resolved "https://registry.yarnpkg.com/@reactflow/background/-/background-11.2.2.tgz#4e94ba5f79bed5ca5cf6718a1e17ff9a0fa1d433" + resolved "https://registry.npmjs.org/@reactflow/background/-/background-11.2.2.tgz" integrity sha512-gOtae79Zx1zOs9tD4tmKfuiQQOyG0O81BWBCHqlAQgemKlYExElFKOC67lgTDZ4GGFK+4sXrgrWQ5h14hzaFgg== dependencies: "@reactflow/core" "11.7.2" @@ -3006,7 +2943,7 @@ "@reactflow/controls@11.1.13": version "11.1.13" - resolved "https://registry.yarnpkg.com/@reactflow/controls/-/controls-11.1.13.tgz#766eac279520604673c25ae947e241df9cc60c99" + resolved "https://registry.npmjs.org/@reactflow/controls/-/controls-11.1.13.tgz" integrity sha512-rA74+mbt2bnz9Fba6JL1JsKHNNEK6Nl70+ssfOLKMpRFIg512IroayBWufgPJB82X9dgMIzZfx/UcEFFUFJQ8Q== dependencies: "@reactflow/core" "11.7.2" @@ -3015,7 +2952,7 @@ "@reactflow/core@11.7.2", "@reactflow/core@^11.6.0": version "11.7.2" - resolved "https://registry.yarnpkg.com/@reactflow/core/-/core-11.7.2.tgz#07fcb62e0f33c5463326679f66e79408c9704ee1" + resolved "https://registry.npmjs.org/@reactflow/core/-/core-11.7.2.tgz" integrity sha512-AhszxILp1RNk3SwrnC/eYh1XsOil5yzthYG5k+oTpvLH5H3BtIWIVkeLEJwmL611lPKL3JuScfjliUxBm9128w== dependencies: "@types/d3" "^7.4.0" @@ -3030,7 +2967,7 @@ "@reactflow/minimap@11.5.2": version "11.5.2" - resolved "https://registry.yarnpkg.com/@reactflow/minimap/-/minimap-11.5.2.tgz#70bcef9f45568ffe173c09b55f36de96fa7b6402" + resolved "https://registry.npmjs.org/@reactflow/minimap/-/minimap-11.5.2.tgz" integrity sha512-564gP/GMZKaJjVRGIrVLv2gIjgc89+qvNwuZzHnQLXjBw5+nS/QkW57Qx/M33MxVAaM+Z5rJ8gKknMSnxekwvQ== dependencies: "@reactflow/core" "11.7.2" @@ -3043,7 +2980,7 @@ "@reactflow/node-resizer@2.1.0": version "2.1.0" - resolved "https://registry.yarnpkg.com/@reactflow/node-resizer/-/node-resizer-2.1.0.tgz#7764211a7e00f873eab652937cffba8df7c02b6a" + resolved "https://registry.npmjs.org/@reactflow/node-resizer/-/node-resizer-2.1.0.tgz" integrity sha512-DVL8nnWsltP8/iANadAcTaDB4wsEkx2mOLlBEPNE3yc5loSm3u9l5m4enXRcBym61MiMuTtDPzZMyYYQUjuYIg== dependencies: "@reactflow/core" "^11.6.0" @@ -3054,7 +2991,7 @@ "@reactflow/node-toolbar@1.2.1": version "1.2.1" - resolved "https://registry.yarnpkg.com/@reactflow/node-toolbar/-/node-toolbar-1.2.1.tgz#6f06e9c2a15185cfb86881845678d525d256956d" + resolved "https://registry.npmjs.org/@reactflow/node-toolbar/-/node-toolbar-1.2.1.tgz" integrity sha512-EcMUMzJGAACYQTiUaBm3zxeiiKCPwU2MaoDeZdnEMbvq+2SfohKOur6JklANjv30kL+Pf3xj8QopEtyKTS4XrA== dependencies: "@reactflow/core" "11.7.2" @@ -3063,7 +3000,7 @@ "@reduxjs/toolkit@1.8.5": version "1.8.5" - resolved "https://registry.yarnpkg.com/@reduxjs/toolkit/-/toolkit-1.8.5.tgz#c14bece03ee08be88467f22dc0ecf9cf875527cd" + resolved "https://registry.npmjs.org/@reduxjs/toolkit/-/toolkit-1.8.5.tgz" integrity sha512-f4D5EXO7A7Xq35T0zRbWq5kJQyXzzscnHKmjnu2+37B3rwHU6mX9PYlbfXdnxcY6P/7zfmjhgan0Z+yuOfeBmA== dependencies: immer "^9.0.7" @@ -3073,7 +3010,7 @@ "@sanity/client@^5", "@sanity/client@^5.2.0": version "5.3.2" - resolved "https://registry.yarnpkg.com/@sanity/client/-/client-5.3.2.tgz#2e85fec50bfa6f6e63646e6fe3c7309524da9afd" + resolved "https://registry.npmjs.org/@sanity/client/-/client-5.3.2.tgz" integrity sha512-6FqAyoXJmzJMU9i6LRIqBRUs5c08zaYksy4bNdqGP+ixBW6peebGKs4sgR1vtUIIT1YapPmEWELAEqqiIlnzfA== dependencies: "@sanity/eventsource" "5" @@ -3082,7 +3019,7 @@ "@sanity/eventsource@5": version "5.0.0" - resolved "https://registry.yarnpkg.com/@sanity/eventsource/-/eventsource-5.0.0.tgz#45410c8259e0bb80b4e308e1872846439590805a" + resolved "https://registry.npmjs.org/@sanity/eventsource/-/eventsource-5.0.0.tgz" integrity sha512-0ewT+BDzfiamHwitUfRcwsl/RREHjWv6VNZvQ8Q4OnnNKXfEEGXbWmqzof0okOTkp4XELgyliht4Qj28o9AU2g== dependencies: "@types/event-source-polyfill" "1.0.1" @@ -3092,7 +3029,7 @@ "@sanity/groq-store@2.1.0": version "2.1.0" - resolved "https://registry.yarnpkg.com/@sanity/groq-store/-/groq-store-2.1.0.tgz#a7ddd25399bdc8469362384107a68386caa8db98" + resolved "https://registry.npmjs.org/@sanity/groq-store/-/groq-store-2.1.0.tgz" integrity sha512-GYWtsi0TyTOXiFbGmlPccKE/UsFom9byU8DpPsshNpD0z2MNy19/L0lAaV5/JdUgb8uu84sEKYMPumkRG94lhw== dependencies: "@sanity/eventsource" "5" @@ -3107,12 +3044,12 @@ "@sanity/image-url@^1.0.2": version "1.0.2" - resolved "https://registry.yarnpkg.com/@sanity/image-url/-/image-url-1.0.2.tgz#1ff7259e9bad6bfca4169f21c53a4123f6ac78c3" + resolved "https://registry.npmjs.org/@sanity/image-url/-/image-url-1.0.2.tgz" integrity sha512-C4+jb2ny3ZbMgEkLd7Z3C75DsxcTEoE+axXQJsQ75ou0AKWGdVsP351hqK6mJUUxn5HCSlu3vznoh7Yljye4cQ== "@sanity/preview-kit@^1.3": version "1.3.8" - resolved "https://registry.yarnpkg.com/@sanity/preview-kit/-/preview-kit-1.3.8.tgz#8614851b981e672885c0cab3cecb8b50669daacb" + resolved "https://registry.npmjs.org/@sanity/preview-kit/-/preview-kit-1.3.8.tgz" integrity sha512-4w0y7KXMcwQLhpjH+AS0a/vdsuzpnP+Kb8EbCs446F8gTm7xGpNyLOIgyi10UDO+FINXlnvhST2QRQDHkWP0+w== dependencies: "@sanity/eventsource" "5" @@ -3121,7 +3058,7 @@ "@sanity/types@3": version "3.7.1" - resolved "https://registry.yarnpkg.com/@sanity/types/-/types-3.7.1.tgz#7197096d818aed53ca98fa0c10cca474e3dfafc7" + resolved "https://registry.npmjs.org/@sanity/types/-/types-3.7.1.tgz" integrity sha512-iU3eUKJHJc8gpFUTEe/eIoJA+J6SUJrGDzdyxviJ0MoG8Z0EWwyZ3ps1HCzrfFJTnTRouhK3o5R7Wrar/uml5g== dependencies: "@sanity/client" "^5.2.0" @@ -3129,23 +3066,23 @@ "@sanity/webhook@^2": version "2.0.0" - resolved "https://registry.yarnpkg.com/@sanity/webhook/-/webhook-2.0.0.tgz#22e5916fd6ea616625b4105a68f2858408de8eee" + resolved "https://registry.npmjs.org/@sanity/webhook/-/webhook-2.0.0.tgz" integrity sha512-KusHeWVy6yW3hcgVHbGx6qVv//bUj3CD9Nr0EOw086+mo/ESrUV21HjOCrNQ+AYqXvJ9H5qhqmMiuc8H5dXUGA== dependencies: base64url "^3.0.1" tslib "^2.3.1" -"@sendbird/chat@^4.9.9": - version "4.9.13" - resolved "https://registry.yarnpkg.com/@sendbird/chat/-/chat-4.9.13.tgz#690b988776d7d995ef01e31e2a641fe49d2d224f" - integrity sha512-SOTPb8OrI/EyUGuJ5e1qESK+61lBLXoQUd64+Eu3S7aI44xW/qFu/t03WoBlhgP3QdDUAmjRfvWYGfu5AI9bew== +"@sendbird/chat@^4.9.13": + version "4.10.0" + resolved "https://registry.npmjs.org/@sendbird/chat/-/chat-4.10.0.tgz" + integrity sha512-XJt5DwzIMCPkGYon8+hkn00Yip/ula/tw/H3OdKlasOJ4rQ52iHkyxS1Gni0MAKLRfKp5gvGNNSsGZVZAxGSKg== "@sendbird/uikit-react@^3.6.8": - version "3.6.8" - resolved "https://registry.yarnpkg.com/@sendbird/uikit-react/-/uikit-react-3.6.8.tgz#dd7513786a3baddcb4d3fb4f027814a3d7baebd1" - integrity sha512-tdWbxh5DH/sqMnMBinKTcSh+Ke63CYq6WJAwStFTHstHpopu5+xb2TmNqmW5dh10JMrO7VawTi+6XVXvFJMOlA== + version "3.6.10" + resolved "https://registry.npmjs.org/@sendbird/uikit-react/-/uikit-react-3.6.10.tgz" + integrity sha512-HMZ/y7oKHf3mktHyxZiAWNs1UpQRLt1P+LhigAhNSwPwQ2EPbkjerroY4XpuNiYjJfK0AJJMH9OrNQ8BmnlWJg== dependencies: - "@sendbird/chat" "^4.9.9" + "@sendbird/chat" "^4.9.13" "@sendbird/uikit-tools" "0.0.1-alpha.40" css-vars-ponyfill "^2.3.2" date-fns "^2.16.1" @@ -3154,17 +3091,41 @@ "@sendbird/uikit-tools@0.0.1-alpha.40": version "0.0.1-alpha.40" - resolved "https://registry.yarnpkg.com/@sendbird/uikit-tools/-/uikit-tools-0.0.1-alpha.40.tgz#2c54d1bc22c7067f9bbe83b2028f87f33d71c706" + resolved "https://registry.npmjs.org/@sendbird/uikit-tools/-/uikit-tools-0.0.1-alpha.40.tgz" integrity sha512-Ld23LpXxN6XJayNayD/wcOa6mRKvR2cy1Qk+QHt9SLO/z3K1uglPI+x89JHOmaPzu3vbUkosM7iTjFJ0ab6LeQ== -"@sigstore/protobuf-specs@^0.1.0": - version "0.1.0" - resolved "https://registry.yarnpkg.com/@sigstore/protobuf-specs/-/protobuf-specs-0.1.0.tgz#957cb64ea2f5ce527cc9cf02a096baeb0d2b99b4" - integrity sha512-a31EnjuIDSX8IXBUib3cYLDRlPMU36AWX4xS8ysLaNu4ZzUesDiPt83pgrW2X1YLMe5L2HbDyaKK5BrL4cNKaQ== +"@sigstore/bundle@^1.1.0": + version "1.1.0" + resolved "https://registry.yarnpkg.com/@sigstore/bundle/-/bundle-1.1.0.tgz#17f8d813b09348b16eeed66a8cf1c3d6bd3d04f1" + integrity sha512-PFutXEy0SmQxYI4texPw3dd2KewuNqv7OuK1ZFtY2fM754yhvG2KdgwIhRnoEE2uHdtdGNQ8s0lb94dW9sELog== + dependencies: + "@sigstore/protobuf-specs" "^0.2.0" + +"@sigstore/protobuf-specs@^0.2.0": + version "0.2.1" + resolved "https://registry.yarnpkg.com/@sigstore/protobuf-specs/-/protobuf-specs-0.2.1.tgz#be9ef4f3c38052c43bd399d3f792c97ff9e2277b" + integrity sha512-XTWVxnWJu+c1oCshMLwnKvz8ZQJJDVOlciMfgpJBQbThVjKTCG8dwyhgLngBD2KN0ap9F/gOV8rFDEx8uh7R2A== + +"@sigstore/sign@^1.0.0": + version "1.0.0" + resolved "https://registry.yarnpkg.com/@sigstore/sign/-/sign-1.0.0.tgz#6b08ebc2f6c92aa5acb07a49784cb6738796f7b4" + integrity sha512-INxFVNQteLtcfGmcoldzV6Je0sbbfh9I16DM4yJPw3j5+TFP8X6uIiA18mvpEa9yyeycAKgPmOA3X9hVdVTPUA== + dependencies: + "@sigstore/bundle" "^1.1.0" + "@sigstore/protobuf-specs" "^0.2.0" + make-fetch-happen "^11.0.1" + +"@sigstore/tuf@^1.0.3": + version "1.0.3" + resolved "https://registry.yarnpkg.com/@sigstore/tuf/-/tuf-1.0.3.tgz#2a65986772ede996485728f027b0514c0b70b160" + integrity sha512-2bRovzs0nJZFlCN3rXirE4gwxCn97JNjMmwpecqlbgV9WcxX7WRuIrgzx/X7Ib7MYRbyUTpBYE0s2x6AmZXnlg== + dependencies: + "@sigstore/protobuf-specs" "^0.2.0" + tuf-js "^1.1.7" "@sindresorhus/slugify@^2.2.0": version "2.2.0" - resolved "https://registry.yarnpkg.com/@sindresorhus/slugify/-/slugify-2.2.0.tgz#42738974ff19a9a306d3523a8595152998cc758e" + resolved "https://registry.npmjs.org/@sindresorhus/slugify/-/slugify-2.2.0.tgz" integrity sha512-9Vybc/qX8Kj6pxJaapjkFbiUJPk7MAkCh/GFCxIBnnsuYCFPIXKvnLidG8xlepht3i24L5XemUmGtrJ3UWrl6w== dependencies: "@sindresorhus/transliterate" "^1.0.0" @@ -3172,40 +3133,40 @@ "@sindresorhus/transliterate@^1.0.0": version "1.6.0" - resolved "https://registry.yarnpkg.com/@sindresorhus/transliterate/-/transliterate-1.6.0.tgz#2309fff65a868047e6d2dd70dec747c5b36a8327" + resolved "https://registry.npmjs.org/@sindresorhus/transliterate/-/transliterate-1.6.0.tgz" integrity sha512-doH1gimEu3A46VX6aVxpHTeHrytJAG6HgdxntYnCFiIFHEM/ZGpG8KiZGBChchjQmG0XFIBL552kBTjVcMZXwQ== dependencies: escape-string-regexp "^5.0.0" "@socket.io/component-emitter@~3.1.0": version "3.1.0" - resolved "https://registry.yarnpkg.com/@socket.io/component-emitter/-/component-emitter-3.1.0.tgz#96116f2a912e0c02817345b3c10751069920d553" + resolved "https://registry.npmjs.org/@socket.io/component-emitter/-/component-emitter-3.1.0.tgz" integrity sha512-+9jVqKhRSpsc591z5vX+X5Yyw+he/HCB4iQ/RYxw35CEPaY1gnsNE43nf9n9AaYjAQrTiI/mOwKUKdUs9vf7Xg== "@splinetool/react-spline@^2.2.6": version "2.2.6" - resolved "https://registry.yarnpkg.com/@splinetool/react-spline/-/react-spline-2.2.6.tgz#c48f634f352311b9da210978f88bd195d605ee8a" + resolved "https://registry.npmjs.org/@splinetool/react-spline/-/react-spline-2.2.6.tgz" integrity sha512-y9L2VEbnC6FNZZu8XMmWM9YTTTWal6kJVfP05Amf0QqDNzCSumKsJxZyGUODvuCmiAvy0PfIfEsiVKnSxvhsDw== dependencies: lodash.debounce "^4.0.8" react-merge-refs "^2.0.1" "@splinetool/runtime@^0.9.467": - version "0.9.467" - resolved "https://registry.yarnpkg.com/@splinetool/runtime/-/runtime-0.9.467.tgz#e70f1c5eca66044f5a55ca67affba07c70970994" - integrity sha512-gTyNNtKCCpZuBa0Qe3uyKbRmSCbL2OfiCGFqDU7aCgUp1FURNYWv8Kdg1O5kDNcvUkVLV/soCN3DhPWdw+6VNQ== + version "0.9.485" + resolved "https://registry.npmjs.org/@splinetool/runtime/-/runtime-0.9.485.tgz" + integrity sha512-svU81g8pm6YqvZYz8K+9+QxNh0v/vSfopV2qR8onftlKf3FinYoASPFS2k0+QmSIavyDbuu+ygMpW+JRAww9bQ== dependencies: on-change "^4.0.0" semver-compare "^1.0.0" "@stitches/react@1.2.8": version "1.2.8" - resolved "https://registry.yarnpkg.com/@stitches/react/-/react-1.2.8.tgz#954f8008be8d9c65c4e58efa0937f32388ce3a38" + resolved "https://registry.npmjs.org/@stitches/react/-/react-1.2.8.tgz" integrity sha512-9g9dWI4gsSVe8bNLlb+lMkBYsnIKCZTmvqvDG+Avnn69XfmHZKiaMrx7cgTaddq7aTPPmXiTsbFcUy0xgI4+wA== "@storybook/addon-styling@^1.0.8": version "1.0.8" - resolved "https://registry.yarnpkg.com/@storybook/addon-styling/-/addon-styling-1.0.8.tgz#3533c4c5322b286575c235adcec246e39dcdf913" + resolved "https://registry.npmjs.org/@storybook/addon-styling/-/addon-styling-1.0.8.tgz" integrity sha512-Ubi75gHNFO60Sjti2n/i3f0utERNOYcpsRkWHdzV+C26kUemLG+2riKHUt8zVbNskyJxA0EZxh84HYItRe4coA== dependencies: "@storybook/api" "^7.0.2" @@ -3225,7 +3186,7 @@ "@storybook/api@^7.0.2": version "7.0.18" - resolved "https://registry.yarnpkg.com/@storybook/api/-/api-7.0.18.tgz#6304f7f5160b404b61e4080da0a952074258cf1f" + resolved "https://registry.npmjs.org/@storybook/api/-/api-7.0.18.tgz" integrity sha512-gikVJBR2z7LdepljmbvbsrYgywQm3jNEEEmjG0OwYDeYNjWPuoQSffT+LoyouaaCK90d1osJLl3062OkwlIG8g== dependencies: "@storybook/client-logger" "7.0.18" @@ -3233,7 +3194,7 @@ "@storybook/channel-postmessage@7.0.18": version "7.0.18" - resolved "https://registry.yarnpkg.com/@storybook/channel-postmessage/-/channel-postmessage-7.0.18.tgz#deb843705aec24bd23e717a14678fdb1f7cce8ae" + resolved "https://registry.npmjs.org/@storybook/channel-postmessage/-/channel-postmessage-7.0.18.tgz" integrity sha512-rpwBH5ANdPnugS6+7xG9qHSoS+aPSEnBxDKsONWFubfMTTXQuFkf/793rBbxGkoINdqh8kSdKOM2rIty6e9cmQ== dependencies: "@storybook/channels" "7.0.18" @@ -3245,19 +3206,19 @@ "@storybook/channels@7.0.18": version "7.0.18" - resolved "https://registry.yarnpkg.com/@storybook/channels/-/channels-7.0.18.tgz#0b5053ad6237ad7f619f1e17448d588de90ac235" + resolved "https://registry.npmjs.org/@storybook/channels/-/channels-7.0.18.tgz" integrity sha512-rkA7ea0M3+dWS+71iHJdiZ5R2QuIdiVg0CgyLJHDagc1qej7pEVNhMWtppeq+X5Pwp9nkz8ZTQ7aCjTf6th0/A== "@storybook/client-logger@7.0.18": version "7.0.18" - resolved "https://registry.yarnpkg.com/@storybook/client-logger/-/client-logger-7.0.18.tgz#396858b53d0aa9485f173083ea27b7c1c48fa2dd" + resolved "https://registry.npmjs.org/@storybook/client-logger/-/client-logger-7.0.18.tgz" integrity sha512-uKgFdVedYoRDZBVrE1IBdWNHDFln1IxWEeI+7ZiNSQwREG9swHpU5Fa8DceclM/oLjJRuzG1jFzv+XZY8894+Q== dependencies: "@storybook/global" "^5.0.0" "@storybook/components@^7.0.2": version "7.0.18" - resolved "https://registry.yarnpkg.com/@storybook/components/-/components-7.0.18.tgz#74ab115342e576b7644c83667a9daef5758fc3c8" + resolved "https://registry.npmjs.org/@storybook/components/-/components-7.0.18.tgz" integrity sha512-Jn1CbF9UAKt8BVaZtuhmthpcZ02VMaCFXR0ISfDXCpiMKnylmpP0+WfXcoKLzz6yS+EW8EW5S9+Qq8xgQY8H7A== dependencies: "@storybook/client-logger" "7.0.18" @@ -3271,24 +3232,24 @@ "@storybook/core-events@7.0.18", "@storybook/core-events@^7.0.2": version "7.0.18" - resolved "https://registry.yarnpkg.com/@storybook/core-events/-/core-events-7.0.18.tgz#429e0b092c645bd283adb4836ac0a945e813f085" + resolved "https://registry.npmjs.org/@storybook/core-events/-/core-events-7.0.18.tgz" integrity sha512-7gxHBQDezdKOeq/u1LL80Bwjfcwsv7XOS3yWQElcgqp+gLaYB6OwwgtkCB2yV6a6l4nep9IdPWE8G3TxIzn9xw== "@storybook/csf@^0.1.0": version "0.1.1" - resolved "https://registry.yarnpkg.com/@storybook/csf/-/csf-0.1.1.tgz#abccc8c3e49aed0a6a7e87beb0d1c262b1921c06" + resolved "https://registry.npmjs.org/@storybook/csf/-/csf-0.1.1.tgz" integrity sha512-4hE3AlNVxR60Wc5KSC68ASYzUobjPqtSKyhV6G+ge0FIXU55N5nTY7dXGRZHQGDBPq+XqchMkIdlkHPRs8nTHg== dependencies: type-fest "^2.19.0" "@storybook/global@^5.0.0": version "5.0.0" - resolved "https://registry.yarnpkg.com/@storybook/global/-/global-5.0.0.tgz#b793d34b94f572c1d7d9e0f44fac4e0dbc9572ed" + resolved "https://registry.npmjs.org/@storybook/global/-/global-5.0.0.tgz" integrity sha512-FcOqPAXACP0I3oJ/ws6/rrPT9WGhu915Cg8D02a9YxLo0DE9zI+a9A5gRGvmQ09fiWPukqI8ZAEoQEdWUKMQdQ== "@storybook/manager-api@7.0.18", "@storybook/manager-api@^7.0.2": version "7.0.18" - resolved "https://registry.yarnpkg.com/@storybook/manager-api/-/manager-api-7.0.18.tgz#9e0e011df04271b0ed7216a22f9c965e3b7ac4b9" + resolved "https://registry.npmjs.org/@storybook/manager-api/-/manager-api-7.0.18.tgz" integrity sha512-anQkm09twL96YkKGXHa+LI0+yMaY6Jxs1lRaetHdMlIqN4VHBHhizHaMgtGfH6xCTuO3WdrKTN7cZii5RH7PBQ== dependencies: "@storybook/channels" "7.0.18" @@ -3309,7 +3270,7 @@ "@storybook/node-logger@^7.0.7": version "7.0.18" - resolved "https://registry.yarnpkg.com/@storybook/node-logger/-/node-logger-7.0.18.tgz#efed2e8b79964e7d999b64b0e99fa79f9356904e" + resolved "https://registry.npmjs.org/@storybook/node-logger/-/node-logger-7.0.18.tgz" integrity sha512-cIeKEBvELtoVP/5UeQ01GJWZ7wM69/9Q+R5uOtNQBlwWFcCD6AVFWMRqq7ObMvdJG/okhXSF+sDetb+BF3zvdw== dependencies: "@types/npmlog" "^4.1.2" @@ -3319,7 +3280,7 @@ "@storybook/preview-api@^7.0.2": version "7.0.18" - resolved "https://registry.yarnpkg.com/@storybook/preview-api/-/preview-api-7.0.18.tgz#ef012f984a2c0b9395b1b75b4f6e25643912c67d" + resolved "https://registry.npmjs.org/@storybook/preview-api/-/preview-api-7.0.18.tgz" integrity sha512-xxtC0gPGMn/DbwvS4ZuJaBwfFNsjUCf0yLYHFrNe6fxncbvcLZ550RuyUwYuIRfsiKrlgfa3QmmCa4JM/JesHQ== dependencies: "@storybook/channel-postmessage" "7.0.18" @@ -3340,7 +3301,7 @@ "@storybook/router@7.0.18": version "7.0.18" - resolved "https://registry.yarnpkg.com/@storybook/router/-/router-7.0.18.tgz#c82146a6d4894c6d3d55b80a447010bebf192804" + resolved "https://registry.npmjs.org/@storybook/router/-/router-7.0.18.tgz" integrity sha512-Mue4s/BnKgdYcsiW9yuvW3qL9k3AgYn5HIhnkBExAteyiUGdAca4IJFhArmGgFktgeLc4ecBQ7sgaCljApnbgg== dependencies: "@storybook/client-logger" "7.0.18" @@ -3349,7 +3310,7 @@ "@storybook/theming@7.0.18", "@storybook/theming@^7.0.2": version "7.0.18" - resolved "https://registry.yarnpkg.com/@storybook/theming/-/theming-7.0.18.tgz#566f5f42c9324b734f8aa9be4d16221278054734" + resolved "https://registry.npmjs.org/@storybook/theming/-/theming-7.0.18.tgz" integrity sha512-P1gMKa/mKQHIMq0sxBIwTzAcF6v/6hrc62YmkuV62vXu+8zNV2YWbRwywqm3Q6faZEadmb/bL9+z8whaKhCL/g== dependencies: "@emotion/use-insertion-effect-with-fallbacks" "^1.0.0" @@ -3359,7 +3320,7 @@ "@storybook/types@7.0.18", "@storybook/types@^7.0.2": version "7.0.18" - resolved "https://registry.yarnpkg.com/@storybook/types/-/types-7.0.18.tgz#9418da288db3a1258996aab17fd49ca4eb810b7a" + resolved "https://registry.npmjs.org/@storybook/types/-/types-7.0.18.tgz" integrity sha512-qPop2CbvmX42/BX29YT9jIzW2TlMcMjAE+KCpcKLBiD1oT5DJ1fhMzpe6RW9HkMegkBxjWx54iamN4oHM/pwcQ== dependencies: "@storybook/channels" "7.0.18" @@ -3369,21 +3330,21 @@ "@swc/helpers@0.5.1": version "0.5.1" - resolved "https://registry.yarnpkg.com/@swc/helpers/-/helpers-0.5.1.tgz#e9031491aa3f26bfcc974a67f48bd456c8a5357a" + resolved "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.1.tgz" integrity sha512-sJ902EfIzn1Fa+qYmjdQqh8tPsoxyBz+8yBKC2HKUxyezKJFwPGOn7pv4WY6QuQW//ySQi5lJjA/ZT9sNWWNTg== dependencies: tslib "^2.4.0" "@swc/helpers@^0.4.14": version "0.4.14" - resolved "https://registry.yarnpkg.com/@swc/helpers/-/helpers-0.4.14.tgz#1352ac6d95e3617ccb7c1498ff019654f1e12a74" + resolved "https://registry.npmjs.org/@swc/helpers/-/helpers-0.4.14.tgz" integrity sha512-4C7nX/dvpzB7za4Ql9K81xK3HPxCpHMgwTZVyf+9JQ6VUbn9jjZVN7/Nkdz/Ugzs2CSjqnL/UPXroiVBVHUWUw== dependencies: tslib "^2.4.0" "@tinymce/tinymce-react@^4.3.0": version "4.3.0" - resolved "https://registry.yarnpkg.com/@tinymce/tinymce-react/-/tinymce-react-4.3.0.tgz#5e2f5a58526a1bba9710f54f5fcf16abd4c742a1" + resolved "https://registry.npmjs.org/@tinymce/tinymce-react/-/tinymce-react-4.3.0.tgz" integrity sha512-iB4cUsYfcJL4NGuKhqCGYuTmFTje3nPxyPv1HxprTsp/YMGuuiiSNWrv3zwI31QX5Cn8qeq9MrMDnbxuRugHyg== dependencies: prop-types "^15.6.2" @@ -3391,17 +3352,17 @@ "@tootallnate/once@1": version "1.1.2" - resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-1.1.2.tgz#ccb91445360179a04e7fe6aff78c00ffc1eeaf82" + resolved "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz" integrity sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw== "@tootallnate/once@2": version "2.0.0" - resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-2.0.0.tgz#f544a148d3ab35801c1f633a7441fd87c2e484bf" + resolved "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.0.tgz" integrity sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A== "@ts-morph/common@~0.11.0": version "0.11.1" - resolved "https://registry.yarnpkg.com/@ts-morph/common/-/common-0.11.1.tgz#281af2a0642b19354d8aa07a0d50dfdb4aa8164e" + resolved "https://registry.npmjs.org/@ts-morph/common/-/common-0.11.1.tgz" integrity sha512-7hWZS0NRpEsNV8vWJzg7FEz6V8MaLNeJOmwmghqUXTpzk16V1LLZhdo+4QvE/+zv4cVci0OviuJFnqhEfoV3+g== dependencies: fast-glob "^3.2.7" @@ -3411,34 +3372,40 @@ "@tsconfig/node10@^1.0.7": version "1.0.9" - resolved "https://registry.yarnpkg.com/@tsconfig/node10/-/node10-1.0.9.tgz#df4907fc07a886922637b15e02d4cebc4c0021b2" + resolved "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.9.tgz" integrity sha512-jNsYVVxU8v5g43Erja32laIDHXeoNvFEpX33OK4d6hljo3jDhCBDhx5dhCCTMWUojscpAagGiRkBKxpdl9fxqA== "@tsconfig/node12@^1.0.7": version "1.0.11" - resolved "https://registry.yarnpkg.com/@tsconfig/node12/-/node12-1.0.11.tgz#ee3def1f27d9ed66dac6e46a295cffb0152e058d" + resolved "https://registry.npmjs.org/@tsconfig/node12/-/node12-1.0.11.tgz" integrity sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag== "@tsconfig/node14@^1.0.0": version "1.0.3" - resolved "https://registry.yarnpkg.com/@tsconfig/node14/-/node14-1.0.3.tgz#e4386316284f00b98435bf40f72f75a09dabf6c1" + resolved "https://registry.npmjs.org/@tsconfig/node14/-/node14-1.0.3.tgz" integrity sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow== "@tsconfig/node16@^1.0.2": version "1.0.4" - resolved "https://registry.yarnpkg.com/@tsconfig/node16/-/node16-1.0.4.tgz#0b92dcc0cc1c81f6f306a381f28e31b1a56536e9" + resolved "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.4.tgz" integrity sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA== -"@tufjs/models@1.0.1": - version "1.0.1" - resolved "https://registry.yarnpkg.com/@tufjs/models/-/models-1.0.1.tgz#cc8bb0478188b4b6e58d5528668212724aac87ac" - integrity sha512-AY0VoG/AXdlSOocuREfPoEW4SNhOPp/7fw6mpAxfVIny1uZ+0fEtMoCi7NhELSlqQIRLMu7RgfKhkxT+AJ+EXg== +"@tufjs/canonical-json@1.0.0": + version "1.0.0" + resolved "https://registry.yarnpkg.com/@tufjs/canonical-json/-/canonical-json-1.0.0.tgz#eade9fd1f537993bc1f0949f3aea276ecc4fab31" + integrity sha512-QTnf++uxunWvG2z3UFNzAoQPHxnSXOwtaI3iJ+AohhV+5vONuArPjJE7aPXPVXfXJsqrVbZBu9b81AJoSd09IQ== + +"@tufjs/models@1.0.4": + version "1.0.4" + resolved "https://registry.yarnpkg.com/@tufjs/models/-/models-1.0.4.tgz#5a689630f6b9dbda338d4b208019336562f176ef" + integrity sha512-qaGV9ltJP0EO25YfFUPhxRVK0evXFIAGicsVXuRim4Ed9cjPxYhNnNJ49SFmbeLgtxpslIkX317IgpfcHPVj/A== dependencies: - minimatch "^7.4.2" + "@tufjs/canonical-json" "1.0.0" + minimatch "^9.0.0" "@types/babel__core@^7.0.0": version "7.20.1" - resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.20.1.tgz#916ecea274b0c776fec721e333e55762d3a9614b" + resolved "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.1.tgz" integrity sha512-aACu/U/omhdk15O4Nfb+fHgH/z3QsfQzpnvRZhYhThms83ZnAOZz7zZAWO7mn2yyNQaA4xTO8GLK3uqFU4bYYw== dependencies: "@babel/parser" "^7.20.7" @@ -3449,14 +3416,14 @@ "@types/babel__generator@*": version "7.6.4" - resolved "https://registry.yarnpkg.com/@types/babel__generator/-/babel__generator-7.6.4.tgz#1f20ce4c5b1990b37900b63f050182d28c2439b7" + resolved "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.4.tgz" integrity sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg== dependencies: "@babel/types" "^7.0.0" "@types/babel__template@*": version "7.4.1" - resolved "https://registry.yarnpkg.com/@types/babel__template/-/babel__template-7.4.1.tgz#3d1a48fd9d6c0edfd56f2ff578daed48f36c8969" + resolved "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.1.tgz" integrity sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g== dependencies: "@babel/parser" "^7.1.0" @@ -3464,34 +3431,53 @@ "@types/babel__traverse@*": version "7.20.1" - resolved "https://registry.yarnpkg.com/@types/babel__traverse/-/babel__traverse-7.20.1.tgz#dd6f1d2411ae677dcb2db008c962598be31d6acf" + resolved "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.1.tgz" integrity sha512-MitHFXnhtgwsGZWtT68URpOvLN4EREih1u3QtQiN4VdAxWKRVvGCSvw/Qth0M0Qq3pJpnGOu5JaM/ydK7OGbqg== dependencies: "@babel/types" "^7.20.7" "@types/body-parser@*": version "1.19.2" - resolved "https://registry.yarnpkg.com/@types/body-parser/-/body-parser-1.19.2.tgz#aea2059e28b7658639081347ac4fab3de166e6f0" + resolved "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.2.tgz" integrity sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g== dependencies: "@types/connect" "*" "@types/node" "*" +"@types/color-convert@*": + version "2.0.2" + resolved "https://registry.npmjs.org/@types/color-convert/-/color-convert-2.0.2.tgz" + integrity sha512-KGRIgCxwcgazts4MXRCikPbIMzBpjfdgEZSy8TRHU/gtg+f9sOfHdtK8unPfxIoBtyd2aTTwINVLSNENlC8U8A== + dependencies: + "@types/color-name" "*" + +"@types/color-name@*": + version "1.1.2" + resolved "https://registry.npmjs.org/@types/color-name/-/color-name-1.1.2.tgz" + integrity sha512-JWO/ZyxTKk0bLuOhAavGjnwLR73rUE7qzACnU7gMeyA/gdrSHm2xJwqNPipw2MtaZUaqQ2UG/q7pP6AQiZ8mqw== + +"@types/color@^3.0.3": + version "3.0.5" + resolved "https://registry.npmjs.org/@types/color/-/color-3.0.5.tgz" + integrity sha512-T9yHCNtd8ap9L/r8KEESu5RDMLkoWXHo7dTureNoI1dbp25NsCN054vOu09iniIjR21MXUL+LU9bkIWrbyg8gg== + dependencies: + "@types/color-convert" "*" + "@types/connect@*": version "3.4.35" - resolved "https://registry.yarnpkg.com/@types/connect/-/connect-3.4.35.tgz#5fcf6ae445e4021d1fc2219a4873cc73a3bb2ad1" + resolved "https://registry.npmjs.org/@types/connect/-/connect-3.4.35.tgz" integrity sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ== dependencies: "@types/node" "*" "@types/cookie@^0.4.1": version "0.4.1" - resolved "https://registry.yarnpkg.com/@types/cookie/-/cookie-0.4.1.tgz#bfd02c1f2224567676c1545199f87c3a861d878d" + resolved "https://registry.npmjs.org/@types/cookie/-/cookie-0.4.1.tgz" integrity sha512-XW/Aa8APYr6jSVVA1y/DEIZX0/GMKLEVekNG727R8cs56ahETkRAy/3DR7+fJyh7oUgGwNQaRfXCun0+KbWY7Q== "@types/cookies@0.7.7": version "0.7.7" - resolved "https://registry.yarnpkg.com/@types/cookies/-/cookies-0.7.7.tgz#7a92453d1d16389c05a5301eef566f34946cfd81" + resolved "https://registry.npmjs.org/@types/cookies/-/cookies-0.7.7.tgz" integrity sha512-h7BcvPUogWbKCzBR2lY4oqaZbO3jXZksexYJVFvkrFeLgbZjQkU4x8pRq6eg2MHXQhY0McQdqmmsxRWlVAHooA== dependencies: "@types/connect" "*" @@ -3501,48 +3487,48 @@ "@types/cors@^2.8.12": version "2.8.13" - resolved "https://registry.yarnpkg.com/@types/cors/-/cors-2.8.13.tgz#b8ade22ba455a1b8cb3b5d3f35910fd204f84f94" + resolved "https://registry.npmjs.org/@types/cors/-/cors-2.8.13.tgz" integrity sha512-RG8AStHlUiV5ysZQKq97copd2UmVYw3/pRMLefISZ3S1hK104Cwm7iLQ3fTKx+lsUH2CE8FlLaYeEA2LSeqYUA== dependencies: "@types/node" "*" "@types/crypto-js@^4.1.1": version "4.1.1" - resolved "https://registry.yarnpkg.com/@types/crypto-js/-/crypto-js-4.1.1.tgz#602859584cecc91894eb23a4892f38cfa927890d" + resolved "https://registry.npmjs.org/@types/crypto-js/-/crypto-js-4.1.1.tgz" integrity sha512-BG7fQKZ689HIoc5h+6D2Dgq1fABRa0RbBWKBd9SP/MVRVXROflpm5fhwyATX5duFmbStzyzyycPB8qUYKDH3NA== "@types/d3-array@*": version "3.0.5" - resolved "https://registry.yarnpkg.com/@types/d3-array/-/d3-array-3.0.5.tgz#857c1afffd3f51319bbc5b301956aca68acaa7b8" + resolved "https://registry.npmjs.org/@types/d3-array/-/d3-array-3.0.5.tgz" integrity sha512-Qk7fpJ6qFp+26VeQ47WY0mkwXaiq8+76RJcncDEfMc2ocRzXLO67bLFRNI4OX1aGBoPzsM5Y2T+/m1pldOgD+A== "@types/d3-axis@*": version "3.0.2" - resolved "https://registry.yarnpkg.com/@types/d3-axis/-/d3-axis-3.0.2.tgz#96e11d51256baf5bdb2fa73a17d302993e79df07" + resolved "https://registry.npmjs.org/@types/d3-axis/-/d3-axis-3.0.2.tgz" integrity sha512-uGC7DBh0TZrU/LY43Fd8Qr+2ja1FKmH07q2FoZFHo1eYl8aj87GhfVoY1saJVJiq24rp1+wpI6BvQJMKgQm8oA== dependencies: "@types/d3-selection" "*" "@types/d3-brush@*": version "3.0.2" - resolved "https://registry.yarnpkg.com/@types/d3-brush/-/d3-brush-3.0.2.tgz#a610aad5a1e76c375be63e11c5eee1ed9fd2fb40" + resolved "https://registry.npmjs.org/@types/d3-brush/-/d3-brush-3.0.2.tgz" integrity sha512-2TEm8KzUG3N7z0TrSKPmbxByBx54M+S9lHoP2J55QuLU0VSQ9mE96EJSAOVNEqd1bbynMjeTS9VHmz8/bSw8rA== dependencies: "@types/d3-selection" "*" "@types/d3-chord@*": version "3.0.2" - resolved "https://registry.yarnpkg.com/@types/d3-chord/-/d3-chord-3.0.2.tgz#cf6f05ad2d8faaad524e9e6f454b4fd06b200930" + resolved "https://registry.npmjs.org/@types/d3-chord/-/d3-chord-3.0.2.tgz" integrity sha512-abT/iLHD3sGZwqMTX1TYCMEulr+wBd0SzyOQnjYNLp7sngdOHYtNkMRI5v3w5thoN+BWtlHVDx2Osvq6fxhZWw== "@types/d3-color@*": version "3.1.0" - resolved "https://registry.yarnpkg.com/@types/d3-color/-/d3-color-3.1.0.tgz#6594da178ded6c7c3842f3cc0ac84b156f12f2d4" + resolved "https://registry.npmjs.org/@types/d3-color/-/d3-color-3.1.0.tgz" integrity sha512-HKuicPHJuvPgCD+np6Se9MQvS6OCbJmOjGvylzMJRlDwUXjKTTXs6Pwgk79O09Vj/ho3u1ofXnhFOaEWWPrlwA== "@types/d3-contour@*": version "3.0.2" - resolved "https://registry.yarnpkg.com/@types/d3-contour/-/d3-contour-3.0.2.tgz#d8a0e4d12ec14f7d2bb6e59f3fbc1a527457d0b2" + resolved "https://registry.npmjs.org/@types/d3-contour/-/d3-contour-3.0.2.tgz" integrity sha512-k6/bGDoAGJZnZWaKzeB+9glgXCYGvh6YlluxzBREiVo8f/X2vpTEdgPy9DN7Z2i42PZOZ4JDhVdlTSTSkLDPlQ== dependencies: "@types/d3-array" "*" @@ -3550,136 +3536,136 @@ "@types/d3-delaunay@*": version "6.0.1" - resolved "https://registry.yarnpkg.com/@types/d3-delaunay/-/d3-delaunay-6.0.1.tgz#006b7bd838baec1511270cb900bf4fc377bbbf41" + resolved "https://registry.npmjs.org/@types/d3-delaunay/-/d3-delaunay-6.0.1.tgz" integrity sha512-tLxQ2sfT0p6sxdG75c6f/ekqxjyYR0+LwPrsO1mbC9YDBzPJhs2HbJJRrn8Ez1DBoHRo2yx7YEATI+8V1nGMnQ== "@types/d3-dispatch@*": version "3.0.2" - resolved "https://registry.yarnpkg.com/@types/d3-dispatch/-/d3-dispatch-3.0.2.tgz#b2fa80bab3bcead68680766e966f59cd6cb9a69f" + resolved "https://registry.npmjs.org/@types/d3-dispatch/-/d3-dispatch-3.0.2.tgz" integrity sha512-rxN6sHUXEZYCKV05MEh4z4WpPSqIw+aP7n9ZN6WYAAvZoEAghEK1WeVZMZcHRBwyaKflU43PCUAJNjFxCzPDjg== "@types/d3-drag@*", "@types/d3-drag@^3.0.1": version "3.0.2" - resolved "https://registry.yarnpkg.com/@types/d3-drag/-/d3-drag-3.0.2.tgz#5562da3e7b33d782c2c1f9e65c5e91bb01ee82cf" + resolved "https://registry.npmjs.org/@types/d3-drag/-/d3-drag-3.0.2.tgz" integrity sha512-qmODKEDvyKWVHcWWCOVcuVcOwikLVsyc4q4EBJMREsoQnR2Qoc2cZQUyFUPgO9q4S3qdSqJKBsuefv+h0Qy+tw== dependencies: "@types/d3-selection" "*" "@types/d3-dsv@*": version "3.0.1" - resolved "https://registry.yarnpkg.com/@types/d3-dsv/-/d3-dsv-3.0.1.tgz#c51a3505cee42653454b74a00f8713dc3548c362" + resolved "https://registry.npmjs.org/@types/d3-dsv/-/d3-dsv-3.0.1.tgz" integrity sha512-76pBHCMTvPLt44wFOieouXcGXWOF0AJCceUvaFkxSZEu4VDUdv93JfpMa6VGNFs01FHfuP4a5Ou68eRG1KBfTw== "@types/d3-ease@*": version "3.0.0" - resolved "https://registry.yarnpkg.com/@types/d3-ease/-/d3-ease-3.0.0.tgz#c29926f8b596f9dadaeca062a32a45365681eae0" + resolved "https://registry.npmjs.org/@types/d3-ease/-/d3-ease-3.0.0.tgz" integrity sha512-aMo4eaAOijJjA6uU+GIeW018dvy9+oH5Y2VPPzjjfxevvGQ/oRDs+tfYC9b50Q4BygRR8yE2QCLsrT0WtAVseA== "@types/d3-fetch@*": version "3.0.2" - resolved "https://registry.yarnpkg.com/@types/d3-fetch/-/d3-fetch-3.0.2.tgz#fe1f335243e07c9bd520c9a71756fed8330c54b1" + resolved "https://registry.npmjs.org/@types/d3-fetch/-/d3-fetch-3.0.2.tgz" integrity sha512-gllwYWozWfbep16N9fByNBDTkJW/SyhH6SGRlXloR7WdtAaBui4plTP+gbUgiEot7vGw/ZZop1yDZlgXXSuzjA== dependencies: "@types/d3-dsv" "*" "@types/d3-force@*": version "3.0.4" - resolved "https://registry.yarnpkg.com/@types/d3-force/-/d3-force-3.0.4.tgz#2d50bd2b695f709797e1745644f6bc123e6e5f5a" + resolved "https://registry.npmjs.org/@types/d3-force/-/d3-force-3.0.4.tgz" integrity sha512-q7xbVLrWcXvSBBEoadowIUJ7sRpS1yvgMWnzHJggFy5cUZBq2HZL5k/pBSm0GdYWS1vs5/EDwMjSKF55PDY4Aw== "@types/d3-format@*": version "3.0.1" - resolved "https://registry.yarnpkg.com/@types/d3-format/-/d3-format-3.0.1.tgz#194f1317a499edd7e58766f96735bdc0216bb89d" + resolved "https://registry.npmjs.org/@types/d3-format/-/d3-format-3.0.1.tgz" integrity sha512-5KY70ifCCzorkLuIkDe0Z9YTf9RR2CjBX1iaJG+rgM/cPP+sO+q9YdQ9WdhQcgPj1EQiJ2/0+yUkkziTG6Lubg== "@types/d3-geo@*": version "3.0.3" - resolved "https://registry.yarnpkg.com/@types/d3-geo/-/d3-geo-3.0.3.tgz#535e5f24be13722964c52354301be09b752f5d6e" + resolved "https://registry.npmjs.org/@types/d3-geo/-/d3-geo-3.0.3.tgz" integrity sha512-bK9uZJS3vuDCNeeXQ4z3u0E7OeJZXjUgzFdSOtNtMCJCLvDtWDwfpRVWlyt3y8EvRzI0ccOu9xlMVirawolSCw== dependencies: "@types/geojson" "*" "@types/d3-hierarchy@*": version "3.1.2" - resolved "https://registry.yarnpkg.com/@types/d3-hierarchy/-/d3-hierarchy-3.1.2.tgz#b3a446b5437faededb30ac32b7cc0486559ab1e2" + resolved "https://registry.npmjs.org/@types/d3-hierarchy/-/d3-hierarchy-3.1.2.tgz" integrity sha512-9hjRTVoZjRFR6xo8igAJyNXQyPX6Aq++Nhb5ebrUF414dv4jr2MitM2fWiOY475wa3Za7TOS2Gh9fmqEhLTt0A== "@types/d3-interpolate@*": version "3.0.1" - resolved "https://registry.yarnpkg.com/@types/d3-interpolate/-/d3-interpolate-3.0.1.tgz#e7d17fa4a5830ad56fe22ce3b4fac8541a9572dc" + resolved "https://registry.npmjs.org/@types/d3-interpolate/-/d3-interpolate-3.0.1.tgz" integrity sha512-jx5leotSeac3jr0RePOH1KdR9rISG91QIE4Q2PYTu4OymLTZfA3SrnURSLzKH48HmXVUru50b8nje4E79oQSQw== dependencies: "@types/d3-color" "*" "@types/d3-path@*": version "3.0.0" - resolved "https://registry.yarnpkg.com/@types/d3-path/-/d3-path-3.0.0.tgz#939e3a784ae4f80b1fde8098b91af1776ff1312b" + resolved "https://registry.npmjs.org/@types/d3-path/-/d3-path-3.0.0.tgz" integrity sha512-0g/A+mZXgFkQxN3HniRDbXMN79K3CdTpLsevj+PXiTcb2hVyvkZUBg37StmgCQkaD84cUJ4uaDAWq7UJOQy2Tg== "@types/d3-polygon@*": version "3.0.0" - resolved "https://registry.yarnpkg.com/@types/d3-polygon/-/d3-polygon-3.0.0.tgz#5200a3fa793d7736fa104285fa19b0dbc2424b93" + resolved "https://registry.npmjs.org/@types/d3-polygon/-/d3-polygon-3.0.0.tgz" integrity sha512-D49z4DyzTKXM0sGKVqiTDTYr+DHg/uxsiWDAkNrwXYuiZVd9o9wXZIo+YsHkifOiyBkmSWlEngHCQme54/hnHw== "@types/d3-quadtree@*": version "3.0.2" - resolved "https://registry.yarnpkg.com/@types/d3-quadtree/-/d3-quadtree-3.0.2.tgz#433112a178eb7df123aab2ce11c67f51cafe8ff5" + resolved "https://registry.npmjs.org/@types/d3-quadtree/-/d3-quadtree-3.0.2.tgz" integrity sha512-QNcK8Jguvc8lU+4OfeNx+qnVy7c0VrDJ+CCVFS9srBo2GL9Y18CnIxBdTF3v38flrGy5s1YggcoAiu6s4fLQIw== "@types/d3-random@*": version "3.0.1" - resolved "https://registry.yarnpkg.com/@types/d3-random/-/d3-random-3.0.1.tgz#5c8d42b36cd4c80b92e5626a252f994ca6bfc953" + resolved "https://registry.npmjs.org/@types/d3-random/-/d3-random-3.0.1.tgz" integrity sha512-IIE6YTekGczpLYo/HehAy3JGF1ty7+usI97LqraNa8IiDur+L44d0VOjAvFQWJVdZOJHukUJw+ZdZBlgeUsHOQ== "@types/d3-scale-chromatic@*": version "3.0.0" - resolved "https://registry.yarnpkg.com/@types/d3-scale-chromatic/-/d3-scale-chromatic-3.0.0.tgz#103124777e8cdec85b20b51fd3397c682ee1e954" + resolved "https://registry.npmjs.org/@types/d3-scale-chromatic/-/d3-scale-chromatic-3.0.0.tgz" integrity sha512-dsoJGEIShosKVRBZB0Vo3C8nqSDqVGujJU6tPznsBJxNJNwMF8utmS83nvCBKQYPpjCzaaHcrf66iTRpZosLPw== "@types/d3-scale@*": version "4.0.3" - resolved "https://registry.yarnpkg.com/@types/d3-scale/-/d3-scale-4.0.3.tgz#7a5780e934e52b6f63ad9c24b105e33dd58102b5" + resolved "https://registry.npmjs.org/@types/d3-scale/-/d3-scale-4.0.3.tgz" integrity sha512-PATBiMCpvHJSMtZAMEhc2WyL+hnzarKzI6wAHYjhsonjWJYGq5BXTzQjv4l8m2jO183/4wZ90rKvSeT7o72xNQ== dependencies: "@types/d3-time" "*" "@types/d3-selection@*", "@types/d3-selection@^3.0.3": version "3.0.5" - resolved "https://registry.yarnpkg.com/@types/d3-selection/-/d3-selection-3.0.5.tgz#27cd53b7672d405025e2414d98532d7934c16ebd" + resolved "https://registry.npmjs.org/@types/d3-selection/-/d3-selection-3.0.5.tgz" integrity sha512-xCB0z3Hi8eFIqyja3vW8iV01+OHGYR2di/+e+AiOcXIOrY82lcvWW8Ke1DYE/EUVMsBl4Db9RppSBS3X1U6J0w== "@types/d3-shape@*": version "3.1.1" - resolved "https://registry.yarnpkg.com/@types/d3-shape/-/d3-shape-3.1.1.tgz#15cc497751dac31192d7aef4e67a8d2c62354b95" + resolved "https://registry.npmjs.org/@types/d3-shape/-/d3-shape-3.1.1.tgz" integrity sha512-6Uh86YFF7LGg4PQkuO2oG6EMBRLuW9cbavUW46zkIO5kuS2PfTqo2o9SkgtQzguBHbLgNnU90UNsITpsX1My+A== dependencies: "@types/d3-path" "*" "@types/d3-time-format@*": version "4.0.0" - resolved "https://registry.yarnpkg.com/@types/d3-time-format/-/d3-time-format-4.0.0.tgz#ee7b6e798f8deb2d9640675f8811d0253aaa1946" + resolved "https://registry.npmjs.org/@types/d3-time-format/-/d3-time-format-4.0.0.tgz" integrity sha512-yjfBUe6DJBsDin2BMIulhSHmr5qNR5Pxs17+oW4DoVPyVIXZ+m6bs7j1UVKP08Emv6jRmYrYqxYzO63mQxy1rw== "@types/d3-time@*": version "3.0.0" - resolved "https://registry.yarnpkg.com/@types/d3-time/-/d3-time-3.0.0.tgz#e1ac0f3e9e195135361fa1a1d62f795d87e6e819" + resolved "https://registry.npmjs.org/@types/d3-time/-/d3-time-3.0.0.tgz" integrity sha512-sZLCdHvBUcNby1cB6Fd3ZBrABbjz3v1Vm90nysCQ6Vt7vd6e/h9Lt7SiJUoEX0l4Dzc7P5llKyhqSi1ycSf1Hg== "@types/d3-timer@*": version "3.0.0" - resolved "https://registry.yarnpkg.com/@types/d3-timer/-/d3-timer-3.0.0.tgz#e2505f1c21ec08bda8915238e397fb71d2fc54ce" + resolved "https://registry.npmjs.org/@types/d3-timer/-/d3-timer-3.0.0.tgz" integrity sha512-HNB/9GHqu7Fo8AQiugyJbv6ZxYz58wef0esl4Mv828w1ZKpAshw/uFWVDUcIB9KKFeFKoxS3cHY07FFgtTRZ1g== "@types/d3-transition@*": version "3.0.3" - resolved "https://registry.yarnpkg.com/@types/d3-transition/-/d3-transition-3.0.3.tgz#d4ac37d08703fb039c87f92851a598ba77400402" + resolved "https://registry.npmjs.org/@types/d3-transition/-/d3-transition-3.0.3.tgz" integrity sha512-/S90Od8Id1wgQNvIA8iFv9jRhCiZcGhPd2qX0bKF/PS+y0W5CrXKgIiELd2CvG1mlQrWK/qlYh3VxicqG1ZvgA== dependencies: "@types/d3-selection" "*" "@types/d3-zoom@*", "@types/d3-zoom@^3.0.1": version "3.0.3" - resolved "https://registry.yarnpkg.com/@types/d3-zoom/-/d3-zoom-3.0.3.tgz#5c29006a61ff7ca512fe21398c66ad95dd846674" + resolved "https://registry.npmjs.org/@types/d3-zoom/-/d3-zoom-3.0.3.tgz" integrity sha512-OWk1yYIIWcZ07+igN6BeoG6rqhnJ/pYe+R1qWFM2DtW49zsoSjgb9G5xB0ZXA8hh2jAzey1XuRmMSoXdKw8MDA== dependencies: "@types/d3-interpolate" "*" @@ -3687,7 +3673,7 @@ "@types/d3@^7.4.0": version "7.4.0" - resolved "https://registry.yarnpkg.com/@types/d3/-/d3-7.4.0.tgz#fc5cac5b1756fc592a3cf1f3dc881bf08225f515" + resolved "https://registry.npmjs.org/@types/d3/-/d3-7.4.0.tgz" integrity sha512-jIfNVK0ZlxcuRDKtRS/SypEyOQ6UHaFQBKv032X45VvxSJ6Yi5G9behy9h6tNTHTDGh5Vq+KbmBjUWLgY4meCA== dependencies: "@types/d3-array" "*" @@ -3723,7 +3709,7 @@ "@types/draft-js@*", "@types/draft-js@^0.11.10": version "0.11.10" - resolved "https://registry.yarnpkg.com/@types/draft-js/-/draft-js-0.11.10.tgz#46cf41e142b4b572467f7a78269a630a77e1f19c" + resolved "https://registry.npmjs.org/@types/draft-js/-/draft-js-0.11.10.tgz" integrity sha512-o/DST8x0wNerwhRiaE577UHFIXb6HCywaZOZfj9TF2vU3CONvsCGoQmdOsKqERdXp+3ZNlSvFUH0B8lEEYOT4A== dependencies: "@types/react" "*" @@ -3731,17 +3717,17 @@ "@types/event-source-polyfill@1.0.1": version "1.0.1" - resolved "https://registry.yarnpkg.com/@types/event-source-polyfill/-/event-source-polyfill-1.0.1.tgz#ffcb4ca17bc35bc1ca5d3e047fe833292bb73c32" + resolved "https://registry.npmjs.org/@types/event-source-polyfill/-/event-source-polyfill-1.0.1.tgz" integrity sha512-dls8b0lUgJ/miRApF0efboQ9QZnAm7ofTO6P1ILu8bRPxUFKDxVwFf8+TeuuErmNui6blpltyr7+eV72dbQXlQ== "@types/eventsource@1.1.11": version "1.1.11" - resolved "https://registry.yarnpkg.com/@types/eventsource/-/eventsource-1.1.11.tgz#a2c0bfd0436b7db42ed1b2b2117f7ec2e8478dc7" + resolved "https://registry.npmjs.org/@types/eventsource/-/eventsource-1.1.11.tgz" integrity sha512-L7wLDZlWm5mROzv87W0ofIYeQP5K2UhoFnnUyEWLKM6UBb0ZNRgAqp98qE5DkgfBXdWfc2kYmw9KZm4NLjRbsw== "@types/express-serve-static-core@^4.17.18": version "4.17.35" - resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.35.tgz#c95dd4424f0d32e525d23812aa8ab8e4d3906c4f" + resolved "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.35.tgz" integrity sha512-wALWQwrgiB2AWTT91CB62b6Yt0sNHpznUXeZEcnPU3DRdlDIz74x8Qg1UUYKSVFi+va5vKOLYRBI1bRKiLLKIg== dependencies: "@types/node" "*" @@ -3751,7 +3737,7 @@ "@types/express-serve-static-core@^4.17.33": version "4.17.33" - resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.33.tgz#de35d30a9d637dc1450ad18dd583d75d5733d543" + resolved "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.33.tgz" integrity sha512-TPBqmR/HRYI3eC2E5hmiivIzv+bidAfXofM+sbonAGvyDhySGw9/PQZFt2BLOrjUUR++4eJVpx6KnLQK1Fk9tA== dependencies: "@types/node" "*" @@ -3760,7 +3746,7 @@ "@types/express@*", "@types/express@^4.17.17", "@types/express@^4.7.0": version "4.17.17" - resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.17.tgz#01d5437f6ef9cfa8668e616e13c2f2ac9a491ae4" + resolved "https://registry.npmjs.org/@types/express/-/express-4.17.17.tgz" integrity sha512-Q4FmmuLGBG58btUnfS1c1r/NQdlp3DMfGDGig8WhfpA2YRUtEkxAjkZb0yvplJGYdF1fsQ81iMDcH24sSCNC/Q== dependencies: "@types/body-parser" "*" @@ -3770,7 +3756,7 @@ "@types/express@4.17.14": version "4.17.14" - resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.14.tgz#143ea0557249bc1b3b54f15db4c81c3d4eb3569c" + resolved "https://registry.npmjs.org/@types/express/-/express-4.17.14.tgz" integrity sha512-TEbt+vaPFQ+xpxFLFssxUDXj5cWCxZJjIcB7Yg0k0GMHGtgtQgpvx/MUQUeAkNbA9AAGrwkAsoeItdTgS7FMyg== dependencies: "@types/body-parser" "*" @@ -3778,14 +3764,19 @@ "@types/qs" "*" "@types/serve-static" "*" +"@types/flat@^5.0.2": + version "5.0.4" + resolved "https://registry.npmjs.org/@types/flat/-/flat-5.0.4.tgz" + integrity sha512-Qy8SOE+x5F40jebCj4vPoA/Y6J2Zd6h9ihMPYP8U8//dDEOK4Yu0ShOTKqEmWPR+4AdV4sls/VCaR6azEFvKKg== + "@types/geojson@*": version "7946.0.10" - resolved "https://registry.yarnpkg.com/@types/geojson/-/geojson-7946.0.10.tgz#6dfbf5ea17142f7f9a043809f1cd4c448cb68249" + resolved "https://registry.npmjs.org/@types/geojson/-/geojson-7946.0.10.tgz" integrity sha512-Nmh0K3iWQJzniTuPRcJn5hxXkfB1T1pgB89SBig5PlJQU5yocazeu4jATJlaA0GYFKWMqDdvYemoSnF2pXgLVA== "@types/hoist-non-react-statics@^3.3.0", "@types/hoist-non-react-statics@^3.3.1": version "3.3.1" - resolved "https://registry.yarnpkg.com/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.1.tgz#1124aafe5118cb591977aeb1ceaaed1070eb039f" + resolved "https://registry.npmjs.org/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.1.tgz" integrity sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA== dependencies: "@types/react" "*" @@ -3793,44 +3784,74 @@ "@types/json-schema@^7.0.6": version "7.0.12" - resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.12.tgz#d70faba7039d5fca54c83c7dbab41051d2b6f6cb" + resolved "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.12.tgz" integrity sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA== "@types/keygrip@*": version "1.0.2" - resolved "https://registry.yarnpkg.com/@types/keygrip/-/keygrip-1.0.2.tgz#513abfd256d7ad0bf1ee1873606317b33b1b2a72" + resolved "https://registry.npmjs.org/@types/keygrip/-/keygrip-1.0.2.tgz" integrity sha512-GJhpTepz2udxGexqos8wgaBx4I/zWIDPh/KOGEwAqtuGDkOUJu5eFvwmdBX4AmB8Odsr+9pHCQqiAqDL/yKMKw== +"@types/lodash.foreach@^4.5.7": + version "4.5.8" + resolved "https://registry.npmjs.org/@types/lodash.foreach/-/lodash.foreach-4.5.8.tgz" + integrity sha512-nMZmw6YAyNivWbbaY/hTF56YMl5T9+i+auaUhxtbA+ZNEwqwyTo0b7Jn85HNfiqsVQVzbhI0zIaSp7C5EpAPQQ== + dependencies: + "@types/lodash" "*" + +"@types/lodash.get@^4.4.7": + version "4.4.8" + resolved "https://registry.npmjs.org/@types/lodash.get/-/lodash.get-4.4.8.tgz" + integrity sha512-XK+co6sBkJxh1vaVP8al6cAA17dX//RNCknGG8JhpHFJfxq/GXKAYB9NKheG22pu2xpWpxfFd65W08EhH2IFlg== + dependencies: + "@types/lodash" "*" + +"@types/lodash.kebabcase@^4.1.7": + version "4.1.8" + resolved "https://registry.npmjs.org/@types/lodash.kebabcase/-/lodash.kebabcase-4.1.8.tgz" + integrity sha512-ZwdT+S6Ejbl2KEw/nunwO63hMzABqzVdWonRMEuhKs0GfwqffaQ3tSJo+/wmDCCaGUHIiObsBFY59GUYjYMk5A== + dependencies: + "@types/lodash" "*" + +"@types/lodash.mapkeys@^4.6.7": + version "4.6.8" + resolved "https://registry.npmjs.org/@types/lodash.mapkeys/-/lodash.mapkeys-4.6.8.tgz" + integrity sha512-vA3/4dFOkK9ugEOuqGLEwLeWicwQM03LmboZHuiG0VU0jdFyq5NRdw8XF2cnz5ZdGiGF3Yb8dS9UVoQzirHlfA== + dependencies: + "@types/lodash" "*" + "@types/lodash.mergewith@4.6.7": version "4.6.7" - resolved "https://registry.yarnpkg.com/@types/lodash.mergewith/-/lodash.mergewith-4.6.7.tgz#eaa65aa5872abdd282f271eae447b115b2757212" + resolved "https://registry.npmjs.org/@types/lodash.mergewith/-/lodash.mergewith-4.6.7.tgz" integrity sha512-3m+lkO5CLRRYU0fhGRp7zbsGi6+BZj0uTVSwvcKU+nSlhjA9/QRNfuSGnD2mX6hQA7ZbmcCkzk5h4ZYGOtk14A== dependencies: "@types/lodash" "*" -"@types/lodash@*": - version "4.14.199" - resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.199.tgz#c3edb5650149d847a277a8961a7ad360c474e9bf" - integrity sha512-Vrjz5N5Ia4SEzWWgIVwnHNEnb1UE1XMkvY5DGXrAeOGE9imk0hgTHh5GyDjLDJi9OTCn9oo9dXH1uToK1VRfrg== +"@types/lodash.omit@^4.5.7": + version "4.5.8" + resolved "https://registry.npmjs.org/@types/lodash.omit/-/lodash.omit-4.5.8.tgz" + integrity sha512-CeIDttD58jS7R7M4rI8ZNBbV6JGG+BkKQFnWjduFJwTxqo8NdT/xjbjmQc39MVB2TKJ0rvQxddNaIna+W/pQvw== + dependencies: + "@types/lodash" "*" -"@types/lodash@^4.14.194": +"@types/lodash@*", "@types/lodash@^4.14.194": version "4.14.194" - resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.194.tgz#b71eb6f7a0ff11bff59fc987134a093029258a76" + resolved "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.194.tgz" integrity sha512-r22s9tAS7imvBt2lyHC9B8AGwWnXaYb1tY09oyLkXDs4vArpYJzw09nj8MLx5VfciBPGIb+ZwG0ssYnEPJxn/g== "@types/mime@*": version "3.0.1" - resolved "https://registry.yarnpkg.com/@types/mime/-/mime-3.0.1.tgz#5f8f2bca0a5863cb69bc0b0acd88c96cb1d4ae10" + resolved "https://registry.npmjs.org/@types/mime/-/mime-3.0.1.tgz" integrity sha512-Y4XFY5VJAuw0FgAqPNd6NNoV44jbq9Bz2L7Rh/J6jLTiHBSBJa9fxqQIvkIld4GsoDOcCbvzOUAbLPsSKKg+uA== "@types/mime@^1": version "1.3.2" - resolved "https://registry.yarnpkg.com/@types/mime/-/mime-1.3.2.tgz#93e25bf9ee75fe0fd80b594bc4feb0e862111b5a" + resolved "https://registry.npmjs.org/@types/mime/-/mime-1.3.2.tgz" integrity sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw== "@types/node-fetch@2.6.2": version "2.6.2" - resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.6.2.tgz#d1a9c5fd049d9415dce61571557104dec3ec81da" + resolved "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.6.2.tgz" integrity sha512-DHqhlq5jeESLy19TYhLakJ07kNumXWjcDdxXsLUMJZ6ue8VZJj4kLPQVE/2mdHh3xZziNF1xppu5lwmS53HR+A== dependencies: "@types/node" "*" @@ -3838,7 +3859,7 @@ "@types/node-fetch@2.6.3": version "2.6.3" - resolved "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.6.3.tgz#175d977f5e24d93ad0f57602693c435c57ad7e80" + resolved "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.6.3.tgz" integrity sha512-ETTL1mOEdq/sxUtgtOhKjyB2Irra4cjxksvcMUR5Zr4n+PxVhsCD9WS46oPbHL3et9Zde7CNRr+WUNlcHvsX+w== dependencies: "@types/node" "*" @@ -3846,86 +3867,79 @@ "@types/node@*", "@types/node@>=10.0.0": version "18.15.11" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.11.tgz#b3b790f09cb1696cffcec605de025b088fa4225f" + resolved "https://registry.npmjs.org/@types/node/-/node-18.15.11.tgz" integrity sha512-E5Kwq2n4SbMzQOn6wnmBjuK9ouqlURrcZDVfbo9ftDDTFt3nk7ZKK4GMOzoYgnpQJKcxwQw+lGaBvvlMo0qN/Q== "@types/node@14.18.33": version "14.18.33" - resolved "https://registry.yarnpkg.com/@types/node/-/node-14.18.33.tgz#8c29a0036771569662e4635790ffa9e057db379b" + resolved "https://registry.npmjs.org/@types/node/-/node-14.18.33.tgz" integrity sha512-qelS/Ra6sacc4loe/3MSjXNL1dNQ/GjxNHVzuChwMfmk7HuycRLVQN2qNY3XahK+fZc5E2szqQSKUyAF0E+2bg== "@types/node@16.18.6": version "16.18.6" - resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.6.tgz#87846192fd51b693368fad3e99123169225621d4" + resolved "https://registry.npmjs.org/@types/node/-/node-16.18.6.tgz" integrity sha512-vmYJF0REqDyyU0gviezF/KHq/fYaUbFhkcNbQCuPGFQj6VTbXuHZoxs/Y7mutWe73C8AC6l9fFu8mSYiBAqkGA== "@types/node@18.11.3": version "18.11.3" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.3.tgz#78a6d7ec962b596fc2d2ec102c4dd3ef073fea6a" + resolved "https://registry.npmjs.org/@types/node/-/node-18.11.3.tgz" integrity sha512-fNjDQzzOsZeKZu5NATgXUPsaFaTxeRgFXoosrHivTl8RGeV733OLawXsGfEk9a8/tySyZUyiZ6E8LcjPFZ2y1A== "@types/npmlog@^4.1.2": version "4.1.4" - resolved "https://registry.yarnpkg.com/@types/npmlog/-/npmlog-4.1.4.tgz#30eb872153c7ead3e8688c476054ddca004115f6" + resolved "https://registry.npmjs.org/@types/npmlog/-/npmlog-4.1.4.tgz" integrity sha512-WKG4gTr8przEZBiJ5r3s8ZIAoMXNbOgQ+j/d5O4X3x6kZJRLNvyUJuUK/KoG3+8BaOHPhp2m7WC6JKKeovDSzQ== "@types/nprogress@^0.2.1": - version "0.2.1" - resolved "https://registry.yarnpkg.com/@types/nprogress/-/nprogress-0.2.1.tgz#e853abbb58bd00873e047156ae86b58b6af6044c" - integrity sha512-TYuyVnp+nOnimgdOydDIDYIxv2kSeuJZw4tF0p/KG7hpzcMF1WkHaREwM8O4blqfT1F7rq0nht6Ko2KVUfWzBA== + version "0.2.2" + resolved "https://registry.npmjs.org/@types/nprogress/-/nprogress-0.2.2.tgz" + integrity sha512-2wLrSJXLztGmr7wXwM0hA/wuIOY9DznVdd+ZFofHOiXcj9JnVt+2ZeLRJ7v5ZVlmheSkUOSg3Q3O4Ce7yji79A== "@types/parse-json@^4.0.0": - version "4.0.0" - resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0" - integrity sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA== + version "4.0.1" + resolved "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.1.tgz" + integrity sha512-3YmXzzPAdOTVljVMkTMBdBEvlOLg2cDQaDhnnhT3nT9uDbnJzjWhKlzb+desT12Y7tGqaN6d+AbozcKzyL36Ng== -"@types/prop-types@*", "@types/prop-types@^15.7.5": - version "15.7.5" - resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.5.tgz#5f19d2b85a98e9558036f6a3cacc8819420f05cf" - integrity sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w== +"@types/prop-types@*", "@types/prop-types@^15.7.7": + version "15.7.9" + resolved "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.9.tgz" + integrity sha512-n1yyPsugYNSmHgxDFjicaI2+gCNjsBck8UX9kuofAKlc0h1bL+20oSF72KeNaW2DUlesbEVCFgyV2dPGTiY42g== "@types/qs@*", "@types/qs@^6.9.5": version "6.9.7" - resolved "https://registry.yarnpkg.com/@types/qs/-/qs-6.9.7.tgz#63bb7d067db107cc1e457c303bc25d511febf6cb" + resolved "https://registry.npmjs.org/@types/qs/-/qs-6.9.7.tgz" integrity sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw== "@types/quill@1.3.10", "@types/quill@^1.3.10": version "1.3.10" - resolved "https://registry.yarnpkg.com/@types/quill/-/quill-1.3.10.tgz#dc1f7b6587f7ee94bdf5291bc92289f6f0497613" + resolved "https://registry.npmjs.org/@types/quill/-/quill-1.3.10.tgz" integrity sha512-IhW3fPW+bkt9MLNlycw8u8fWb7oO7W5URC9MfZYHBlA24rex9rs23D5DETChu1zvgVdc5ka64ICjJOgQMr6Shw== dependencies: parchment "^1.1.2" "@types/range-parser@*": version "1.2.4" - resolved "https://registry.yarnpkg.com/@types/range-parser/-/range-parser-1.2.4.tgz#cd667bcfdd025213aafb7ca5915a932590acdcdc" + resolved "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.4.tgz" integrity sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw== "@types/react-dom@18.0.6": version "18.0.6" - resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.0.6.tgz#36652900024842b74607a17786b6662dd1e103a1" + resolved "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.0.6.tgz" integrity sha512-/5OFZgfIPSwy+YuIBP/FgJnQnsxhZhjjrnxudMddeblOouIodEQ75X14Rr4wGSG/bknL+Omy9iWlLo1u/9GzAA== dependencies: "@types/react" "*" "@types/react-draft-wysiwyg@^1.13.4": version "1.13.4" - resolved "https://registry.yarnpkg.com/@types/react-draft-wysiwyg/-/react-draft-wysiwyg-1.13.4.tgz#df951c76afb47e311061d363f41a10c76de04ac8" + resolved "https://registry.npmjs.org/@types/react-draft-wysiwyg/-/react-draft-wysiwyg-1.13.4.tgz" integrity sha512-wasD1t78JDmQvdPDRPf/mf5FSHMlncunW0F6KMOKB3awzi3Wi21yHMGsRAUOkfTr3R8F+yceG8fSLz0kYWu/QA== dependencies: "@types/draft-js" "*" "@types/react" "*" -"@types/react-is@^18.2.1": - version "18.2.1" - resolved "https://registry.yarnpkg.com/@types/react-is/-/react-is-18.2.1.tgz#61d01c2a6fc089a53520c0b66996d458fdc46863" - integrity sha512-wyUkmaaSZEzFZivD8F2ftSyAfk6L+DfFliVj/mYdOXbVjRcS87fQJLTnhk6dRZPuJjI+9g6RZJO4PNCngUrmyw== - dependencies: - "@types/react" "*" - "@types/react-redux@^7.1.20": version "7.1.25" - resolved "https://registry.yarnpkg.com/@types/react-redux/-/react-redux-7.1.25.tgz#de841631205b24f9dfb4967dd4a7901e048f9a88" + resolved "https://registry.npmjs.org/@types/react-redux/-/react-redux-7.1.25.tgz" integrity sha512-bAGh4e+w5D8dajd6InASVIyCo4pZLJ66oLb80F9OBLO1gKESbZcRCJpTT6uLXX+HAB57zw1WTdwJdAsewuTweg== dependencies: "@types/hoist-non-react-statics" "^3.3.0" @@ -3935,31 +3949,31 @@ "@types/react-timeago@^4.1.3": version "4.1.3" - resolved "https://registry.yarnpkg.com/@types/react-timeago/-/react-timeago-4.1.3.tgz#957baaa9f8ea98457ee63b6a57b57a616066ba35" + resolved "https://registry.npmjs.org/@types/react-timeago/-/react-timeago-4.1.3.tgz" integrity sha512-XaaMBzuXLw7lxPPDs/fenlohcf3NDqM5qP4oOL/Meu+Hb1QChW4Igw/SruS1llEqch18RQB3wDTIwvqq4nivvw== dependencies: "@types/react" "*" -"@types/react-transition-group@^4.4.6": - version "4.4.6" - resolved "https://registry.yarnpkg.com/@types/react-transition-group/-/react-transition-group-4.4.6.tgz#18187bcda5281f8e10dfc48f0943e2fdf4f75e2e" - integrity sha512-VnCdSxfcm08KjsJVQcfBmhEQAPnLB8G08hAxn39azX1qYBQ/5RVQuoHuKIcfKOdncuaUvEpFKFzEvbtIMsfVew== +"@types/react-transition-group@^4.4.7": + version "4.4.8" + resolved "https://registry.npmjs.org/@types/react-transition-group/-/react-transition-group-4.4.8.tgz" + integrity sha512-QmQ22q+Pb+HQSn04NL3HtrqHwYMf4h3QKArOy5F8U5nEVMaihBs3SR10WiOM1iwPz5jIo8x/u11al+iEGZZrvg== dependencies: "@types/react" "*" -"@types/react@*", "@types/react@^18.0.25": - version "18.0.29" - resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.29.tgz#4cead505172c0020c5b51940199e31fc6ff2f63a" - integrity sha512-wXHktgUABxplw1+UnljseDq4+uztQyp2tlWZRIxHlpchsCFqiYkvaDS8JR7eKOQm8wziTH/el5qL7D6gYNkYcw== +"@types/react@*", "@types/react@18.0.21": + version "18.0.21" + resolved "https://registry.npmjs.org/@types/react/-/react-18.0.21.tgz" + integrity sha512-7QUCOxvFgnD5Jk8ZKlUAhVcRj7GuJRjnjjiY/IUBWKgOlnvDvTMLD4RTF7NPyVmbRhNrbomZiOepg7M/2Kj1mA== dependencies: "@types/prop-types" "*" "@types/scheduler" "*" csstype "^3.0.2" -"@types/react@18.0.21": - version "18.0.21" - resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.21.tgz#b8209e9626bb00a34c76f55482697edd2b43cc67" - integrity sha512-7QUCOxvFgnD5Jk8ZKlUAhVcRj7GuJRjnjjiY/IUBWKgOlnvDvTMLD4RTF7NPyVmbRhNrbomZiOepg7M/2Kj1mA== +"@types/react@^18.0.25": + version "18.0.29" + resolved "https://registry.npmjs.org/@types/react/-/react-18.0.29.tgz" + integrity sha512-wXHktgUABxplw1+UnljseDq4+uztQyp2tlWZRIxHlpchsCFqiYkvaDS8JR7eKOQm8wziTH/el5qL7D6gYNkYcw== dependencies: "@types/prop-types" "*" "@types/scheduler" "*" @@ -3967,12 +3981,12 @@ "@types/scheduler@*": version "0.16.3" - resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.3.tgz#cef09e3ec9af1d63d2a6cc5b383a737e24e6dcf5" + resolved "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.3.tgz" integrity sha512-5cJ8CB4yAx7BH1oMvdU0Jh9lrEXyPkar6F9G/ERswkCuvP4KQZfZkSjcMbAICCpQTN4OuZn8tz0HiKv9TGZgrQ== "@types/send@*": version "0.17.1" - resolved "https://registry.yarnpkg.com/@types/send/-/send-0.17.1.tgz#ed4932b8a2a805f1fe362a70f4e62d0ac994e301" + resolved "https://registry.npmjs.org/@types/send/-/send-0.17.1.tgz" integrity sha512-Cwo8LE/0rnvX7kIIa3QHCkcuF21c05Ayb0ZfxPiv0W8VRiZiNW/WuRupHKpqqGVGf7SUA44QSOUKaEd9lIrd/Q== dependencies: "@types/mime" "^1" @@ -3980,7 +3994,7 @@ "@types/serve-static@*": version "1.15.1" - resolved "https://registry.yarnpkg.com/@types/serve-static/-/serve-static-1.15.1.tgz#86b1753f0be4f9a1bee68d459fcda5be4ea52b5d" + resolved "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.1.tgz" integrity sha512-NUo5XNiAdULrJENtJXZZ3fHtfMolzZwczzBbnAeBbqBwG+LaG6YaJtuwzwGSQZ2wsCrxjEhNNjAkKigy3n8teQ== dependencies: "@types/mime" "*" @@ -3988,37 +4002,37 @@ "@types/sortablejs@^1.15.1": version "1.15.1" - resolved "https://registry.yarnpkg.com/@types/sortablejs/-/sortablejs-1.15.1.tgz#123abafbe936f754fee5eb5b49009ce1f1075aa5" + resolved "https://registry.npmjs.org/@types/sortablejs/-/sortablejs-1.15.1.tgz" integrity sha512-g/JwBNToh6oCTAwNS8UGVmjO7NLDKsejVhvE4x1eWiPTC3uCuNsa/TD4ssvX3du+MLiM+SHPNDuijp8y76JzLQ== "@types/string-similarity@^4.0.0": version "4.0.0" - resolved "https://registry.yarnpkg.com/@types/string-similarity/-/string-similarity-4.0.0.tgz#8cc03d5d1baad2b74530fe6c7d849d5768d391ad" + resolved "https://registry.npmjs.org/@types/string-similarity/-/string-similarity-4.0.0.tgz" integrity sha512-dMS4S07fbtY1AILG/RhuwmptmzK1Ql8scmAebOTJ/8iBtK/KI17NwGwKzu1uipjj8Kk+3mfPxum56kKZE93mzQ== "@types/use-sync-external-store@^0.0.3": version "0.0.3" - resolved "https://registry.yarnpkg.com/@types/use-sync-external-store/-/use-sync-external-store-0.0.3.tgz#b6725d5f4af24ace33b36fafd295136e75509f43" + resolved "https://registry.npmjs.org/@types/use-sync-external-store/-/use-sync-external-store-0.0.3.tgz" integrity sha512-EwmlvuaxPNej9+T4v5AuBPJa2x2UOJVdjCtDHgcDqitUeOtjnJKJ+apYjVcAoBEMjKW1VVFGZLUb5+qqa09XFA== "@vercel/analytics@^1.0.1": version "1.0.1" - resolved "https://registry.yarnpkg.com/@vercel/analytics/-/analytics-1.0.1.tgz#38308a626c91866cb00a249c08bf65251e9b9d81" + resolved "https://registry.npmjs.org/@vercel/analytics/-/analytics-1.0.1.tgz" integrity sha512-Ux0c9qUfkcPqng3vrR0GTrlQdqNJ2JREn/2ydrVuKwM3RtMfF2mWX31Ijqo1opSjNAq6rK76PwtANw6kl6TAow== "@vercel/build-utils@6.7.3": version "6.7.3" - resolved "https://registry.yarnpkg.com/@vercel/build-utils/-/build-utils-6.7.3.tgz#136c05962d43379aa2dc773a832ce08f9d823a67" + resolved "https://registry.npmjs.org/@vercel/build-utils/-/build-utils-6.7.3.tgz" integrity sha512-BCu5zX8MhzXAvd7X1Hn6b8blSTzKyY7JAEAdT5+FcB8e5fTs4bIQmYNc9JMeCqUgtisSpJvDAt69OLYP/aqEKw== "@vercel/error-utils@1.0.8": version "1.0.8" - resolved "https://registry.yarnpkg.com/@vercel/error-utils/-/error-utils-1.0.8.tgz#5cefc4142820846d011cf048ddfb0afda81d484b" + resolved "https://registry.npmjs.org/@vercel/error-utils/-/error-utils-1.0.8.tgz" integrity sha512-s+f7jP2oH1koICbQ8e3K9hOpOeUct7rbCnF9qsNwXemq850wAh2e90tp9R6oYBM0BNpiLRRm+oG5zD2sCIm3HQ== "@vercel/node@^2.14.3": version "2.14.3" - resolved "https://registry.yarnpkg.com/@vercel/node/-/node-2.14.3.tgz#57df48035fdea0cd41e6c9278960524e3bdcc781" + resolved "https://registry.npmjs.org/@vercel/node/-/node-2.14.3.tgz" integrity sha512-XEoMTQvqQC11hItfDsTegtBA66jTFXA7PTyI2QHASpoAQFMGcx91XI/sTPvxgK/1u+eXjxpiv6OU3l4/i27G4Q== dependencies: "@edge-runtime/vm" "2.0.0" @@ -4040,7 +4054,7 @@ "@vercel/static-config@2.0.17": version "2.0.17" - resolved "https://registry.yarnpkg.com/@vercel/static-config/-/static-config-2.0.17.tgz#2198e0a29c3f41adb6f074c99b6d42b19b57b401" + resolved "https://registry.npmjs.org/@vercel/static-config/-/static-config-2.0.17.tgz" integrity sha512-2f50OTVrN07x7pH+XNW0e7cj7T+Ufg+19+a2N3/XZBjQmV+FaMlmSLiaQ4tBxp2H8lWWHzENua7ZSSQPtRZ3/A== dependencies: ajv "8.6.3" @@ -4049,41 +4063,41 @@ "@zag-js/dom-query@0.16.0": version "0.16.0" - resolved "https://registry.yarnpkg.com/@zag-js/dom-query/-/dom-query-0.16.0.tgz#bca46bcd78f78c900064478646d95f9781ed098e" + resolved "https://registry.npmjs.org/@zag-js/dom-query/-/dom-query-0.16.0.tgz" integrity sha512-Oqhd6+biWyKnhKwFFuZrrf6lxBz2tX2pRQe6grUnYwO6HJ8BcbqZomy2lpOdr+3itlaUqx+Ywj5E5ZZDr/LBfQ== "@zag-js/element-size@0.10.5": version "0.10.5" - resolved "https://registry.yarnpkg.com/@zag-js/element-size/-/element-size-0.10.5.tgz#a24bad2eeb7e2c8709e32be5336e158e1a1a174f" + resolved "https://registry.npmjs.org/@zag-js/element-size/-/element-size-0.10.5.tgz" integrity sha512-uQre5IidULANvVkNOBQ1tfgwTQcGl4hliPSe69Fct1VfYb2Fd0jdAcGzqQgPhfrXFpR62MxLPB7erxJ/ngtL8w== "@zag-js/focus-visible@0.16.0": version "0.16.0" - resolved "https://registry.yarnpkg.com/@zag-js/focus-visible/-/focus-visible-0.16.0.tgz#c9e53e3dbab0f2649d04a489bb379f5800f4f069" + resolved "https://registry.npmjs.org/@zag-js/focus-visible/-/focus-visible-0.16.0.tgz" integrity sha512-a7U/HSopvQbrDU4GLerpqiMcHKEkQkNPeDZJWz38cw/6Upunh41GjHetq5TB84hxyCaDzJ6q2nEdNoBQfC0FKA== dependencies: "@zag-js/dom-query" "0.16.0" abbrev@^1.0.0: version "1.1.1" - resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8" + resolved "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz" integrity sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q== abbrev@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-2.0.0.tgz#cf59829b8b4f03f89dda2771cb7f3653828c89bf" + resolved "https://registry.npmjs.org/abbrev/-/abbrev-2.0.0.tgz" integrity sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ== abort-controller@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/abort-controller/-/abort-controller-3.0.0.tgz#eaf54d53b62bae4138e809ca225c8439a6efb392" + resolved "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz" integrity sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg== dependencies: event-target-shim "^5.0.0" accepts@~1.3.4, accepts@~1.3.8: version "1.3.8" - resolved "https://registry.yarnpkg.com/accepts/-/accepts-1.3.8.tgz#0bf0be125b67014adcb0b0921e62db7bffe16b2e" + resolved "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz" integrity sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw== dependencies: mime-types "~2.1.34" @@ -4091,7 +4105,7 @@ accepts@~1.3.4, accepts@~1.3.8: acorn-node@^1.8.2: version "1.8.2" - resolved "https://registry.yarnpkg.com/acorn-node/-/acorn-node-1.8.2.tgz#114c95d64539e53dede23de8b9d96df7c7ae2af8" + resolved "https://registry.npmjs.org/acorn-node/-/acorn-node-1.8.2.tgz" integrity sha512-8mt+fslDufLYntIoPAaIMUe/lrbrehIiwmR3t2k9LljIzoigEPF27eLk2hy8zSGzmR/ogr7zbRKINMo1u0yh5A== dependencies: acorn "^7.0.0" @@ -4100,27 +4114,27 @@ acorn-node@^1.8.2: acorn-walk@^7.0.0: version "7.2.0" - resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-7.2.0.tgz#0de889a601203909b0fbe07b8938dc21d2e967bc" + resolved "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz" integrity sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA== acorn-walk@^8.1.1, acorn-walk@^8.2.0: version "8.2.0" - resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.2.0.tgz#741210f2e2426454508853a2f44d0ab83b7f69c1" + resolved "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.2.0.tgz" integrity sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA== acorn@^7.0.0: version "7.4.1" - resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa" + resolved "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz" integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A== acorn@^8.4.1, acorn@^8.7.0: version "8.8.2" - resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.8.2.tgz#1b2f25db02af965399b9776b0c2c391276d37c4a" + resolved "https://registry.npmjs.org/acorn/-/acorn-8.8.2.tgz" integrity sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw== adjust-sourcemap-loader@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/adjust-sourcemap-loader/-/adjust-sourcemap-loader-4.0.0.tgz#fc4a0fd080f7d10471f30a7320f25560ade28c99" + resolved "https://registry.npmjs.org/adjust-sourcemap-loader/-/adjust-sourcemap-loader-4.0.0.tgz" integrity sha512-OXwN5b9pCUXNQHJpwwD2qP40byEmSgzj8B4ydSN0uMNYWiFmJ6x6KwUllMmfk8Rwu/HJDFR7U8ubsWBoN0Xp0A== dependencies: loader-utils "^2.0.0" @@ -4128,14 +4142,14 @@ adjust-sourcemap-loader@^4.0.0: agent-base@6, agent-base@^6.0.0, agent-base@^6.0.2: version "6.0.2" - resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-6.0.2.tgz#49fff58577cfee3f37176feab4c22e00f86d7f77" + resolved "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz" integrity sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ== dependencies: debug "4" agentkeepalive@^4.2.1: version "4.3.0" - resolved "https://registry.yarnpkg.com/agentkeepalive/-/agentkeepalive-4.3.0.tgz#bb999ff07412653c1803b3ced35e50729830a255" + resolved "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.3.0.tgz" integrity sha512-7Epl1Blf4Sy37j4v9f9FjICCh4+KAQOyXgHEwlyBiAQLbhKdq/i2QQU3amQalS/wPhdPzDXPL5DMR5bkn+YeWg== dependencies: debug "^4.1.0" @@ -4144,7 +4158,7 @@ agentkeepalive@^4.2.1: aggregate-error@^3.0.0: version "3.1.0" - resolved "https://registry.yarnpkg.com/aggregate-error/-/aggregate-error-3.1.0.tgz#92670ff50f5359bdb7a3e0d40d0ec30c5737687a" + resolved "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz" integrity sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA== dependencies: clean-stack "^2.0.0" @@ -4152,7 +4166,7 @@ aggregate-error@^3.0.0: ajv@8.6.3: version "8.6.3" - resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.6.3.tgz#11a66527761dc3e9a3845ea775d2d3c0414e8764" + resolved "https://registry.npmjs.org/ajv/-/ajv-8.6.3.tgz" integrity sha512-SMJOdDP6LqTkD0Uq8qLi+gMwSt0imXLSV080qFVwJCpH9U6Mb+SUGHAXM0KNbcBPguytWyvFxcHgMLe2D2XSpw== dependencies: fast-deep-equal "^3.1.1" @@ -4162,31 +4176,36 @@ ajv@8.6.3: ansi-regex@^5.0.1: version "5.0.1" - resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304" + resolved "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz" integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ== +ansi-regex@^6.0.1: + version "6.0.1" + resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.0.1.tgz#3183e38fae9a65d7cb5e53945cd5897d0260a06a" + integrity sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA== + ansi-styles@^3.2.1: version "3.2.1" - resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d" + resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz" integrity sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA== dependencies: color-convert "^1.9.0" -ansi-styles@^4.1.0, ansi-styles@^4.3.0: +ansi-styles@^4.0.0, ansi-styles@^4.1.0, ansi-styles@^4.3.0: version "4.3.0" - resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937" + resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz" integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg== dependencies: color-convert "^2.0.1" -any-promise@^1.0.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/any-promise/-/any-promise-1.3.0.tgz#abc6afeedcea52e809cdc0376aed3ce39635d17f" - integrity sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A== +ansi-styles@^6.1.0: + version "6.2.1" + resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5" + integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug== anymatch@~3.1.2: version "3.1.3" - resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.3.tgz#790c58b19ba1720a84205b57c618d5ad8524973e" + resolved "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz" integrity sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw== dependencies: normalize-path "^3.0.0" @@ -4194,17 +4213,17 @@ anymatch@~3.1.2: "aproba@^1.0.3 || ^2.0.0", aproba@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/aproba/-/aproba-2.0.0.tgz#52520b8ae5b569215b354efc0caa3fe1e45a8adc" + resolved "https://registry.npmjs.org/aproba/-/aproba-2.0.0.tgz" integrity sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ== archy@~1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/archy/-/archy-1.0.0.tgz#f9c8c13757cc1dd7bc379ac77b2c62a5c2868c40" + resolved "https://registry.npmjs.org/archy/-/archy-1.0.0.tgz" integrity sha512-Xg+9RwCg/0p32teKdGMPTPnVXKD0w3DfHnFTficozsAgsvq2XenPJq/MYpzzQ/v8zrOyJn6Ds39VA4JIDwFfqw== are-we-there-yet@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-2.0.0.tgz#372e0e7bd279d8e94c653aaa1f67200884bf3e1c" + resolved "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-2.0.0.tgz" integrity sha512-Ci/qENmwHnsYo9xKIcUJN5LeDKdJ6R1Z1j9V/J5wyq8nh/mYPEpIKJbBZXtZjG04HiK7zV/p6Vs9952MrMeUIw== dependencies: delegates "^1.0.0" @@ -4212,7 +4231,7 @@ are-we-there-yet@^2.0.0: are-we-there-yet@^3.0.0: version "3.0.1" - resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-3.0.1.tgz#679df222b278c64f2cdba1175cdc00b0d96164bd" + resolved "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-3.0.1.tgz" integrity sha512-QZW4EDmGwlYur0Yyf/b2uGucHQMa8aFUP7eu9ddR73vvhFyt4V0Vl3QHPcTNJ8l6qYOBdxgXdnBXQrHilfRQBg== dependencies: delegates "^1.0.0" @@ -4220,7 +4239,7 @@ are-we-there-yet@^3.0.0: are-we-there-yet@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-4.0.0.tgz#3ff397dc14f08b52dd8b2a64d3cee154ab8760d2" + resolved "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-4.0.0.tgz" integrity sha512-nSXlV+u3vtVjRgihdTzbfWYzxPWGo424zPgQbHD0ZqIla3jqYAewDcvee0Ua2hjS5IfTAmjGlx1Jf0PKwjZDEw== dependencies: delegates "^1.0.0" @@ -4228,44 +4247,44 @@ are-we-there-yet@^4.0.0: arg@^4.1.0: version "4.1.3" - resolved "https://registry.yarnpkg.com/arg/-/arg-4.1.3.tgz#269fc7ad5b8e42cb63c896d5666017261c144089" + resolved "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz" integrity sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA== arg@^5.0.2: version "5.0.2" - resolved "https://registry.yarnpkg.com/arg/-/arg-5.0.2.tgz#c81433cc427c92c4dcf4865142dbca6f15acd59c" + resolved "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz" integrity sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg== argparse@^2.0.1: version "2.0.1" - resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38" + resolved "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz" integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q== aria-hidden@^1.1.1, aria-hidden@^1.1.3, aria-hidden@^1.2.3: version "1.2.3" - resolved "https://registry.yarnpkg.com/aria-hidden/-/aria-hidden-1.2.3.tgz#14aeb7fb692bbb72d69bebfa47279c1fd725e954" + resolved "https://registry.npmjs.org/aria-hidden/-/aria-hidden-1.2.3.tgz" integrity sha512-xcLxITLe2HYa1cnYnwCjkOO1PqUHQpozB8x9AR0OgWN2woOBi5kSDVxKfd0b7sb1hw5qFeJhXm9H1nu3xSfLeQ== dependencies: tslib "^2.0.0" array-flatten@1.1.1: version "1.1.1" - resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-1.1.1.tgz#9a5f699051b1e7073328f2a008968b64ea2955d2" + resolved "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz" integrity sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg== arrify@^2.0.0: version "2.0.1" - resolved "https://registry.yarnpkg.com/arrify/-/arrify-2.0.1.tgz#c9655e9331e0abcd588d2a7cad7e9956f66701fa" + resolved "https://registry.npmjs.org/arrify/-/arrify-2.0.1.tgz" integrity sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug== asap@~2.0.3: version "2.0.6" - resolved "https://registry.yarnpkg.com/asap/-/asap-2.0.6.tgz#e50347611d7e690943208bbdafebcbc2fb866d46" + resolved "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz" integrity sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA== asn1js@^3.0.1, asn1js@^3.0.5: version "3.0.5" - resolved "https://registry.yarnpkg.com/asn1js/-/asn1js-3.0.5.tgz#5ea36820443dbefb51cc7f88a2ebb5b462114f38" + resolved "https://registry.npmjs.org/asn1js/-/asn1js-3.0.5.tgz" integrity sha512-FVnvrKJwpt9LP2lAMl8qZswRNm3T4q9CON+bxldk2iwk3FFpuwhx2FfinyitizWHsVYyaY+y5JzDR0rCMV5yTQ== dependencies: pvtsutils "^1.3.2" @@ -4274,29 +4293,29 @@ asn1js@^3.0.1, asn1js@^3.0.5: ast-types@^0.13.2: version "0.13.4" - resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.13.4.tgz#ee0d77b343263965ecc3fb62da16e7222b2b6782" + resolved "https://registry.npmjs.org/ast-types/-/ast-types-0.13.4.tgz" integrity sha512-x1FCFnFifvYDDzTaLII71vG5uvDwgtmDTEVWAxrgeiR8VjMONcCXJx7E+USjDtHlwFmt9MysbqgF9b9Vjr6w+w== dependencies: tslib "^2.0.1" async-listen@2.0.3: version "2.0.3" - resolved "https://registry.yarnpkg.com/async-listen/-/async-listen-2.0.3.tgz#be1be5a1b15e6007123e67275450fc4e84955e61" + resolved "https://registry.npmjs.org/async-listen/-/async-listen-2.0.3.tgz" integrity sha512-WVLi/FGIQaXyfYyNvmkwKT1RZbkzszLLnmW/gFCc5lbVvN/0QQCWpBwRBk2OWSdkkmKRBc8yD6BrKsjA3XKaSw== async-listen@3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/async-listen/-/async-listen-3.0.0.tgz#2e5941390b7d8c753d4dbe94bc6aecbdde52ec5e" + resolved "https://registry.npmjs.org/async-listen/-/async-listen-3.0.0.tgz" integrity sha512-V+SsTpDqkrWTimiotsyl33ePSjA5/KrithwupuvJ6ztsqPvGv6ge4OredFhPffVXiLN/QUWvE0XcqJaYgt6fOg== asynckit@^0.4.0: version "0.4.0" - resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79" + resolved "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz" integrity sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q== autoprefixer@^10.4.12: version "10.4.14" - resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.14.tgz#e28d49902f8e759dd25b153264e862df2705f79d" + resolved "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.14.tgz" integrity sha512-FQzyfOsTlwVzjHxKEqRIAdJx9niO6VCBCoEwax/VLSoQF29ggECcPuBqUMZ+u8jCZOPSy8b8/8KnuFbp0SaFZQ== dependencies: browserslist "^4.21.5" @@ -4308,14 +4327,14 @@ autoprefixer@^10.4.12: axios@0.21.3: version "0.21.3" - resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.3.tgz#f85d9b747f9b66d59ca463605cedf1844872b82e" + resolved "https://registry.npmjs.org/axios/-/axios-0.21.3.tgz" integrity sha512-JtoZ3Ndke/+Iwt5n+BgSli/3idTvpt5OjKyoCmz4LX5+lPiY5l7C1colYezhlxThjNa/NhngCUWZSZFypIFuaA== dependencies: follow-redirects "^1.14.0" axios@^1.4.0: version "1.4.0" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.4.0.tgz#38a7bf1224cd308de271146038b551d725f0be1f" + resolved "https://registry.npmjs.org/axios/-/axios-1.4.0.tgz" integrity sha512-S4XCWMEmzvo64T9GfvQDOXgYRDJ/wsSZc7Jvdgx5u1sd0JwsuPLqb3SYmusag+edF6ziyMensPVqLTSc1PiSEA== dependencies: follow-redirects "^1.15.0" @@ -4324,7 +4343,7 @@ axios@^1.4.0: babel-plugin-macros@^3.1.0: version "3.1.0" - resolved "https://registry.yarnpkg.com/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz#9ef6dc74deb934b4db344dc973ee851d148c50c1" + resolved "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz" integrity sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg== dependencies: "@babel/runtime" "^7.12.5" @@ -4333,37 +4352,37 @@ babel-plugin-macros@^3.1.0: balanced-match@^1.0.0, balanced-match@^1.0.2: version "1.0.2" - resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee" + resolved "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz" integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw== base64-js@^1.3.0, base64-js@^1.3.1: version "1.5.1" - resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a" + resolved "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz" integrity sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA== base64id@2.0.0, base64id@~2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/base64id/-/base64id-2.0.0.tgz#2770ac6bc47d312af97a8bf9a634342e0cd25cb6" + resolved "https://registry.npmjs.org/base64id/-/base64id-2.0.0.tgz" integrity sha512-lGe34o6EHj9y3Kts9R4ZYs/Gr+6N7MCaMlIFA3F1R2O5/m7K06AxfSeO5530PEERE6/WyEg3lsuyw4GHlPZHog== base64url@^3.0.1: version "3.0.1" - resolved "https://registry.yarnpkg.com/base64url/-/base64url-3.0.1.tgz#6399d572e2bc3f90a9a8b22d5dbb0a32d33f788d" + resolved "https://registry.npmjs.org/base64url/-/base64url-3.0.1.tgz" integrity sha512-ir1UPr3dkwexU7FdV8qBBbNDRUhMmIekYMFZfi+C/sLNnRESKPl23nB9b2pltqfOQNnGzsDdId90AEtG5tCx4A== big.js@^5.2.2: version "5.2.2" - resolved "https://registry.yarnpkg.com/big.js/-/big.js-5.2.2.tgz#65f0af382f578bcdc742bd9c281e9cb2d7768328" + resolved "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz" integrity sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ== bignumber.js@^9.0.0: version "9.1.1" - resolved "https://registry.yarnpkg.com/bignumber.js/-/bignumber.js-9.1.1.tgz#c4df7dc496bd849d4c9464344c1aa74228b4dac6" + resolved "https://registry.npmjs.org/bignumber.js/-/bignumber.js-9.1.1.tgz" integrity sha512-pHm4LsMJ6lzgNGVfZHjMoO8sdoRhOzOH4MLmY65Jg70bpxCKu5iOHNJyfF6OyvYw7t8Fpf35RuzUyqnQsj8Vig== bin-links@^4.0.1: version "4.0.1" - resolved "https://registry.yarnpkg.com/bin-links/-/bin-links-4.0.1.tgz#afeb0549e642f61ff889b58ea2f8dca78fb9d8d3" + resolved "https://registry.npmjs.org/bin-links/-/bin-links-4.0.1.tgz" integrity sha512-bmFEM39CyX336ZGGRsGPlc6jZHriIoHacOQcTt72MktIjpPhZoP4te2jOyUXF3BLILmJ8aNLncoPVeIIFlrDeA== dependencies: cmd-shim "^6.0.0" @@ -4373,12 +4392,12 @@ bin-links@^4.0.1: binary-extensions@^2.0.0, binary-extensions@^2.2.0: version "2.2.0" - resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.2.0.tgz#75f502eeaf9ffde42fc98829645be4ea76bd9e2d" + resolved "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz" integrity sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA== body-parser@1.20.1: version "1.20.1" - resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.1.tgz#b1812a8912c195cd371a3ee5e66faa2338a5c668" + resolved "https://registry.npmjs.org/body-parser/-/body-parser-1.20.1.tgz" integrity sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw== dependencies: bytes "3.1.2" @@ -4396,7 +4415,7 @@ body-parser@1.20.1: brace-expansion@^1.1.7: version "1.1.11" - resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd" + resolved "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz" integrity sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA== dependencies: balanced-match "^1.0.0" @@ -4404,21 +4423,21 @@ brace-expansion@^1.1.7: brace-expansion@^2.0.1: version "2.0.1" - resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae" + resolved "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz" integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA== dependencies: balanced-match "^1.0.0" braces@^3.0.2, braces@~3.0.2: version "3.0.2" - resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107" + resolved "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz" integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A== dependencies: fill-range "^7.0.1" browserslist@^4.21.5: version "4.21.5" - resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.21.5.tgz#75c5dae60063ee641f977e00edd3cfb2fb7af6a7" + resolved "https://registry.npmjs.org/browserslist/-/browserslist-4.21.5.tgz" integrity sha512-tUkiguQGW7S3IhB7N+c2MV/HZPSCPAAiYBZXLsBhFB/PCy6ZKKsZrmBayHV9fdGV/ARIfJ14NkxKzRDjvp7L6w== dependencies: caniuse-lite "^1.0.30001449" @@ -4428,12 +4447,12 @@ browserslist@^4.21.5: buffer-equal-constant-time@1.0.1: version "1.0.1" - resolved "https://registry.yarnpkg.com/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz#f8e71132f7ffe6e01a5c9697a4c6f3e48d5cc819" + resolved "https://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz" integrity sha512-zRpUiDwd/xk6ADqPMATG8vc9VPrkck7T07OIx0gnjmJAnHnTVXNQG3vfvWNuiZIkwu9KrKdA1iJKfsfTVxE6NA== buffer@^6.0.3: version "6.0.3" - resolved "https://registry.yarnpkg.com/buffer/-/buffer-6.0.3.tgz#2ace578459cc8fbe2a70aaa8f52ee63b6a74c6c6" + resolved "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz" integrity sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA== dependencies: base64-js "^1.3.1" @@ -4441,33 +4460,33 @@ buffer@^6.0.3: bufferutil@^4.0.1: version "4.0.7" - resolved "https://registry.yarnpkg.com/bufferutil/-/bufferutil-4.0.7.tgz#60c0d19ba2c992dd8273d3f73772ffc894c153ad" + resolved "https://registry.npmjs.org/bufferutil/-/bufferutil-4.0.7.tgz" integrity sha512-kukuqc39WOHtdxtw4UScxF/WVnMFVSQVKhtx3AjZJzhd0RGZZldcrfSEbVsWWe6KNH253574cq5F+wpv0G9pJw== dependencies: node-gyp-build "^4.3.0" builtins@^5.0.0: version "5.0.1" - resolved "https://registry.yarnpkg.com/builtins/-/builtins-5.0.1.tgz#87f6db9ab0458be728564fa81d876d8d74552fa9" + resolved "https://registry.npmjs.org/builtins/-/builtins-5.0.1.tgz" integrity sha512-qwVpFEHNfhYJIzNRBvd2C1kyo6jz3ZSMPyyuR47OPdiKWlbYnZNyDWuyR175qDnAJLiCo5fBBqPb3RiXgWlkOQ== dependencies: semver "^7.0.0" busboy@1.6.0: version "1.6.0" - resolved "https://registry.yarnpkg.com/busboy/-/busboy-1.6.0.tgz#966ea36a9502e43cdb9146962523b92f531f6893" + resolved "https://registry.npmjs.org/busboy/-/busboy-1.6.0.tgz" integrity sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA== dependencies: streamsearch "^1.1.0" bytes@3.1.2: version "3.1.2" - resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.2.tgz#8b0beeb98605adf1b128fa4386403c009e0221a5" + resolved "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz" integrity sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg== cacache@^16.1.0: version "16.1.3" - resolved "https://registry.yarnpkg.com/cacache/-/cacache-16.1.3.tgz#a02b9f34ecfaf9a78c9f4bc16fceb94d5d67a38e" + resolved "https://registry.npmjs.org/cacache/-/cacache-16.1.3.tgz" integrity sha512-/+Emcj9DAXxX4cwlLmRI9c166RuL3w30zp4R7Joiv2cQTtTtA+jeuCAjH3ZlGnYS3tKENSrKhAzVVP9GVyzeYQ== dependencies: "@npmcli/fs" "^2.1.0" @@ -4490,27 +4509,26 @@ cacache@^16.1.0: unique-filename "^2.0.0" cacache@^17.0.0, cacache@^17.0.4: - version "17.0.5" - resolved "https://registry.yarnpkg.com/cacache/-/cacache-17.0.5.tgz#6dbec26c11f1f6a2b558bc11ed3316577c339ebc" - integrity sha512-Y/PRQevNSsjAPWykl9aeGz8Pr+OI6BYM9fYDNMvOkuUiG9IhG4LEmaYrZZZvioMUEQ+cBCxT0v8wrnCURccyKA== + version "17.1.4" + resolved "https://registry.yarnpkg.com/cacache/-/cacache-17.1.4.tgz#b3ff381580b47e85c6e64f801101508e26604b35" + integrity sha512-/aJwG2l3ZMJ1xNAnqbMpA40of9dj/pIH3QfiuQSqjfPJF747VR0J/bHn+/KdNnHKc6XQcWt/AfRSBft82W1d2A== dependencies: "@npmcli/fs" "^3.1.0" fs-minipass "^3.0.0" - glob "^9.3.1" + glob "^10.2.2" lru-cache "^7.7.1" - minipass "^4.0.0" + minipass "^7.0.3" minipass-collect "^1.0.2" minipass-flush "^1.0.5" minipass-pipeline "^1.2.4" p-map "^4.0.0" - promise-inflight "^1.0.1" ssri "^10.0.0" tar "^6.1.11" unique-filename "^3.0.0" call-bind@^1.0.0, call-bind@^1.0.2: version "1.0.2" - resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.2.tgz#b1d4e89e688119c3c9a903ad30abb2f6a919be3c" + resolved "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz" integrity sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA== dependencies: function-bind "^1.1.1" @@ -4518,17 +4536,17 @@ call-bind@^1.0.0, call-bind@^1.0.2: callsites@^3.0.0: version "3.1.0" - resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73" + resolved "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz" integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ== camelcase-css@^2.0.1: version "2.0.1" - resolved "https://registry.yarnpkg.com/camelcase-css/-/camelcase-css-2.0.1.tgz#ee978f6947914cc30c6b44741b6ed1df7f043fd5" + resolved "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz" integrity sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA== camelcase-keys@6.2.2: version "6.2.2" - resolved "https://registry.yarnpkg.com/camelcase-keys/-/camelcase-keys-6.2.2.tgz#5e755d6ba51aa223ec7d3d52f25778210f9dc3c0" + resolved "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-6.2.2.tgz" integrity sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg== dependencies: camelcase "^5.3.1" @@ -4537,17 +4555,17 @@ camelcase-keys@6.2.2: camelcase@^5.3.1: version "5.3.1" - resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320" + resolved "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz" integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg== caniuse-lite@^1.0.30001406, caniuse-lite@^1.0.30001449, caniuse-lite@^1.0.30001464: version "1.0.30001469" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001469.tgz#3dd505430c8522fdc9f94b4a19518e330f5c945a" + resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001469.tgz" integrity sha512-Rcp7221ScNqQPP3W+lVOYDyjdR6dC+neEQCttoNr5bAyz54AboB4iwpnWgyi8P4YUsPybVzT4LgWiBbI3drL4g== chalk@^2.0.0: version "2.4.2" - resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424" + resolved "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz" integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== dependencies: ansi-styles "^3.2.1" @@ -4556,7 +4574,7 @@ chalk@^2.0.0: chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.2: version "4.1.2" - resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01" + resolved "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz" integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA== dependencies: ansi-styles "^4.1.0" @@ -4564,7 +4582,7 @@ chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.2: "chokidar@>=3.0.0 <4.0.0", chokidar@^3.5.3: version "3.5.3" - resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.3.tgz#1cf37c8707b932bd1af1ae22c0432e2acd1903bd" + resolved "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz" integrity sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw== dependencies: anymatch "~3.1.2" @@ -4579,44 +4597,44 @@ chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.2: chownr@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/chownr/-/chownr-2.0.0.tgz#15bfbe53d2eab4cf70f18a8cd68ebe5b3cb1dece" + resolved "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz" integrity sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ== ci-info@^3.6.1, ci-info@^3.7.1, ci-info@^3.8.0: version "3.8.0" - resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.8.0.tgz#81408265a5380c929f0bc665d62256628ce9ef91" + resolved "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz" integrity sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw== cidr-regex@^3.1.1: version "3.1.1" - resolved "https://registry.yarnpkg.com/cidr-regex/-/cidr-regex-3.1.1.tgz#ba1972c57c66f61875f18fd7dd487469770b571d" + resolved "https://registry.npmjs.org/cidr-regex/-/cidr-regex-3.1.1.tgz" integrity sha512-RBqYd32aDwbCMFJRL6wHOlDNYJsPNTt8vC82ErHF5vKt8QQzxm1FrkW8s/R5pVrXMf17sba09Uoy91PKiddAsw== dependencies: ip-regex "^4.1.0" classcat@^5.0.3, classcat@^5.0.4: version "5.0.4" - resolved "https://registry.yarnpkg.com/classcat/-/classcat-5.0.4.tgz#e12d1dfe6df6427f260f03b80dc63571a5107ba6" + resolved "https://registry.npmjs.org/classcat/-/classcat-5.0.4.tgz" integrity sha512-sbpkOw6z413p+HDGcBENe498WM9woqWHiJxCq7nvmxe9WmrUmqfAcxpIwAiMtM5Q3AhYkzXcNQHqsWq0mND51g== classnames@2.3.1: version "2.3.1" - resolved "https://registry.yarnpkg.com/classnames/-/classnames-2.3.1.tgz#dfcfa3891e306ec1dad105d0e88f4417b8535e8e" + resolved "https://registry.npmjs.org/classnames/-/classnames-2.3.1.tgz" integrity sha512-OlQdbZ7gLfGarSqxesMesDa5uz7KFbID8Kpq/SxIoNGDqY8lSYs0D+hhtBXhcdB3rcbXArFr7vlHheLk1voeNA== classnames@^2.2.5, classnames@^2.2.6, classnames@^2.3.2: version "2.3.2" - resolved "https://registry.yarnpkg.com/classnames/-/classnames-2.3.2.tgz#351d813bf0137fcc6a76a16b88208d2560a0d924" + resolved "https://registry.npmjs.org/classnames/-/classnames-2.3.2.tgz" integrity sha512-CSbhY4cFEJRe6/GQzIk5qXZ4Jeg5pcsP7b5peFSDpffpe1cqjASH/n9UTjBwOp6XpMSTwQ8Za2K5V02ueA7Tmw== clean-stack@^2.0.0: version "2.2.0" - resolved "https://registry.yarnpkg.com/clean-stack/-/clean-stack-2.2.0.tgz#ee8472dbb129e727b31e8a10a427dee9dfe4008b" + resolved "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz" integrity sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A== cli-columns@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/cli-columns/-/cli-columns-4.0.0.tgz#9fe4d65975238d55218c41bd2ed296a7fa555646" + resolved "https://registry.npmjs.org/cli-columns/-/cli-columns-4.0.0.tgz" integrity sha512-XW2Vg+w+L9on9wtwKpyzluIPCWXjaBahI7mTcYjx+BVIYD9c3yqcv/yKC7CmdCZat4rq2yiE1UMSJC5ivKfMtQ== dependencies: string-width "^4.2.3" @@ -4624,7 +4642,7 @@ cli-columns@^4.0.0: cli-table3@^0.6.3: version "0.6.3" - resolved "https://registry.yarnpkg.com/cli-table3/-/cli-table3-0.6.3.tgz#61ab765aac156b52f222954ffc607a6f01dbeeb2" + resolved "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.3.tgz" integrity sha512-w5Jac5SykAeZJKntOxJCrm63Eg5/4dhMWIcuTbo9rpE+brgaSZo0RuNJZeOyMgsUdhDeojvgyQLmjI+K50ZGyg== dependencies: string-width "^4.2.0" @@ -4633,27 +4651,27 @@ cli-table3@^0.6.3: client-only@0.0.1: version "0.0.1" - resolved "https://registry.yarnpkg.com/client-only/-/client-only-0.0.1.tgz#38bba5d403c41ab150bff64a95c85013cf73bca1" + resolved "https://registry.npmjs.org/client-only/-/client-only-0.0.1.tgz" integrity sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA== clone@^1.0.2: version "1.0.4" - resolved "https://registry.yarnpkg.com/clone/-/clone-1.0.4.tgz#da309cc263df15994c688ca902179ca3c7cd7c7e" + resolved "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz" integrity sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg== clone@^2.1.1: version "2.1.2" - resolved "https://registry.yarnpkg.com/clone/-/clone-2.1.2.tgz#1b7f4b9f591f1e8f83670401600345a02887435f" + resolved "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz" integrity sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w== cloudinary-core@2.13.0: version "2.13.0" - resolved "https://registry.yarnpkg.com/cloudinary-core/-/cloudinary-core-2.13.0.tgz#b59f90871b6c708c3d0735b9be47ac08181c57fb" + resolved "https://registry.npmjs.org/cloudinary-core/-/cloudinary-core-2.13.0.tgz" integrity sha512-Nt0Q5I2FtenmJghtC4YZ3MZZbGg1wLm84SsxcuVwZ83OyJqG9CNIGp86CiI6iDv3QobaqBUpOT7vg+HqY5HxEA== cloudinary@^1.37.0: version "1.37.0" - resolved "https://registry.yarnpkg.com/cloudinary/-/cloudinary-1.37.0.tgz#26daefc8794e397d21350242d075eca05d744ece" + resolved "https://registry.npmjs.org/cloudinary/-/cloudinary-1.37.0.tgz" integrity sha512-hCAb3kU2nqjaHxDHxh+bi691A6LEuF68A2jHvYR5wDhDxx5qNRJLYqABbmxP6TQJriJd0Tq309fZvzBXkTW6sw== dependencies: cloudinary-core "2.13.0" @@ -4665,51 +4683,51 @@ cloudinary@^1.37.0: clsx@^1.1.1, clsx@^1.2.1: version "1.2.1" - resolved "https://registry.yarnpkg.com/clsx/-/clsx-1.2.1.tgz#0ddc4a20a549b59c93a4116bb26f5294ca17dc12" + resolved "https://registry.npmjs.org/clsx/-/clsx-1.2.1.tgz" integrity sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg== clsx@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/clsx/-/clsx-2.0.0.tgz#12658f3fd98fafe62075595a5c30e43d18f3d00b" + resolved "https://registry.npmjs.org/clsx/-/clsx-2.0.0.tgz" integrity sha512-rQ1+kcj+ttHG0MKVGBUXwayCCF1oh39BF5COIpRzuCEv8Mwjv0XucrI2ExNTOn9IlLifGClWQcU9BrZORvtw6Q== cmd-shim@^6.0.0: version "6.0.1" - resolved "https://registry.yarnpkg.com/cmd-shim/-/cmd-shim-6.0.1.tgz#a65878080548e1dca760b3aea1e21ed05194da9d" + resolved "https://registry.npmjs.org/cmd-shim/-/cmd-shim-6.0.1.tgz" integrity sha512-S9iI9y0nKR4hwEQsVWpyxld/6kRfGepGfzff83FcaiEBpmvlbA2nnGe7Cylgrx2f/p1P5S5wpRm9oL8z1PbS3Q== code-block-writer@^10.1.1: version "10.1.1" - resolved "https://registry.yarnpkg.com/code-block-writer/-/code-block-writer-10.1.1.tgz#ad5684ed4bfb2b0783c8b131281ae84ee640a42f" + resolved "https://registry.npmjs.org/code-block-writer/-/code-block-writer-10.1.1.tgz" integrity sha512-67ueh2IRGst/51p0n6FvPrnRjAGHY5F8xdjkgrYE7DDzpJe6qA07RYQ9VcoUeo5ATOjSOiWpSL3SWBRRbempMw== color-convert@^1.9.0: version "1.9.3" - resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8" + resolved "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz" integrity sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg== dependencies: color-name "1.1.3" color-convert@^2.0.1: version "2.0.1" - resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz#72d3a68d598c9bdb3af2ad1e84f21d896abd4de3" + resolved "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz" integrity sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ== dependencies: color-name "~1.1.4" color-name@1.1.3: version "1.1.3" - resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25" + resolved "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz" integrity sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw== color-name@^1.0.0, color-name@^1.1.4, color-name@~1.1.4: version "1.1.4" - resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2" + resolved "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz" integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== color-string@^1.9.0: version "1.9.1" - resolved "https://registry.yarnpkg.com/color-string/-/color-string-1.9.1.tgz#4467f9146f036f855b764dfb5bf8582bf342c7a4" + resolved "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz" integrity sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg== dependencies: color-name "^1.0.0" @@ -4717,17 +4735,17 @@ color-string@^1.9.0: color-support@^1.1.2, color-support@^1.1.3: version "1.1.3" - resolved "https://registry.yarnpkg.com/color-support/-/color-support-1.1.3.tgz#93834379a1cc9a0c61f82f52f0d04322251bd5a2" + resolved "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz" integrity sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg== color2k@^2.0.2: version "2.0.2" - resolved "https://registry.yarnpkg.com/color2k/-/color2k-2.0.2.tgz#ac2b4aea11c822a6bcb70c768b5a289f4fffcebb" + resolved "https://registry.npmjs.org/color2k/-/color2k-2.0.2.tgz" integrity sha512-kJhwH5nAwb34tmyuqq/lgjEKzlFXn1U99NlnB6Ws4qVaERcRUYeYP1cBw6BJ4vxaWStAUEef4WMr7WjOCnBt8w== color@^4.2.3: version "4.2.3" - resolved "https://registry.yarnpkg.com/color/-/color-4.2.3.tgz#d781ecb5e57224ee43ea9627560107c0e0c6463a" + resolved "https://registry.npmjs.org/color/-/color-4.2.3.tgz" integrity sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A== dependencies: color-convert "^2.0.1" @@ -4735,7 +4753,7 @@ color@^4.2.3: columnify@^1.6.0: version "1.6.0" - resolved "https://registry.yarnpkg.com/columnify/-/columnify-1.6.0.tgz#6989531713c9008bb29735e61e37acf5bd553cf3" + resolved "https://registry.npmjs.org/columnify/-/columnify-1.6.0.tgz" integrity sha512-lomjuFZKfM6MSAnV9aCZC9sc0qGbmZdfygNv+nCpqVkSKdCxCklLtd16O0EILGkImHw9ZpHkAnHaB+8Zxq5W6Q== dependencies: strip-ansi "^6.0.1" @@ -4743,115 +4761,110 @@ columnify@^1.6.0: combined-stream@^1.0.8: version "1.0.8" - resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f" + resolved "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz" integrity sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg== dependencies: delayed-stream "~1.0.0" -commander@^4.0.0: - version "4.1.1" - resolved "https://registry.yarnpkg.com/commander/-/commander-4.1.1.tgz#9fd602bd936294e9e9ef46a3f4d6964044b18068" - integrity sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA== - common-ancestor-path@^1.0.1: version "1.0.1" - resolved "https://registry.yarnpkg.com/common-ancestor-path/-/common-ancestor-path-1.0.1.tgz#4f7d2d1394d91b7abdf51871c62f71eadb0182a7" + resolved "https://registry.npmjs.org/common-ancestor-path/-/common-ancestor-path-1.0.1.tgz" integrity sha512-L3sHRo1pXXEqX8VU28kfgUY+YGsk09hPqZiZmLacNib6XNTCM8ubYeT7ryXQw8asB1sKgcU5lkB7ONug08aB8w== component-emitter@^1.3.0: version "1.3.0" - resolved "https://registry.yarnpkg.com/component-emitter/-/component-emitter-1.3.0.tgz#16e4070fba8ae29b679f2215853ee181ab2eabc0" + resolved "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.0.tgz" integrity sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg== compute-scroll-into-view@3.0.3: version "3.0.3" - resolved "https://registry.yarnpkg.com/compute-scroll-into-view/-/compute-scroll-into-view-3.0.3.tgz#c418900a5c56e2b04b885b54995df164535962b1" + resolved "https://registry.npmjs.org/compute-scroll-into-view/-/compute-scroll-into-view-3.0.3.tgz" integrity sha512-nadqwNxghAGTamwIqQSG433W6OADZx2vCo3UXHNrzTRHK/htu+7+L0zhjEoaeaQVNAi3YgqWDv8+tzf0hRfR+A== concat-map@0.0.1: version "0.0.1" - resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" + resolved "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz" integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg== console-control-strings@^1.0.0, console-control-strings@^1.1.0: version "1.1.0" - resolved "https://registry.yarnpkg.com/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e" + resolved "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz" integrity sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ== content-disposition@0.5.4: version "0.5.4" - resolved "https://registry.yarnpkg.com/content-disposition/-/content-disposition-0.5.4.tgz#8b82b4efac82512a02bb0b1dcec9d2c5e8eb5bfe" + resolved "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz" integrity sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ== dependencies: safe-buffer "5.2.1" content-type@~1.0.4: version "1.0.5" - resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.5.tgz#8b773162656d1d1086784c8f23a54ce6d73d7918" + resolved "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz" integrity sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA== convert-hrtime@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/convert-hrtime/-/convert-hrtime-3.0.0.tgz#62c7593f5809ca10be8da858a6d2f702bcda00aa" + resolved "https://registry.npmjs.org/convert-hrtime/-/convert-hrtime-3.0.0.tgz" integrity sha512-7V+KqSvMiHp8yWDuwfww06XleMWVVB9b9tURBx+G7UTADuo5hYPuowKloz4OzOqbPezxgo+fdQ1522WzPG4OeA== -convert-source-map@1.7.0: +convert-source-map@1.7.0, convert-source-map@^1.5.0: version "1.7.0" - resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.7.0.tgz#17a2cb882d7f77d3490585e2ce6c524424a3a442" + resolved "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.7.0.tgz" integrity sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA== dependencies: safe-buffer "~5.1.1" -convert-source-map@^1.5.0, convert-source-map@^1.7.0: +convert-source-map@^1.7.0: version "1.9.0" - resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.9.0.tgz#7faae62353fb4213366d0ca98358d22e8368b05f" + resolved "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz" integrity sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A== cookie-signature@1.0.6: version "1.0.6" - resolved "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.6.tgz#e303a882b342cc3ee8ca513a79999734dab3ae2c" + resolved "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz" integrity sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ== cookie@0.5.0, cookie@^0.5.0: version "0.5.0" - resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.5.0.tgz#d1f5d71adec6558c58f389987c366aa47e994f8b" + resolved "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz" integrity sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw== cookie@~0.4.1: version "0.4.2" - resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.2.tgz#0e41f24de5ecf317947c82fc789e06a884824432" + resolved "https://registry.npmjs.org/cookie/-/cookie-0.4.2.tgz" integrity sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA== cookiejar@^2.1.2: version "2.1.4" - resolved "https://registry.yarnpkg.com/cookiejar/-/cookiejar-2.1.4.tgz#ee669c1fea2cf42dc31585469d193fef0d65771b" + resolved "https://registry.npmjs.org/cookiejar/-/cookiejar-2.1.4.tgz" integrity sha512-LDx6oHrK+PhzLKJU9j5S7/Y3jM/mUHvD/DeI1WQmJn652iPC5Y4TBzC9l+5OMOXlyTTA+SmVUPm0HQUwpD5Jqw== copy-to-clipboard@3.3.3, copy-to-clipboard@^3.3.1: version "3.3.3" - resolved "https://registry.yarnpkg.com/copy-to-clipboard/-/copy-to-clipboard-3.3.3.tgz#55ac43a1db8ae639a4bd99511c148cdd1b83a1b0" + resolved "https://registry.npmjs.org/copy-to-clipboard/-/copy-to-clipboard-3.3.3.tgz" integrity sha512-2KV8NhB5JqC3ky0r9PMCAZKbUHSwtEo4CwCs0KXgruG43gX5PMqDEBbVU4OUzw2MuAWUfsuFmWvEKG5QRfSnJA== dependencies: toggle-selection "^1.0.6" core-js@3.30.1: version "3.30.1" - resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.30.1.tgz#fc9c5adcc541d8e9fa3e381179433cbf795628ba" + resolved "https://registry.npmjs.org/core-js/-/core-js-3.30.1.tgz" integrity sha512-ZNS5nbiSwDTq4hFosEDqm65izl2CWmLz0hARJMyNQBgkUZMIF51cQiMvIQKA6hvuaeWxQDP3hEedM1JZIgTldQ== core-js@^3.6.4: version "3.29.1" - resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.29.1.tgz#40ff3b41588b091aaed19ca1aa5cb111803fa9a6" + resolved "https://registry.npmjs.org/core-js/-/core-js-3.29.1.tgz" integrity sha512-+jwgnhg6cQxKYIIjGtAHq2nwUOolo9eoFZ4sHfUH09BLXBgxnH4gA0zEd+t+BO2cNB8idaBtZFcFTRjQJRJmAw== core-util-is@~1.0.0: version "1.0.3" - resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.3.tgz#a6042d3634c2b27e9328f837b965fac83808db85" + resolved "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz" integrity sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ== cors@^2.8.5, cors@~2.8.5: version "2.8.5" - resolved "https://registry.yarnpkg.com/cors/-/cors-2.8.5.tgz#eac11da51592dd86b9f06f6e7ac293b3df875d29" + resolved "https://registry.npmjs.org/cors/-/cors-2.8.5.tgz" integrity sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g== dependencies: object-assign "^4" @@ -4859,7 +4872,7 @@ cors@^2.8.5, cors@~2.8.5: cosmiconfig@^7.0.0: version "7.1.0" - resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-7.1.0.tgz#1443b9afa596b670082ea46cbd8f6a62b84635f6" + resolved "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz" integrity sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA== dependencies: "@types/parse-json" "^4.0.0" @@ -4870,7 +4883,7 @@ cosmiconfig@^7.0.0: cosmiconfig@^8.1.3: version "8.2.0" - resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-8.2.0.tgz#f7d17c56a590856cd1e7cee98734dca272b0d8fd" + resolved "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.2.0.tgz" integrity sha512-3rTMnFJA1tCOPwRxtgF4wd7Ab2qvDbL8jX+3smjIbS4HlZBagTlpERbdN7iAbWlrfxE3M8c27kTwTawQ7st+OQ== dependencies: import-fresh "^3.2.1" @@ -4880,7 +4893,7 @@ cosmiconfig@^8.1.3: create-react-class@^15.5.2, create-react-class@^15.6.0: version "15.7.0" - resolved "https://registry.yarnpkg.com/create-react-class/-/create-react-class-15.7.0.tgz#7499d7ca2e69bb51d13faf59bd04f0c65a1d6c1e" + resolved "https://registry.npmjs.org/create-react-class/-/create-react-class-15.7.0.tgz" integrity sha512-QZv4sFWG9S5RUvkTYWbflxeZX+JG7Cz0Tn33rQBJ+WFQTqTfUTjMjiv9tnfXazjsO5r0KhPs+AqCjyrQX6h2ng== dependencies: loose-envify "^1.3.1" @@ -4888,31 +4901,40 @@ create-react-class@^15.5.2, create-react-class@^15.6.0: create-require@^1.1.0: version "1.1.1" - resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333" + resolved "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz" integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ== cross-fetch@^3.0.4: version "3.1.5" - resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.1.5.tgz#e1389f44d9e7ba767907f7af8454787952ab534f" + resolved "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.5.tgz" integrity sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw== dependencies: node-fetch "2.6.7" +cross-spawn@^7.0.0: + version "7.0.3" + resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6" + integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w== + dependencies: + path-key "^3.1.0" + shebang-command "^2.0.0" + which "^2.0.1" + crypto-js@^4.1.1: version "4.1.1" - resolved "https://registry.yarnpkg.com/crypto-js/-/crypto-js-4.1.1.tgz#9e485bcf03521041bd85844786b83fb7619736cf" + resolved "https://registry.npmjs.org/crypto-js/-/crypto-js-4.1.1.tgz" integrity sha512-o2JlM7ydqd3Qk9CA0L4NL6mTzU2sdx96a+oOfPu8Mkl/PK51vSyoi8/rQ8NknZtk44vq15lmhAj9CIAGwgeWKw== css-box-model@1.2.1, css-box-model@^1.2.0: version "1.2.1" - resolved "https://registry.yarnpkg.com/css-box-model/-/css-box-model-1.2.1.tgz#59951d3b81fd6b2074a62d49444415b0d2b4d7c1" + resolved "https://registry.npmjs.org/css-box-model/-/css-box-model-1.2.1.tgz" integrity sha512-a7Vr4Q/kd/aw96bnJG332W9V9LkJO69JRcaCYDUqjp6/z0w6VcZjgAcTbgFxEPfBgdnAwlh3iwu+hLopa+flJw== dependencies: tiny-invariant "^1.0.6" css-loader@^6.7.3: version "6.8.1" - resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-6.8.1.tgz#0f8f52699f60f5e679eab4ec0fcd68b8e8a50a88" + resolved "https://registry.npmjs.org/css-loader/-/css-loader-6.8.1.tgz" integrity sha512-xDAXtEVGlD0gJ07iclwWVkLoZOpEvAWaSyf6W18S2pOC//K8+qUDIx8IIT3D+HjnmkJPQeesOPv5aiUaJsCM2g== dependencies: icss-utils "^5.1.0" @@ -4926,7 +4948,7 @@ css-loader@^6.7.3: css-vars-ponyfill@^2.3.2: version "2.4.8" - resolved "https://registry.yarnpkg.com/css-vars-ponyfill/-/css-vars-ponyfill-2.4.8.tgz#5e34912730b9ea272197e44f33cd8679907dc72c" + resolved "https://registry.npmjs.org/css-vars-ponyfill/-/css-vars-ponyfill-2.4.8.tgz" integrity sha512-4/j4AX4htytYHWyHVZ2BFQ+NoCGZEcOH2h4/2mmgE4SkrFg4Xq6tGYR77DtvvUIDsaXuJN+sj41bbgauA0Gfmg== dependencies: balanced-match "^1.0.2" @@ -4934,32 +4956,32 @@ css-vars-ponyfill@^2.3.2: cssesc@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/cssesc/-/cssesc-3.0.0.tgz#37741919903b868565e1c09ea747445cd18983ee" + resolved "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz" integrity sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg== -csstype@3.1.1, csstype@^3.0.2: +csstype@3.1.1, csstype@^3.0.11, csstype@^3.0.2: version "3.1.1" - resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.1.tgz#841b532c45c758ee546a11d5bd7b7b473c8c30b9" + resolved "https://registry.npmjs.org/csstype/-/csstype-3.1.1.tgz" integrity sha512-DJR/VvkAvSZW9bTouZue2sSxDwdTN92uHjqeKVm+0dAqdfNykRzQ95tay8aXMBAAPpUiq4Qcug2L7neoRh2Egw== -csstype@^3.0.11, csstype@^3.1.2: +csstype@^3.1.2: version "3.1.2" - resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.2.tgz#1d4bf9d572f11c14031f0436e1c10bc1f571f50b" + resolved "https://registry.npmjs.org/csstype/-/csstype-3.1.2.tgz" integrity sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ== "d3-color@1 - 3": version "3.1.0" - resolved "https://registry.yarnpkg.com/d3-color/-/d3-color-3.1.0.tgz#395b2833dfac71507f12ac2f7af23bf819de24e2" + resolved "https://registry.npmjs.org/d3-color/-/d3-color-3.1.0.tgz" integrity sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA== "d3-dispatch@1 - 3": version "3.0.1" - resolved "https://registry.yarnpkg.com/d3-dispatch/-/d3-dispatch-3.0.1.tgz#5fc75284e9c2375c36c839411a0cf550cbfc4d5e" + resolved "https://registry.npmjs.org/d3-dispatch/-/d3-dispatch-3.0.1.tgz" integrity sha512-rzUyPU/S7rwUflMyLc1ETDeBj0NRuHKKAcvukozwhshr6g6c5d8zh4c2gQjY2bZ0dXeGLWc1PF174P2tVvKhfg== "d3-drag@2 - 3", d3-drag@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/d3-drag/-/d3-drag-3.0.0.tgz#994aae9cd23c719f53b5e10e3a0a6108c69607ba" + resolved "https://registry.npmjs.org/d3-drag/-/d3-drag-3.0.0.tgz" integrity sha512-pWbUJLdETVA8lQNJecMxoXfH6x+mO2UQo8rSmZ+QqxcbyA3hfeprFgIT//HW2nlHChWeIIMwS2Fq+gEARkhTkg== dependencies: d3-dispatch "1 - 3" @@ -4967,29 +4989,29 @@ csstype@^3.0.11, csstype@^3.1.2: "d3-ease@1 - 3": version "3.0.1" - resolved "https://registry.yarnpkg.com/d3-ease/-/d3-ease-3.0.1.tgz#9658ac38a2140d59d346160f1f6c30fda0bd12f4" + resolved "https://registry.npmjs.org/d3-ease/-/d3-ease-3.0.1.tgz" integrity sha512-wR/XK3D3XcLIZwpbvQwQ5fK+8Ykds1ip7A2Txe0yxncXSdq1L9skcG7blcedkOX+ZcgxGAmLX1FrRGbADwzi0w== "d3-interpolate@1 - 3": version "3.0.1" - resolved "https://registry.yarnpkg.com/d3-interpolate/-/d3-interpolate-3.0.1.tgz#3c47aa5b32c5b3dfb56ef3fd4342078a632b400d" + resolved "https://registry.npmjs.org/d3-interpolate/-/d3-interpolate-3.0.1.tgz" integrity sha512-3bYs1rOD33uo8aqJfKP3JWPAibgw8Zm2+L9vBKEHJ2Rg+viTR7o5Mmv5mZcieN+FRYaAOWX5SJATX6k1PWz72g== dependencies: d3-color "1 - 3" "d3-selection@2 - 3", d3-selection@3, d3-selection@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/d3-selection/-/d3-selection-3.0.0.tgz#c25338207efa72cc5b9bd1458a1a41901f1e1b31" + resolved "https://registry.npmjs.org/d3-selection/-/d3-selection-3.0.0.tgz" integrity sha512-fmTRWbNMmsmWq6xJV8D19U/gw/bwrHfNXxrIN+HfZgnzqTHp9jOmKMhsTUjXOJnZOdZY9Q28y4yebKzqDKlxlQ== "d3-timer@1 - 3": version "3.0.1" - resolved "https://registry.yarnpkg.com/d3-timer/-/d3-timer-3.0.1.tgz#6284d2a2708285b1abb7e201eda4380af35e63b0" + resolved "https://registry.npmjs.org/d3-timer/-/d3-timer-3.0.1.tgz" integrity sha512-ndfJ/JxxMd3nw31uyKoY2naivF+r29V+Lc0svZxe1JvvIRmi8hUsrMvdOwgS1o6uBHmiz91geQ0ylPP0aj1VUA== "d3-transition@2 - 3": version "3.0.1" - resolved "https://registry.yarnpkg.com/d3-transition/-/d3-transition-3.0.1.tgz#6869fdde1448868077fdd5989200cb61b2a1645f" + resolved "https://registry.npmjs.org/d3-transition/-/d3-transition-3.0.1.tgz" integrity sha512-ApKvfjsSR6tg06xrL434C0WydLr7JewBB3V+/39RMHsaXTOG0zmt/OAXeng5M5LBm0ojmxJrpomQVZ1aPvBL4w== dependencies: d3-color "1 - 3" @@ -5000,7 +5022,7 @@ csstype@^3.0.11, csstype@^3.1.2: d3-zoom@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/d3-zoom/-/d3-zoom-3.0.0.tgz#d13f4165c73217ffeaa54295cd6969b3e7aee8f3" + resolved "https://registry.npmjs.org/d3-zoom/-/d3-zoom-3.0.0.tgz" integrity sha512-b8AmV3kfQaqWAuacbPuNbL6vahnOJflOhexLzMMNLga62+/nh0JzvJ0aO/5a5MVgUFGS7Hu1P9P03o3fJkDCyw== dependencies: d3-dispatch "1 - 3" @@ -5011,7 +5033,7 @@ d3-zoom@^3.0.0: d@1, d@^1.0.1: version "1.0.1" - resolved "https://registry.yarnpkg.com/d/-/d-1.0.1.tgz#8698095372d58dbee346ffd0c7093f99f8f9eb5a" + resolved "https://registry.npmjs.org/d/-/d-1.0.1.tgz" integrity sha512-m62ShEObQ39CfralilEQRjH6oAMtNCV1xJyEx5LpRYUVN+EviphDgUc/F3hnYbADmkiNs67Y+3ylmlG7Lnu+FA== dependencies: es5-ext "^0.10.50" @@ -5019,7 +5041,7 @@ d@1, d@^1.0.1: dagre@^0.8.5: version "0.8.5" - resolved "https://registry.yarnpkg.com/dagre/-/dagre-0.8.5.tgz#ba30b0055dac12b6c1fcc247817442777d06afee" + resolved "https://registry.npmjs.org/dagre/-/dagre-0.8.5.tgz" integrity sha512-/aTqmnRta7x7MCCpExk7HQL2O4owCT2h8NT//9I1OQ9vt29Pa0BzSAkR5lwFUcQ7491yVi/3CXU9jQ5o0Mn2Sw== dependencies: graphlib "^2.1.8" @@ -5027,62 +5049,62 @@ dagre@^0.8.5: data-uri-to-buffer@3: version "3.0.1" - resolved "https://registry.yarnpkg.com/data-uri-to-buffer/-/data-uri-to-buffer-3.0.1.tgz#594b8973938c5bc2c33046535785341abc4f3636" + resolved "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-3.0.1.tgz" integrity sha512-WboRycPNsVw3B3TL559F7kuBUM4d8CgMEvk6xEJlOp7OBPjt6G7z8WMWlD2rOFZLk6OYfFIUGsCOWzcQH9K2og== date-fns@^2.16.1: version "2.30.0" - resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.30.0.tgz#f367e644839ff57894ec6ac480de40cae4b0f4d0" + resolved "https://registry.npmjs.org/date-fns/-/date-fns-2.30.0.tgz" integrity sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw== dependencies: "@babel/runtime" "^7.21.0" dayjs@^1.11.9: - version "1.11.9" - resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.11.9.tgz#9ca491933fadd0a60a2c19f6c237c03517d71d1a" - integrity sha512-QvzAURSbQ0pKdIye2txOzNaHmxtUBXerpY0FJsFXUMKbIZeFm5ht1LS/jFsrncjnmtv8HsG0W2g6c0zUjZWmpA== + version "1.11.10" + resolved "https://registry.npmjs.org/dayjs/-/dayjs-1.11.10.tgz" + integrity sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ== debounce@^1.2.0: version "1.2.1" - resolved "https://registry.yarnpkg.com/debounce/-/debounce-1.2.1.tgz#38881d8f4166a5c5848020c11827b834bcb3e0a5" + resolved "https://registry.npmjs.org/debounce/-/debounce-1.2.1.tgz" integrity sha512-XRRe6Glud4rd/ZGQfiV1ruXSfbvfJedlV9Y6zOlP+2K04vBYiJEte6stfFkCP03aMnY5tsipamumUjL14fofug== debug@2.6.9, debug@^2.2.0: version "2.6.9" - resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f" + resolved "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz" integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA== dependencies: ms "2.0.0" debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.3, debug@^4.3.4, debug@~4.3.1, debug@~4.3.2: version "4.3.4" - resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865" + resolved "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz" integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ== dependencies: ms "2.1.2" decode-uri-component@^0.4.1: version "0.4.1" - resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.4.1.tgz#2ac4859663c704be22bf7db760a1494a49ab2cc5" + resolved "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.4.1.tgz" integrity sha512-+8VxcR21HhTy8nOt6jf20w0c9CADrw1O8d+VZ/YzzCt4bJ3uBjw+D1q2osAB8RnpwwaeYBxy0HyKQxD5JBMuuQ== decompress-response@^6.0.0: version "6.0.0" - resolved "https://registry.yarnpkg.com/decompress-response/-/decompress-response-6.0.0.tgz#ca387612ddb7e104bd16d85aab00d5ecf09c66fc" + resolved "https://registry.npmjs.org/decompress-response/-/decompress-response-6.0.0.tgz" integrity sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ== dependencies: mimic-response "^3.1.0" decompress-response@^7.0.0: version "7.0.0" - resolved "https://registry.yarnpkg.com/decompress-response/-/decompress-response-7.0.0.tgz#dc42107cc29a258aa8983fddc81c92351810f6fb" + resolved "https://registry.npmjs.org/decompress-response/-/decompress-response-7.0.0.tgz" integrity sha512-6IvPrADQyyPGLpMnUh6kfKiqy7SrbXbjoUuZ90WMBJKErzv2pCiwlGEXjRX9/54OnTq+XFVnkOnOMzclLI5aEA== dependencies: mimic-response "^3.1.0" deep-equal@^1.0.1: version "1.1.1" - resolved "https://registry.yarnpkg.com/deep-equal/-/deep-equal-1.1.1.tgz#b5c98c942ceffaf7cb051e24e1434a25a2e6076a" + resolved "https://registry.npmjs.org/deep-equal/-/deep-equal-1.1.1.tgz" integrity sha512-yd9c5AdiqVcR+JjcwUQb9DkhJc8ngNr0MahEBGvDiJw8puWab2yZlh+nkasOnZP+EGTAP6rRp2JzJhJZzvNF8g== dependencies: is-arguments "^1.0.4" @@ -5094,29 +5116,29 @@ deep-equal@^1.0.1: deep-is@~0.1.3: version "0.1.4" - resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.4.tgz#a6f2dce612fadd2ef1f519b73551f17e85199831" + resolved "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz" integrity sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ== deepmerge@4.2.2: version "4.2.2" - resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-4.2.2.tgz#44d2ea3679b8f4d4ffba33f03d865fc1e7bf4955" + resolved "https://registry.npmjs.org/deepmerge/-/deepmerge-4.2.2.tgz" integrity sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg== deepmerge@4.3.1, deepmerge@^4.0.0, deepmerge@^4.2.2: version "4.3.1" - resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-4.3.1.tgz#44b5f2147cd3b00d4b56137685966f26fd25dd4a" + resolved "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz" integrity sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A== defaults@^1.0.3: version "1.0.4" - resolved "https://registry.yarnpkg.com/defaults/-/defaults-1.0.4.tgz#b0b02062c1e2aa62ff5d9528f0f98baa90978d7a" + resolved "https://registry.npmjs.org/defaults/-/defaults-1.0.4.tgz" integrity sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A== dependencies: clone "^1.0.2" define-properties@^1.1.3: version "1.2.0" - resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.2.0.tgz#52988570670c9eacedd8064f4a990f2405849bd5" + resolved "https://registry.npmjs.org/define-properties/-/define-properties-1.2.0.tgz" integrity sha512-xvqAVKGfT1+UAvPwKTVw/njhdQ8ZhXK4lI0bCIuCMrp2up9nPnaDftrLtmpTazqd1o+UY4zgzU+avtMbDP+ldA== dependencies: has-property-descriptors "^1.0.0" @@ -5124,12 +5146,12 @@ define-properties@^1.1.3: defined@^1.0.0: version "1.0.1" - resolved "https://registry.yarnpkg.com/defined/-/defined-1.0.1.tgz#c0b9db27bfaffd95d6f61399419b893df0f91ebf" + resolved "https://registry.npmjs.org/defined/-/defined-1.0.1.tgz" integrity sha512-hsBd2qSVCRE+5PmNdHt1uzyrFu5d3RwmFDKzyNZMFq/EwDNJF7Ee5+D5oEKF0hU6LhtoUF1macFvOe4AskQC1Q== degenerator@^3.0.2: version "3.0.4" - resolved "https://registry.yarnpkg.com/degenerator/-/degenerator-3.0.4.tgz#07ccf95bc11044a37a6efc2f66029fb636e31f24" + resolved "https://registry.npmjs.org/degenerator/-/degenerator-3.0.4.tgz" integrity sha512-Z66uPeBfHZAHVmue3HPfyKu2Q0rC2cRxbTOsvmU/po5fvvcx27W4mIu9n0PUlQih4oUYvcG1BsbtVv8x7KDOSw== dependencies: ast-types "^0.13.2" @@ -5139,37 +5161,37 @@ degenerator@^3.0.2: delayed-stream@~1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619" + resolved "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz" integrity sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ== delegates@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/delegates/-/delegates-1.0.0.tgz#84c6e159b81904fdca59a0ef44cd870d31250f9a" + resolved "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz" integrity sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ== depd@2.0.0, depd@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/depd/-/depd-2.0.0.tgz#b696163cc757560d09cf22cc8fad1571b79e76df" + resolved "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz" integrity sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw== dequal@^2.0.2: version "2.0.3" - resolved "https://registry.yarnpkg.com/dequal/-/dequal-2.0.3.tgz#2644214f1997d39ed0ee0ece72335490a7ac67be" + resolved "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz" integrity sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA== destroy@1.2.0: version "1.2.0" - resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.2.0.tgz#4803735509ad8be552934c67df614f94e66fa015" + resolved "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz" integrity sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg== detect-node-es@^1.1.0: version "1.1.0" - resolved "https://registry.yarnpkg.com/detect-node-es/-/detect-node-es-1.1.0.tgz#163acdf643330caa0b4cd7c21e7ee7755d6fa493" + resolved "https://registry.npmjs.org/detect-node-es/-/detect-node-es-1.1.0.tgz" integrity sha512-ypdmJU/TbBby2Dxibuv7ZLW3Bs1QEmM7nHjEANfohJLvE0XVujisn1qPJcZxg+qDucsr+bP6fLD1rPS3AhJ7EQ== detective@^5.2.1: version "5.2.1" - resolved "https://registry.yarnpkg.com/detective/-/detective-5.2.1.tgz#6af01eeda11015acb0e73f933242b70f24f91034" + resolved "https://registry.npmjs.org/detective/-/detective-5.2.1.tgz" integrity sha512-v9XE1zRnz1wRtgurGu0Bs8uHKFSTdteYZNbIPFVhUZ39L/S79ppMpdmVOZAnoz1jfEFodc48n6MX483Xo3t1yw== dependencies: acorn-node "^1.8.2" @@ -5178,27 +5200,27 @@ detective@^5.2.1: didyoumean@^1.2.2: version "1.2.2" - resolved "https://registry.yarnpkg.com/didyoumean/-/didyoumean-1.2.2.tgz#989346ffe9e839b4555ecf5666edea0d3e8ad037" + resolved "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz" integrity sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw== diff@^4.0.1: version "4.0.2" - resolved "https://registry.yarnpkg.com/diff/-/diff-4.0.2.tgz#60f3aecb89d5fae520c11aa19efc2bb982aade7d" + resolved "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz" integrity sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A== diff@^5.1.0: version "5.1.0" - resolved "https://registry.yarnpkg.com/diff/-/diff-5.1.0.tgz#bc52d298c5ea8df9194800224445ed43ffc87e40" + resolved "https://registry.npmjs.org/diff/-/diff-5.1.0.tgz" integrity sha512-D+mk+qE8VC/PAUrlAU34N+VfXev0ghe5ywmpqrawphmVZc1bEfn56uo9qpyGp1p4xpzOHkSW4ztBd6L7Xx4ACw== dlv@^1.1.3: version "1.1.3" - resolved "https://registry.yarnpkg.com/dlv/-/dlv-1.1.3.tgz#5c198a8a11453596e751494d49874bc7732f2e79" + resolved "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz" integrity sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA== dom-helpers@^5.0.1: version "5.2.1" - resolved "https://registry.yarnpkg.com/dom-helpers/-/dom-helpers-5.2.1.tgz#d9400536b2bf8225ad98fe052e029451ac40e902" + resolved "https://registry.npmjs.org/dom-helpers/-/dom-helpers-5.2.1.tgz" integrity sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA== dependencies: "@babel/runtime" "^7.8.7" @@ -5206,7 +5228,7 @@ dom-helpers@^5.0.1: dom-serializer@^1.0.1: version "1.4.1" - resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-1.4.1.tgz#de5d41b1aea290215dc45a6dae8adcf1d32e2d30" + resolved "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz" integrity sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag== dependencies: domelementtype "^2.0.1" @@ -5215,31 +5237,31 @@ dom-serializer@^1.0.1: dom7@^4.0.4: version "4.0.6" - resolved "https://registry.yarnpkg.com/dom7/-/dom7-4.0.6.tgz#091a51621d7a19ce0fb86045cafb3c10035e97ed" + resolved "https://registry.npmjs.org/dom7/-/dom7-4.0.6.tgz" integrity sha512-emjdpPLhpNubapLFdjNL9tP06Sr+GZkrIHEXLWvOGsytACUrkbeIdjO5g77m00BrHTznnlcNqgmn7pCN192TBA== dependencies: ssr-window "^4.0.0" domelementtype@^2.0.1, domelementtype@^2.2.0: version "2.3.0" - resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-2.3.0.tgz#5c45e8e869952626331d7aab326d01daf65d589d" + resolved "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz" integrity sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw== domhandler@^4.0.0, domhandler@^4.2.0: version "4.3.1" - resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-4.3.1.tgz#8d792033416f59d68bc03a5aa7b018c1ca89279c" + resolved "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz" integrity sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ== dependencies: domelementtype "^2.2.0" dompurify@^3.0.1: - version "3.0.5" - resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.0.5.tgz#eb3d9cfa10037b6e73f32c586682c4b2ab01fbed" - integrity sha512-F9e6wPGtY+8KNMRAVfxeCOHU0/NPWMSENNq4pQctuXRqqdEPW7q3CrLbR5Nse044WwacyjHGOMlvNsBe1y6z9A== + version "3.0.6" + resolved "https://registry.npmjs.org/dompurify/-/dompurify-3.0.6.tgz" + integrity sha512-ilkD8YEnnGh1zJ240uJsW7AzE+2qpbOUYjacomn3AvJ6J4JhKGSZ2nh4wUIXPZrEPppaCLx5jFe8T89Rk8tQ7w== domutils@^2.5.2: version "2.8.0" - resolved "https://registry.yarnpkg.com/domutils/-/domutils-2.8.0.tgz#4437def5db6e2d1f5d6ee859bd95ca7d02048135" + resolved "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz" integrity sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A== dependencies: dom-serializer "^1.0.1" @@ -5248,7 +5270,7 @@ domutils@^2.5.2: dot-case@^3.0.4: version "3.0.4" - resolved "https://registry.yarnpkg.com/dot-case/-/dot-case-3.0.4.tgz#9b2b670d00a431667a8a75ba29cd1b98809ce751" + resolved "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz" integrity sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w== dependencies: no-case "^3.0.4" @@ -5256,7 +5278,7 @@ dot-case@^3.0.4: draft-js@^0.11.7: version "0.11.7" - resolved "https://registry.yarnpkg.com/draft-js/-/draft-js-0.11.7.tgz#be293aaa255c46d8a6647f3860aa4c178484a206" + resolved "https://registry.npmjs.org/draft-js/-/draft-js-0.11.7.tgz" integrity sha512-ne7yFfN4sEL82QPQEn80xnADR8/Q6ALVworbC5UOSzOvjffmYfFsr3xSZtxbIirti14R7Y33EZC5rivpLgIbsg== dependencies: fbjs "^2.0.0" @@ -5265,24 +5287,29 @@ draft-js@^0.11.7: draftjs-utils@^0.10.2: version "0.10.2" - resolved "https://registry.yarnpkg.com/draftjs-utils/-/draftjs-utils-0.10.2.tgz#a7f16d2c1c174ac38ba3bbf700c256f176b2699c" + resolved "https://registry.npmjs.org/draftjs-utils/-/draftjs-utils-0.10.2.tgz" integrity sha512-EstHqr3R3JVcilJrBaO/A+01GvwwKmC7e4TCjC7S94ZeMh4IVmf60OuQXtHHpwItK8C2JCi3iljgN5KHkJboUg== +eastasianwidth@^0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz#696ce2ec0aa0e6ea93a397ffcf24aa7840c827cb" + integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA== + easy-bem@^1.1.1: version "1.1.1" - resolved "https://registry.yarnpkg.com/easy-bem/-/easy-bem-1.1.1.tgz#1bfcc10425498090bcfddc0f9c000aba91399e03" + resolved "https://registry.npmjs.org/easy-bem/-/easy-bem-1.1.1.tgz" integrity sha512-GJRqdiy2h+EXy6a8E6R+ubmqUM08BK0FWNq41k24fup6045biQ8NXxoXimiwegMQvFFV3t1emADdGNL1TlS61A== ecdsa-sig-formatter@1.0.11, ecdsa-sig-formatter@^1.0.11: version "1.0.11" - resolved "https://registry.yarnpkg.com/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz#ae0f0fa2d85045ef14a817daa3ce9acd0489e5bf" + resolved "https://registry.npmjs.org/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz" integrity sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ== dependencies: safe-buffer "^5.0.1" edge-runtime@2.1.4: version "2.1.4" - resolved "https://registry.yarnpkg.com/edge-runtime/-/edge-runtime-2.1.4.tgz#aea4e103897f451f98a9094df26b07c4d1eb75b3" + resolved "https://registry.npmjs.org/edge-runtime/-/edge-runtime-2.1.4.tgz" integrity sha512-SertKByzAmjm+MkLbFl1q0ko+/90V24dhZgQM8fcdguQaDYVEVtb6okEBGeg8IQgL1/JUP8oSlUIxSI/bvsVRQ== dependencies: "@edge-runtime/format" "2.0.1" @@ -5297,61 +5324,66 @@ edge-runtime@2.1.4: ee-first@1.1.1: version "1.1.1" - resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d" + resolved "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz" integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow== eiows@^4.1.3: version "4.1.3" - resolved "https://registry.yarnpkg.com/eiows/-/eiows-4.1.3.tgz#7d360160fc4f3be9e54ae5c1ab19eeea58494206" + resolved "https://registry.npmjs.org/eiows/-/eiows-4.1.3.tgz" integrity sha512-oRSPIoqA4cO8WxnoWthNLEmw2xjshDJi1pD67OWl25pRlpB02d3/T+sTb61S+GfwJ1ciN+l9PrxXY4rYHXujTA== electron-to-chromium@^1.4.284: version "1.4.340" - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.340.tgz#3a6d7414c1fc2dbf84b6f7af3ec24270606c85b8" + resolved "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.340.tgz" integrity sha512-zx8hqumOqltKsv/MF50yvdAlPF9S/4PXbyfzJS6ZGhbddGkRegdwImmfSVqCkEziYzrIGZ/TlrzBND4FysfkDg== emoji-mart@5.5.2: version "5.5.2" - resolved "https://registry.yarnpkg.com/emoji-mart/-/emoji-mart-5.5.2.tgz#3ddbaf053139cf4aa217650078bc1c50ca8381af" + resolved "https://registry.npmjs.org/emoji-mart/-/emoji-mart-5.5.2.tgz" integrity sha512-Sqc/nso4cjxhOwWJsp9xkVm8OF5c+mJLZJFoFfzRuKO+yWiN7K8c96xmtughYb0d/fZ8UC6cLIQ/p4BR6Pv3/A== emoji-picker-react@^4.4.9: version "4.4.9" - resolved "https://registry.yarnpkg.com/emoji-picker-react/-/emoji-picker-react-4.4.9.tgz#564fc387ae2ce8c8086a12a9231d6fd9567d0ae5" + resolved "https://registry.npmjs.org/emoji-picker-react/-/emoji-picker-react-4.4.9.tgz" integrity sha512-ef9MfzSJy5xrzihLLv0e1zZmiNtcekubctTBQVfIpvKfsfu4iLBBzcHCmOC2IaUVBCZuUw+GM24BAPj1MdCQXQ== dependencies: clsx "^1.2.1" emoji-regex@^8.0.0: version "8.0.0" - resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37" + resolved "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz" integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A== +emoji-regex@^9.2.2: + version "9.2.2" + resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-9.2.2.tgz#840c8803b0d8047f4ff0cf963176b32d4ef3ed72" + integrity sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg== + emojis-list@^2.0.0: version "2.1.0" - resolved "https://registry.yarnpkg.com/emojis-list/-/emojis-list-2.1.0.tgz#4daa4d9db00f9819880c79fa457ae5b09a1fd389" + resolved "https://registry.npmjs.org/emojis-list/-/emojis-list-2.1.0.tgz" integrity sha512-knHEZMgs8BB+MInokmNTg/OyPlAddghe1YBgNwJBc5zsJi/uyIcXoSDsL/W9ymOsBoBGdPIHXYJ9+qKFwRwDng== emojis-list@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/emojis-list/-/emojis-list-3.0.0.tgz#5570662046ad29e2e916e71aae260abdff4f6a78" + resolved "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz" integrity sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q== encodeurl@~1.0.2: version "1.0.2" - resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59" + resolved "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz" integrity sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w== encoding@^0.1.13: version "0.1.13" - resolved "https://registry.yarnpkg.com/encoding/-/encoding-0.1.13.tgz#56574afdd791f54a8e9b2785c0582a2d26210fa9" + resolved "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz" integrity sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A== dependencies: iconv-lite "^0.6.2" engine.io-client@~6.4.0: version "6.4.0" - resolved "https://registry.yarnpkg.com/engine.io-client/-/engine.io-client-6.4.0.tgz#88cd3082609ca86d7d3c12f0e746d12db4f47c91" + resolved "https://registry.npmjs.org/engine.io-client/-/engine.io-client-6.4.0.tgz" integrity sha512-GyKPDyoEha+XZ7iEqam49vz6auPnNJ9ZBfy89f+rMMas8AuiMWOZ9PVzu8xb9ZC6rafUqiGHSCfu22ih66E+1g== dependencies: "@socket.io/component-emitter" "~3.1.0" @@ -5362,12 +5394,12 @@ engine.io-client@~6.4.0: engine.io-parser@~5.0.3: version "5.0.6" - resolved "https://registry.yarnpkg.com/engine.io-parser/-/engine.io-parser-5.0.6.tgz#7811244af173e157295dec9b2718dfe42a64ef45" + resolved "https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-5.0.6.tgz" integrity sha512-tjuoZDMAdEhVnSFleYPCtdL2GXwVTGtNjoeJd9IhIG3C1xs9uwxqRNEu5WpnDZCaozwVlK/nuQhpodhXSIMaxw== engine.io@~6.4.1: version "6.4.1" - resolved "https://registry.yarnpkg.com/engine.io/-/engine.io-6.4.1.tgz#8056b4526a88e779f9c280d820422d4e3eeaaae5" + resolved "https://registry.npmjs.org/engine.io/-/engine.io-6.4.1.tgz" integrity sha512-JFYQurD/nbsA5BSPmbaOSLa3tSVj8L6o4srSwXXY3NqE+gGUNmmPTbhn8tjzcCtSqhFgIeqef81ngny8JM25hw== dependencies: "@types/cookie" "^0.4.1" @@ -5383,29 +5415,29 @@ engine.io@~6.4.1: entities@^2.0.0: version "2.2.0" - resolved "https://registry.yarnpkg.com/entities/-/entities-2.2.0.tgz#098dc90ebb83d8dffa089d55256b351d34c4da55" + resolved "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz" integrity sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A== env-paths@^2.2.0: version "2.2.1" - resolved "https://registry.yarnpkg.com/env-paths/-/env-paths-2.2.1.tgz#420399d416ce1fbe9bc0a07c62fa68d67fd0f8f2" + resolved "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz" integrity sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A== err-code@^2.0.2: version "2.0.3" - resolved "https://registry.yarnpkg.com/err-code/-/err-code-2.0.3.tgz#23c2f3b756ffdfc608d30e27c9a941024807e7f9" + resolved "https://registry.npmjs.org/err-code/-/err-code-2.0.3.tgz" integrity sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA== error-ex@^1.3.1: version "1.3.2" - resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf" + resolved "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz" integrity sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g== dependencies: is-arrayish "^0.2.1" es5-ext@^0.10.35, es5-ext@^0.10.50: version "0.10.62" - resolved "https://registry.yarnpkg.com/es5-ext/-/es5-ext-0.10.62.tgz#5e6adc19a6da524bf3d1e02bbc8960e5eb49a9a5" + resolved "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.62.tgz" integrity sha512-BHLqn0klhEpnOKSrzn/Xsz2UIW8j+cGmo9JLzr8BiUapV8hPL9+FliFqjwr9ngW7jWdnxv6eO+/LqyhJVqgrjA== dependencies: es6-iterator "^2.0.3" @@ -5414,7 +5446,7 @@ es5-ext@^0.10.35, es5-ext@^0.10.50: es6-iterator@^2.0.3: version "2.0.3" - resolved "https://registry.yarnpkg.com/es6-iterator/-/es6-iterator-2.0.3.tgz#a7de889141a05a94b0854403b2d0a0fbfa98f3b7" + resolved "https://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.3.tgz" integrity sha512-zw4SRzoUkd+cl+ZoE15A9o1oQd920Bb0iOJMQkQhl3jNc03YqVjAhG7scf9C5KWRU/R13Orf588uCC6525o02g== dependencies: d "1" @@ -5423,7 +5455,7 @@ es6-iterator@^2.0.3: es6-symbol@^3.1.1, es6-symbol@^3.1.3: version "3.1.3" - resolved "https://registry.yarnpkg.com/es6-symbol/-/es6-symbol-3.1.3.tgz#bad5d3c1bcdac28269f4cb331e431c78ac705d18" + resolved "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.3.tgz" integrity sha512-NJ6Yn3FuDinBaBRWl/q5X/s4koRHBrgKAu+yGI6JCBeiu3qrcbJhwT2GeR/EXVfylRk8dpQVJoLEFhK+Mu31NA== dependencies: d "^1.0.1" @@ -5521,7 +5553,7 @@ esbuild-windows-32@0.14.47: esbuild-windows-64@0.14.47: version "0.14.47" - resolved "https://registry.yarnpkg.com/esbuild-windows-64/-/esbuild-windows-64-0.14.47.tgz#2564c3fcf0c23d701edb71af8c52d3be4cec5f8a" + resolved "https://registry.npmjs.org/esbuild-windows-64/-/esbuild-windows-64-0.14.47.tgz" integrity sha512-/Pk5jIEH34T68r8PweKRi77W49KwanZ8X6lr3vDAtOlH5EumPE4pBHqkCUdELanvsT14yMXLQ/C/8XPi1pAtkQ== esbuild-windows-arm64@0.14.47: @@ -5531,7 +5563,7 @@ esbuild-windows-arm64@0.14.47: esbuild@0.14.47: version "0.14.47" - resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.14.47.tgz#0d6415f6bd8eb9e73a58f7f9ae04c5276cda0e4d" + resolved "https://registry.npmjs.org/esbuild/-/esbuild-0.14.47.tgz" integrity sha512-wI4ZiIfFxpkuxB8ju4MHrGwGLyp1+awEHAHVpx6w7a+1pmYIq8T9FGEVVwFo0iFierDoMj++Xq69GXWYn2EiwA== optionalDependencies: esbuild-android-64 "0.14.47" @@ -5557,32 +5589,32 @@ esbuild@0.14.47: escalade@^3.1.1: version "3.1.1" - resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40" + resolved "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz" integrity sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw== escape-html@~1.0.3: version "1.0.3" - resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988" + resolved "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz" integrity sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow== escape-string-regexp@^1.0.5: version "1.0.5" - resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" + resolved "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz" integrity sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg== escape-string-regexp@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34" + resolved "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz" integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA== escape-string-regexp@^5.0.0: version "5.0.0" - resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz#4683126b500b61762f2dbebace1806e8be31b1c8" + resolved "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz" integrity sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw== escodegen@^1.8.1: version "1.14.3" - resolved "https://registry.yarnpkg.com/escodegen/-/escodegen-1.14.3.tgz#4e7b81fba61581dc97582ed78cab7f0e8d63f503" + resolved "https://registry.npmjs.org/escodegen/-/escodegen-1.14.3.tgz" integrity sha512-qFcX0XJkdg+PB3xjZZG/wKSuT1PnQWx57+TVSjIMmILd2yC/6ByYElPwJnslDsuWuSAp4AwJGumarAAmJch5Kw== dependencies: esprima "^4.0.1" @@ -5594,62 +5626,62 @@ escodegen@^1.8.1: esprima@^4.0.0, esprima@^4.0.1: version "4.0.1" - resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71" + resolved "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz" integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A== estraverse@^4.2.0: version "4.3.0" - resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.3.0.tgz#398ad3f3c5a24948be7725e83d11a7de28cdbd1d" + resolved "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz" integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw== esutils@^2.0.2: version "2.0.3" - resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64" + resolved "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz" integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g== etag@~1.8.1: version "1.8.1" - resolved "https://registry.yarnpkg.com/etag/-/etag-1.8.1.tgz#41ae2eeb65efa62268aebfea83ac7d79299b0887" + resolved "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz" integrity sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg== event-source-polyfill@1.0.31: version "1.0.31" - resolved "https://registry.yarnpkg.com/event-source-polyfill/-/event-source-polyfill-1.0.31.tgz#45fb0a6fc1375b2ba597361ba4287ffec5bf2e0c" + resolved "https://registry.npmjs.org/event-source-polyfill/-/event-source-polyfill-1.0.31.tgz" integrity sha512-4IJSItgS/41IxN5UVAVuAyczwZF7ZIEsM1XAoUzIHA6A+xzusEZUutdXz2Nr+MQPLxfTiCvqE79/C8HT8fKFvA== event-target-shim@^5.0.0: version "5.0.1" - resolved "https://registry.yarnpkg.com/event-target-shim/-/event-target-shim-5.0.1.tgz#5d4d3ebdf9583d63a5333ce2deb7480ab2b05789" + resolved "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz" integrity sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ== eventemitter3@^2.0.3: version "2.0.3" - resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-2.0.3.tgz#b5e1079b59fb5e1ba2771c0a993be060a58c99ba" + resolved "https://registry.npmjs.org/eventemitter3/-/eventemitter3-2.0.3.tgz" integrity sha512-jLN68Dx5kyFHaePoXWPsCGW5qdyZQtLYHkxkg02/Mz6g0kYpDx4FyP6XfArhQdlOC4b8Mv+EMxPo/8La7Tzghg== events@^3.3.0: version "3.3.0" - resolved "https://registry.yarnpkg.com/events/-/events-3.3.0.tgz#31a95ad0a924e2d2c419a813aeb2c4e878ea7400" + resolved "https://registry.npmjs.org/events/-/events-3.3.0.tgz" integrity sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q== eventsource-parser@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/eventsource-parser/-/eventsource-parser-1.0.0.tgz#6332e37fd5512e3c8d9df05773b2bf9e152ccc04" + resolved "https://registry.npmjs.org/eventsource-parser/-/eventsource-parser-1.0.0.tgz" integrity sha512-9jgfSCa3dmEme2ES3mPByGXfgZ87VbP97tng1G2nWwWx6bV2nYxm2AWCrbQjXToSe+yYlqaZNtxffR9IeQr95g== eventsource@2.0.2: version "2.0.2" - resolved "https://registry.yarnpkg.com/eventsource/-/eventsource-2.0.2.tgz#76dfcc02930fb2ff339520b6d290da573a9e8508" + resolved "https://registry.npmjs.org/eventsource/-/eventsource-2.0.2.tgz" integrity sha512-IzUmBGPR3+oUG9dUeXynyNmf91/3zUSJg1lCktzKw47OXuhco54U3r9B7O4XX+Rb1Itm9OZ2b0RkTs10bICOxA== exit-hook@2.2.1: version "2.2.1" - resolved "https://registry.yarnpkg.com/exit-hook/-/exit-hook-2.2.1.tgz#007b2d92c6428eda2b76e7016a34351586934593" + resolved "https://registry.npmjs.org/exit-hook/-/exit-hook-2.2.1.tgz" integrity sha512-eNTPlAD67BmP31LDINZ3U7HSF8l57TxOY2PmBJ1shpCvpnxBF93mWCE8YHBnXs8qiUZJc9WDcWIeC3a2HIAMfw== express@^4.18.2: version "4.18.2" - resolved "https://registry.yarnpkg.com/express/-/express-4.18.2.tgz#3fabe08296e930c796c19e3c516979386ba9fd59" + resolved "https://registry.npmjs.org/express/-/express-4.18.2.tgz" integrity sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ== dependencies: accepts "~1.3.8" @@ -5686,29 +5718,29 @@ express@^4.18.2: ext@^1.1.2: version "1.7.0" - resolved "https://registry.yarnpkg.com/ext/-/ext-1.7.0.tgz#0ea4383c0103d60e70be99e9a7f11027a33c4f5f" + resolved "https://registry.npmjs.org/ext/-/ext-1.7.0.tgz" integrity sha512-6hxeJYaL110a9b5TEJSj0gojyHQAmA2ch5Os+ySCiA1QGdS697XWY1pzsrSjqA9LDEEgdB/KypIlR59RcLuHYw== dependencies: type "^2.7.2" extend@^3.0.2: version "3.0.2" - resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.2.tgz#f8b1136b4071fbd8eb140aff858b1019ec2915fa" + resolved "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz" integrity sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g== fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3: version "3.1.3" - resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525" + resolved "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz" integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q== fast-diff@1.1.2: version "1.1.2" - resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.1.2.tgz#4b62c42b8e03de3f848460b639079920695d0154" + resolved "https://registry.npmjs.org/fast-diff/-/fast-diff-1.1.2.tgz" integrity sha512-KaJUt+M9t1qaIteSvjc6P3RbMdXsNhK61GRftR6SNxqmhthcd9MGIi4T+o0jD8LUSpSnSKXE20nLtJ3fOHxQig== fast-glob@^3.2.12, fast-glob@^3.2.7: version "3.2.12" - resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.12.tgz#7f39ec99c2e6ab030337142da9e0c18f37afae80" + resolved "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.12.tgz" integrity sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w== dependencies: "@nodelib/fs.stat" "^2.0.2" @@ -5719,39 +5751,39 @@ fast-glob@^3.2.12, fast-glob@^3.2.7: fast-levenshtein@~2.0.6: version "2.0.6" - resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917" + resolved "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz" integrity sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw== fast-safe-stringify@^2.0.7: version "2.1.1" - resolved "https://registry.yarnpkg.com/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz#c406a83b6e70d9e35ce3b30a81141df30aeba884" + resolved "https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz" integrity sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA== fast-text-encoding@^1.0.0: version "1.0.6" - resolved "https://registry.yarnpkg.com/fast-text-encoding/-/fast-text-encoding-1.0.6.tgz#0aa25f7f638222e3396d72bf936afcf1d42d6867" + resolved "https://registry.npmjs.org/fast-text-encoding/-/fast-text-encoding-1.0.6.tgz" integrity sha512-VhXlQgj9ioXCqGstD37E/HBeqEGV/qOD/kmbVG8h5xKBYvM1L3lR1Zn4555cQ8GkYbJa8aJSipLPndE1k6zK2w== fastest-levenshtein@^1.0.16: version "1.0.16" - resolved "https://registry.yarnpkg.com/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz#210e61b6ff181de91ea9b3d1b84fdedd47e034e5" + resolved "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz" integrity sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg== fastq@^1.6.0: version "1.15.0" - resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.15.0.tgz#d04d07c6a2a68fe4599fea8d2e103a937fae6b3a" + resolved "https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz" integrity sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw== dependencies: reusify "^1.0.4" fbjs-css-vars@^1.0.0: version "1.0.2" - resolved "https://registry.yarnpkg.com/fbjs-css-vars/-/fbjs-css-vars-1.0.2.tgz#216551136ae02fe255932c3ec8775f18e2c078b8" + resolved "https://registry.npmjs.org/fbjs-css-vars/-/fbjs-css-vars-1.0.2.tgz" integrity sha512-b2XGFAFdWZWg0phtAWLHCk836A1Xann+I+Dgd3Gk64MHKZO44FfoD1KxyvbSh0qZsIoXQGGlVztIY+oitJPpRQ== fbjs@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/fbjs/-/fbjs-2.0.0.tgz#01fb812138d7e31831ed3e374afe27b9169ef442" + resolved "https://registry.npmjs.org/fbjs/-/fbjs-2.0.0.tgz" integrity sha512-8XA8ny9ifxrAWlyhAbexXcs3rRMtxWcs3M0lctLfB49jRDHiaxj+Mo0XxbwE7nKZYzgCFoq64FS+WFd4IycPPQ== dependencies: core-js "^3.6.4" @@ -5765,7 +5797,7 @@ fbjs@^2.0.0: file-system-cache@^2.0.0: version "2.3.0" - resolved "https://registry.yarnpkg.com/file-system-cache/-/file-system-cache-2.3.0.tgz#201feaf4c8cd97b9d0d608e96861bb6005f46fe6" + resolved "https://registry.npmjs.org/file-system-cache/-/file-system-cache-2.3.0.tgz" integrity sha512-l4DMNdsIPsVnKrgEXbJwDJsA5mB8rGwHYERMgqQx/xAUtChPJMre1bXBzDEqqVbWv9AIbFezXMxeEkZDSrXUOQ== dependencies: fs-extra "11.1.1" @@ -5773,24 +5805,24 @@ file-system-cache@^2.0.0: file-uri-to-path@2: version "2.0.0" - resolved "https://registry.yarnpkg.com/file-uri-to-path/-/file-uri-to-path-2.0.0.tgz#7b415aeba227d575851e0a5b0c640d7656403fba" + resolved "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-2.0.0.tgz" integrity sha512-hjPFI8oE/2iQPVe4gbrJ73Pp+Xfub2+WI2LlXDbsaJBwT5wuMh35WNWVYYTpnz895shtwfyutMFLFywpQAFdLg== fill-range@^7.0.1: version "7.0.1" - resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40" + resolved "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz" integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ== dependencies: to-regex-range "^5.0.1" filter-obj@^5.1.0: version "5.1.0" - resolved "https://registry.yarnpkg.com/filter-obj/-/filter-obj-5.1.0.tgz#5bd89676000a713d7db2e197f660274428e524ed" + resolved "https://registry.npmjs.org/filter-obj/-/filter-obj-5.1.0.tgz" integrity sha512-qWeTREPoT7I0bifpPUXtxkZJ1XJzxWtfoWWkdVGqa+eCr3SHW/Ocp89o8vLvbUuQnadybJpjOKu4V+RwO6sGng== finalhandler@1.2.0: version "1.2.0" - resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.2.0.tgz#7d23fe5731b207b4640e4fcd00aec1f9207a7b32" + resolved "https://registry.npmjs.org/finalhandler/-/finalhandler-1.2.0.tgz" integrity sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg== dependencies: debug "2.6.9" @@ -5803,17 +5835,17 @@ finalhandler@1.2.0: find-root@^1.1.0: version "1.1.0" - resolved "https://registry.yarnpkg.com/find-root/-/find-root-1.1.0.tgz#abcfc8ba76f708c42a97b3d685b7e9450bfb9ce4" + resolved "https://registry.npmjs.org/find-root/-/find-root-1.1.0.tgz" integrity sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng== flat@^5.0.2: version "5.0.2" - resolved "https://registry.yarnpkg.com/flat/-/flat-5.0.2.tgz#8ca6fe332069ffa9d324c327198c598259ceb241" + resolved "https://registry.npmjs.org/flat/-/flat-5.0.2.tgz" integrity sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ== flowbite-react@^0.4.2: version "0.4.2" - resolved "https://registry.yarnpkg.com/flowbite-react/-/flowbite-react-0.4.2.tgz#660f0fdc9630d82cd1e2ae11a4d2080225410f1d" + resolved "https://registry.npmjs.org/flowbite-react/-/flowbite-react-0.4.2.tgz" integrity sha512-o4VsyYpJKfmiuHdfFA36o4slimdOyTKHmBIcqZNtd9eYCMrRDqEttUISIBPLDB9MArPZ13U1snAIKXHLp2Nr/A== dependencies: "@floating-ui/react" "^0.20.1" @@ -5823,32 +5855,40 @@ flowbite-react@^0.4.2: flowbite@^1.6.4: version "1.6.4" - resolved "https://registry.yarnpkg.com/flowbite/-/flowbite-1.6.4.tgz#ea86f8f90e8d1279e2611c25838f6d112777e7d3" + resolved "https://registry.npmjs.org/flowbite/-/flowbite-1.6.4.tgz" integrity sha512-//kSaigwERCcE3udumadB3+xfOXeN/ZQzcub2qVCHuB7uscB4XIm3yP9R8zL0XsEOnYG2lnroq/dydQZbzvESw== dependencies: "@popperjs/core" "^2.9.3" mini-svg-data-uri "^1.4.3" -focus-lock@^0.11.6: - version "0.11.6" - resolved "https://registry.yarnpkg.com/focus-lock/-/focus-lock-0.11.6.tgz#e8821e21d218f03e100f7dc27b733f9c4f61e683" - integrity sha512-KSuV3ur4gf2KqMNoZx3nXNVhqCkn42GuTYCX4tXPEwf0MjpFQmNMiN6m7dXaUXgIoivL6/65agoUMg4RLS0Vbg== +focus-lock@^1.0.0: + version "1.0.0" + resolved "https://registry.npmjs.org/focus-lock/-/focus-lock-1.0.0.tgz" + integrity sha512-a8Ge6cdKh9za/GZR/qtigTAk7SrGore56EFcoMshClsh7FLk1zwszc/ltuMfKhx56qeuyL/jWQ4J4axou0iJ9w== dependencies: tslib "^2.0.3" follow-redirects@^1.14.0, follow-redirects@^1.15.0, follow-redirects@^1.15.2: version "1.15.2" - resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.2.tgz#b460864144ba63f2681096f274c4e57026da2c13" + resolved "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.2.tgz" integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA== font-awesome@^4.7.0: version "4.7.0" - resolved "https://registry.yarnpkg.com/font-awesome/-/font-awesome-4.7.0.tgz#8fa8cf0411a1a31afd07b06d2902bb9fc815a133" + resolved "https://registry.npmjs.org/font-awesome/-/font-awesome-4.7.0.tgz" integrity sha512-U6kGnykA/6bFmg1M/oT9EkFeIYv7JlX3bozwQJWiiLz6L0w3F5vBVPxHlwyX/vtNq1ckcpRKOB9f2Qal/VtFpg== +foreground-child@^3.1.0: + version "3.1.1" + resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.1.1.tgz#1d173e776d75d2772fed08efe4a0de1ea1b12d0d" + integrity sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg== + dependencies: + cross-spawn "^7.0.0" + signal-exit "^4.0.1" + form-data@^3.0.0: version "3.0.1" - resolved "https://registry.yarnpkg.com/form-data/-/form-data-3.0.1.tgz#ebd53791b78356a99af9a300d4282c4d5eb9755f" + resolved "https://registry.npmjs.org/form-data/-/form-data-3.0.1.tgz" integrity sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg== dependencies: asynckit "^0.4.0" @@ -5857,7 +5897,7 @@ form-data@^3.0.0: form-data@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452" + resolved "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz" integrity sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww== dependencies: asynckit "^0.4.0" @@ -5866,22 +5906,22 @@ form-data@^4.0.0: formidable@^1.2.2: version "1.2.6" - resolved "https://registry.yarnpkg.com/formidable/-/formidable-1.2.6.tgz#d2a51d60162bbc9b4a055d8457a7c75315d1a168" + resolved "https://registry.npmjs.org/formidable/-/formidable-1.2.6.tgz" integrity sha512-KcpbcpuLNOwrEjnbpMC0gS+X8ciDoZE1kkqzat4a8vrprf+s9pKNQ/QIwWfbfs4ltgmFl3MD177SNTkve3BwGQ== forwarded@0.2.0: version "0.2.0" - resolved "https://registry.yarnpkg.com/forwarded/-/forwarded-0.2.0.tgz#2269936428aad4c15c7ebe9779a84bf0b2a81811" + resolved "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz" integrity sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow== fraction.js@^4.2.0: version "4.2.0" - resolved "https://registry.yarnpkg.com/fraction.js/-/fraction.js-4.2.0.tgz#448e5109a313a3527f5a3ab2119ec4cf0e0e2950" + resolved "https://registry.npmjs.org/fraction.js/-/fraction.js-4.2.0.tgz" integrity sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA== framer-motion@^10.16.4: version "10.16.4" - resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-10.16.4.tgz#30279ef5499b8d85db3a298ee25c83429933e9f8" + resolved "https://registry.npmjs.org/framer-motion/-/framer-motion-10.16.4.tgz" integrity sha512-p9V9nGomS3m6/CALXqv6nFGMuFOxbWsmaOrdmhyQimMIlLl3LC7h7l86wge/Js/8cRu5ktutS/zlzgR7eBOtFA== dependencies: tslib "^2.4.0" @@ -5890,24 +5930,24 @@ framer-motion@^10.16.4: framesync@6.1.2: version "6.1.2" - resolved "https://registry.yarnpkg.com/framesync/-/framesync-6.1.2.tgz#755eff2fb5b8f3b4d2b266dd18121b300aefea27" + resolved "https://registry.npmjs.org/framesync/-/framesync-6.1.2.tgz" integrity sha512-jBTqhX6KaQVDyus8muwZbBeGGP0XgujBRbQ7gM7BRdS3CadCZIHiawyzYLnafYcvZIh5j8WE7cxZKFn7dXhu9g== dependencies: tslib "2.4.0" fresh@0.5.2: version "0.5.2" - resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7" + resolved "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz" integrity sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q== froala-editor@4.0.19, froala-editor@^4.0.19: version "4.0.19" - resolved "https://registry.yarnpkg.com/froala-editor/-/froala-editor-4.0.19.tgz#e3911cbdb5609896acba67891eef6446bf2e236b" + resolved "https://registry.npmjs.org/froala-editor/-/froala-editor-4.0.19.tgz" integrity sha512-rvrCiYWx39pApqfFfBQ9p3METidmR9iK4HjW2kRxqW92/bceXtmU+VXRy78BU55+dtv8bctTpr/W2ogCOVR67A== from2@^2.3.0: version "2.3.0" - resolved "https://registry.yarnpkg.com/from2/-/from2-2.3.0.tgz#8bfb5502bde4a4d36cfdeea007fcca21d7e382af" + resolved "https://registry.npmjs.org/from2/-/from2-2.3.0.tgz" integrity sha512-OMcX/4IC/uqEPVgGeyfN22LJk6AZrMkRZHxcHBMBvHScDGgwTm2GT2Wkgtocyd3JfZffjj2kYUDXXII0Fk9W0g== dependencies: inherits "^2.0.1" @@ -5915,7 +5955,7 @@ from2@^2.3.0: fs-extra@11.1.1: version "11.1.1" - resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.1.1.tgz#da69f7c39f3b002378b0954bb6ae7efdc0876e2d" + resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-11.1.1.tgz" integrity sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ== dependencies: graceful-fs "^4.2.0" @@ -5924,7 +5964,7 @@ fs-extra@11.1.1: fs-extra@^8.1.0: version "8.1.0" - resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.1.0.tgz#49d43c45a88cd9677668cb7be1b46efdb8d2e1c0" + resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz" integrity sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g== dependencies: graceful-fs "^4.2.0" @@ -5933,31 +5973,31 @@ fs-extra@^8.1.0: fs-minipass@^2.0.0, fs-minipass@^2.1.0: version "2.1.0" - resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-2.1.0.tgz#7f5036fdbf12c63c169190cbe4199c852271f9fb" + resolved "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz" integrity sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg== dependencies: minipass "^3.0.0" fs-minipass@^3.0.0, fs-minipass@^3.0.1: version "3.0.1" - resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-3.0.1.tgz#853809af15b6d03e27638d1ab6432e6b378b085d" + resolved "https://registry.npmjs.org/fs-minipass/-/fs-minipass-3.0.1.tgz" integrity sha512-MhaJDcFRTuLidHrIttu0RDGyyXs/IYHVmlcxfLAEFIWjc1vdLAkdwT7Ace2u7DbitWC0toKMl5eJZRYNVreIMw== dependencies: minipass "^4.0.0" fs.realpath@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" + resolved "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz" integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw== fsevents@~2.3.2: - version "2.3.2" - resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a" - integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA== + version "2.3.3" + resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.3.tgz#cac6407785d03675a2a5e1a5305c697b347d90d6" + integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw== ftp@^0.3.10: version "0.3.10" - resolved "https://registry.yarnpkg.com/ftp/-/ftp-0.3.10.tgz#9197d861ad8142f3e63d5a83bfe4c59f7330885d" + resolved "https://registry.npmjs.org/ftp/-/ftp-0.3.10.tgz" integrity sha512-faFVML1aBx2UoDStmLwv2Wptt4vw5x03xxX172nhA5Y5HBshW5JweqQ2W4xL4dezQTG8inJsuYcpPHHU3X5OTQ== dependencies: readable-stream "1.1.x" @@ -5965,17 +6005,17 @@ ftp@^0.3.10: function-bind@^1.1.1: version "1.1.1" - resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d" + resolved "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz" integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A== functions-have-names@^1.2.2: version "1.2.3" - resolved "https://registry.yarnpkg.com/functions-have-names/-/functions-have-names-1.2.3.tgz#0404fe4ee2ba2f607f0e0ec3c80bae994133b834" + resolved "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz" integrity sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ== gauge@^3.0.0: version "3.0.2" - resolved "https://registry.yarnpkg.com/gauge/-/gauge-3.0.2.tgz#03bf4441c044383908bcfa0656ad91803259b395" + resolved "https://registry.npmjs.org/gauge/-/gauge-3.0.2.tgz" integrity sha512-+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q== dependencies: aproba "^1.0.3 || ^2.0.0" @@ -5990,7 +6030,7 @@ gauge@^3.0.0: gauge@^4.0.3: version "4.0.4" - resolved "https://registry.yarnpkg.com/gauge/-/gauge-4.0.4.tgz#52ff0652f2bbf607a989793d53b751bef2328dce" + resolved "https://registry.npmjs.org/gauge/-/gauge-4.0.4.tgz" integrity sha512-f9m+BEN5jkg6a0fZjleidjN51VE1X+mPFQ2DJ0uv1V39oCLCbsGe6yjbBnp7eK7z/+GAon99a3nHuqbuuthyPg== dependencies: aproba "^1.0.3 || ^2.0.0" @@ -6004,7 +6044,7 @@ gauge@^4.0.3: gauge@^5.0.0: version "5.0.0" - resolved "https://registry.yarnpkg.com/gauge/-/gauge-5.0.0.tgz#e270ca9d97dae84abf64e5277ef1ebddc7dd1e2f" + resolved "https://registry.npmjs.org/gauge/-/gauge-5.0.0.tgz" integrity sha512-0s5T5eciEG7Q3ugkxAkFtaDhrrhXsCRivA5y8C9WMHWuI8UlMOJg7+Iwf7Mccii+Dfs3H5jHepU0joPVyQU0Lw== dependencies: aproba "^1.0.3 || ^2.0.0" @@ -6018,7 +6058,7 @@ gauge@^5.0.0: gaxios@^5.0.0, gaxios@^5.0.1: version "5.1.0" - resolved "https://registry.yarnpkg.com/gaxios/-/gaxios-5.1.0.tgz#133b77b45532be71eec72012b7e97c2320b6140a" + resolved "https://registry.npmjs.org/gaxios/-/gaxios-5.1.0.tgz" integrity sha512-aezGIjb+/VfsJtIcHGcBSerNEDdfdHeMros+RbYbGpmonKWQCOVOes0LVZhn1lDtIgq55qq0HaxymIoae3Fl/A== dependencies: extend "^3.0.2" @@ -6028,7 +6068,7 @@ gaxios@^5.0.0, gaxios@^5.0.1: gcp-metadata@^5.2.0: version "5.2.0" - resolved "https://registry.yarnpkg.com/gcp-metadata/-/gcp-metadata-5.2.0.tgz#b4772e9c5976241f5d3e69c4f446c906d25506ec" + resolved "https://registry.npmjs.org/gcp-metadata/-/gcp-metadata-5.2.0.tgz" integrity sha512-aFhhvvNycky2QyhG+dcfEdHBF0FRbYcf39s6WNHUDysKSrbJ5vuFbjydxBcmewtXeV248GP8dWT3ByPNxsyHCw== dependencies: gaxios "^5.0.0" @@ -6036,12 +6076,12 @@ gcp-metadata@^5.2.0: get-css-data@^2.0.2: version "2.1.0" - resolved "https://registry.yarnpkg.com/get-css-data/-/get-css-data-2.1.0.tgz#4d53e5255d98b553577cb80b8ca1f2e114aef602" + resolved "https://registry.npmjs.org/get-css-data/-/get-css-data-2.1.0.tgz" integrity sha512-HtPrzGk8aBF9rLeQNuImcXci7YVqsMEKzVflEWaCJu25ehxyDNiZRWoSxqSFUBfma8LERqKo70t/TcaGjIsM9g== get-intrinsic@^1.0.2, get-intrinsic@^1.1.1: version "1.2.0" - resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.2.0.tgz#7ad1dc0535f3a2904bba075772763e5051f6d05f" + resolved "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.0.tgz" integrity sha512-L049y6nFOuom5wGyRc3/gdTLO94dySVKRACj1RmJZBQXlbTMhtNIgkWkUHq+jYmZvKf14EW1EoJnnjbmoHij0Q== dependencies: function-bind "^1.1.1" @@ -6050,7 +6090,7 @@ get-intrinsic@^1.0.2, get-intrinsic@^1.1.1: get-it@8: version "8.1.1" - resolved "https://registry.yarnpkg.com/get-it/-/get-it-8.1.1.tgz#6522df2b0726a0596d8087f23063ec7f5e35ea1c" + resolved "https://registry.npmjs.org/get-it/-/get-it-8.1.1.tgz" integrity sha512-83P2+3V/3E+KSdlHnGlOr4vCrlV8wDsT580AyJkMtkK/8LtZc0TOCI9bjQXH1sgYnmQTzCoPoPaOAE+a8JZqLQ== dependencies: debug "^4.3.4" @@ -6066,12 +6106,12 @@ get-it@8: get-nonce@^1.0.0: version "1.0.1" - resolved "https://registry.yarnpkg.com/get-nonce/-/get-nonce-1.0.1.tgz#fdf3f0278073820d2ce9426c18f07481b1e0cdf3" + resolved "https://registry.npmjs.org/get-nonce/-/get-nonce-1.0.1.tgz" integrity sha512-FJhYRoDaiatfEkUK8HKlicmu/3SGFD51q3itKDGoSTysQJBnfOcxU5GxnhE1E6soB76MbT0MBtnKJuXyAx+96Q== get-uri@3: version "3.0.2" - resolved "https://registry.yarnpkg.com/get-uri/-/get-uri-3.0.2.tgz#f0ef1356faabc70e1f9404fa3b66b2ba9bfc725c" + resolved "https://registry.npmjs.org/get-uri/-/get-uri-3.0.2.tgz" integrity sha512-+5s0SJbGoyiJTZZ2JTpFPLMPSch72KEqGOTvQsBqg0RBWvwhWUSYZFAtz3TPW0GXJuLBJPts1E241iHg+VRfhg== dependencies: "@tootallnate/once" "1" @@ -6083,41 +6123,40 @@ get-uri@3: gif-picker-react@^1.2.0: version "1.2.0" - resolved "https://registry.yarnpkg.com/gif-picker-react/-/gif-picker-react-1.2.0.tgz#bbedd040b5433b5de00d447d1a68f08de1e17715" + resolved "https://registry.npmjs.org/gif-picker-react/-/gif-picker-react-1.2.0.tgz" integrity sha512-zNVjRR5nx9hqxuRzu9HPrHik9UIDMu82DwWVpKjEiWSiKODMiMFV3SNiuZ4tYjiUfohuRENUJzOAitJ7ZQnaTA== dependencies: "@storybook/addon-styling" "^1.0.8" glob-parent@^5.1.2, glob-parent@~5.1.2: version "5.1.2" - resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4" + resolved "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz" integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow== dependencies: is-glob "^4.0.1" glob-parent@^6.0.2: version "6.0.2" - resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-6.0.2.tgz#6d237d99083950c79290f24c7642a3de9a28f9e3" + resolved "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz" integrity sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A== dependencies: is-glob "^4.0.3" glob-to-regexp@0.4.1, glob-to-regexp@^0.4.1: version "0.4.1" - resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz#c75297087c851b9a578bd217dd59a92f59fe546e" + resolved "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz" integrity sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw== -glob@7.1.6: - version "7.1.6" - resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6" - integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA== +glob@^10.2.2: + version "10.3.10" + resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.10.tgz#0351ebb809fd187fe421ab96af83d3a70715df4b" + integrity sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g== dependencies: - fs.realpath "^1.0.0" - inflight "^1.0.4" - inherits "2" - minimatch "^3.0.4" - once "^1.3.0" - path-is-absolute "^1.0.0" + foreground-child "^3.1.0" + jackspeak "^2.3.5" + minimatch "^9.0.1" + minipass "^5.0.0 || ^6.0.2 || ^7.0.0" + path-scurry "^1.10.1" glob@^7.1.3, glob@^7.1.4: version "7.2.3" @@ -6133,7 +6172,7 @@ glob@^7.1.3, glob@^7.1.4: glob@^8.0.1, glob@^8.1.0: version "8.1.0" - resolved "https://registry.yarnpkg.com/glob/-/glob-8.1.0.tgz#d388f656593ef708ee3e34640fdfb99a9fd1c33e" + resolved "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz" integrity sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ== dependencies: fs.realpath "^1.0.0" @@ -6142,24 +6181,14 @@ glob@^8.0.1, glob@^8.1.0: minimatch "^5.0.1" once "^1.3.0" -glob@^9.3.0, glob@^9.3.1: - version "9.3.2" - resolved "https://registry.yarnpkg.com/glob/-/glob-9.3.2.tgz#8528522e003819e63d11c979b30896e0eaf52eda" - integrity sha512-BTv/JhKXFEHsErMte/AnfiSv8yYOLLiyH2lTg8vn02O21zWFgHPTfxtgn1QRe7NRgggUhC8hacR2Re94svHqeA== - dependencies: - fs.realpath "^1.0.0" - minimatch "^7.4.1" - minipass "^4.2.4" - path-scurry "^1.6.1" - goober@^2.1.10: version "2.1.13" - resolved "https://registry.yarnpkg.com/goober/-/goober-2.1.13.tgz#e3c06d5578486212a76c9eba860cbc3232ff6d7c" + resolved "https://registry.npmjs.org/goober/-/goober-2.1.13.tgz" integrity sha512-jFj3BQeleOoy7t93E9rZ2de+ScC4lQICLwiAQmKMg9F6roKGaLSHoCDYKkWlSafg138jejvq/mTdvmnwDQgqoQ== google-auth-library@^8.0.2: version "8.8.0" - resolved "https://registry.yarnpkg.com/google-auth-library/-/google-auth-library-8.8.0.tgz#2e17494431cef56b571420d483a4debff6c481cd" + resolved "https://registry.npmjs.org/google-auth-library/-/google-auth-library-8.8.0.tgz" integrity sha512-0iJn7IDqObDG5Tu9Tn2WemmJ31ksEa96IyK0J0OZCpTh6CrC6FrattwKX87h3qKVuprCJpdOGKc1Xi8V0kMh8Q== dependencies: arrify "^2.0.0" @@ -6174,14 +6203,14 @@ google-auth-library@^8.0.2: google-p12-pem@^4.0.0: version "4.0.1" - resolved "https://registry.yarnpkg.com/google-p12-pem/-/google-p12-pem-4.0.1.tgz#82841798253c65b7dc2a4e5fe9df141db670172a" + resolved "https://registry.npmjs.org/google-p12-pem/-/google-p12-pem-4.0.1.tgz" integrity sha512-WPkN4yGtz05WZ5EhtlxNDWPhC4JIic6G8ePitwUWy4l+XPVYec+a0j0Ts47PDtW59y3RwAhUd9/h9ZZ63px6RQ== dependencies: node-forge "^1.3.1" googleapis-common@^6.0.0: version "6.0.4" - resolved "https://registry.yarnpkg.com/googleapis-common/-/googleapis-common-6.0.4.tgz#bd968bef2a478bcd3db51b27655502a11eaf8bf4" + resolved "https://registry.npmjs.org/googleapis-common/-/googleapis-common-6.0.4.tgz" integrity sha512-m4ErxGE8unR1z0VajT6AYk3s6a9gIMM6EkDZfkPnES8joeOlEtFEJeF8IyZkb0tjPXkktUfYrE4b3Li1DNyOwA== dependencies: extend "^3.0.2" @@ -6193,7 +6222,7 @@ googleapis-common@^6.0.0: googleapis@^118.0.0: version "118.0.0" - resolved "https://registry.yarnpkg.com/googleapis/-/googleapis-118.0.0.tgz#a8b9f84d283544b85927abeb989252cb2f3ec490" + resolved "https://registry.npmjs.org/googleapis/-/googleapis-118.0.0.tgz" integrity sha512-Ny6zJOGn5P/YDT6GQbJU6K0lSzEu4Yuxnsn45ZgBIeSQ1RM0FolEjUToLXquZd89DU9wUfqA5XYHPEctk1TFWg== dependencies: google-auth-library "^8.0.2" @@ -6201,29 +6230,29 @@ googleapis@^118.0.0: graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.10, graceful-fs@^4.2.6: version "4.2.11" - resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz#4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3" + resolved "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz" integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ== graphlib@^2.1.8: version "2.1.8" - resolved "https://registry.yarnpkg.com/graphlib/-/graphlib-2.1.8.tgz#5761d414737870084c92ec7b5dbcb0592c9d35da" + resolved "https://registry.npmjs.org/graphlib/-/graphlib-2.1.8.tgz" integrity sha512-jcLLfkpoVGmH7/InMC/1hIvOPSUh38oJtGhvrOFGzioE1DZ+0YW16RgmOJhHiuWTvGiJQ9Z1Ik43JvkRPRvE+A== dependencies: lodash "^4.17.15" groq-js@1: version "1.1.8" - resolved "https://registry.yarnpkg.com/groq-js/-/groq-js-1.1.8.tgz#995007f337543f35395320ad8a724346cdffecbd" + resolved "https://registry.npmjs.org/groq-js/-/groq-js-1.1.8.tgz" integrity sha512-l5v1k+UnR0/IpgIeJgpNbmWbC3VM9U+UNkGDr/GT5uNCYiCHv5SrJa1MPs4CuxX1bYZzySBmprQhOCHbPSoZTg== groq@3, groq@^3: version "3.7.1" - resolved "https://registry.yarnpkg.com/groq/-/groq-3.7.1.tgz#645c19c977a917993a1037d2aa6e02ce49617a4a" + resolved "https://registry.npmjs.org/groq/-/groq-3.7.1.tgz" integrity sha512-lmmn76K9gHyF2P1szvxvNc+TQVOQaUeXaky5NN7iBsxB2kjlsR6MHvjwboR43P35SmhSpiO1P9kPkean1Em28w== gtoken@^6.1.0: version "6.1.2" - resolved "https://registry.yarnpkg.com/gtoken/-/gtoken-6.1.2.tgz#aeb7bdb019ff4c3ba3ac100bbe7b6e74dce0e8bc" + resolved "https://registry.npmjs.org/gtoken/-/gtoken-6.1.2.tgz" integrity sha512-4ccGpzz7YAr7lxrT2neugmXQ3hP9ho2gcaityLVkiUecAiwiy60Ii8gRbZeOsXV19fYaRjgBSshs8kXw+NKCPQ== dependencies: gaxios "^5.0.1" @@ -6232,77 +6261,77 @@ gtoken@^6.1.0: hamt_plus@1.0.2: version "1.0.2" - resolved "https://registry.yarnpkg.com/hamt_plus/-/hamt_plus-1.0.2.tgz#e21c252968c7e33b20f6a1b094cd85787a265601" + resolved "https://registry.npmjs.org/hamt_plus/-/hamt_plus-1.0.2.tgz" integrity sha512-t2JXKaehnMb9paaYA7J0BX8QQAY8lwfQ9Gjf4pg/mk4krt+cmwmU652HOoWonf+7+EQV97ARPMhhVgU1ra2GhA== has-flag@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd" + resolved "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz" integrity sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw== has-flag@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b" + resolved "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz" integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ== has-property-descriptors@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz#610708600606d36961ed04c196193b6a607fa861" + resolved "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz" integrity sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ== dependencies: get-intrinsic "^1.1.1" has-symbols@^1.0.2, has-symbols@^1.0.3: version "1.0.3" - resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.3.tgz#bb7b2c4349251dce87b125f7bdf874aa7c8b39f8" + resolved "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz" integrity sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A== has-tostringtag@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.0.tgz#7e133818a7d394734f941e73c3d3f9291e658b25" + resolved "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz" integrity sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ== dependencies: has-symbols "^1.0.2" has-unicode@^2.0.1: version "2.0.1" - resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9" + resolved "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz" integrity sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ== has@^1.0.3: version "1.0.3" - resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796" + resolved "https://registry.npmjs.org/has/-/has-1.0.3.tgz" integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw== dependencies: function-bind "^1.1.1" he@^1.2.0: version "1.2.0" - resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f" + resolved "https://registry.npmjs.org/he/-/he-1.2.0.tgz" integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw== hoist-non-react-statics@^3.3.0, hoist-non-react-statics@^3.3.1, hoist-non-react-statics@^3.3.2: version "3.3.2" - resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#ece0acaf71d62c2969c2ec59feff42a4b1a85b45" + resolved "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz" integrity sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw== dependencies: react-is "^16.7.0" hosted-git-info@^6.0.0, hosted-git-info@^6.1.1: version "6.1.1" - resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-6.1.1.tgz#629442c7889a69c05de604d52996b74fe6f26d58" + resolved "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-6.1.1.tgz" integrity sha512-r0EI+HBMcXadMrugk0GCQ+6BQV39PiWAZVfq7oIckeGiN7sjRGyQxPdft3nQekFTCQbYxLBH+/axZMeH8UX6+w== dependencies: lru-cache "^7.5.1" html-to-draftjs@^1.5.0: version "1.5.0" - resolved "https://registry.yarnpkg.com/html-to-draftjs/-/html-to-draftjs-1.5.0.tgz#0df0eabf429deaedb63f5c859889e2c983606e86" + resolved "https://registry.npmjs.org/html-to-draftjs/-/html-to-draftjs-1.5.0.tgz" integrity sha512-kggLXBNciKDwKf+KYsuE+V5gw4dZ7nHyGMX9m0wy7urzWjKGWyNFetmArRLvRV0VrxKN70WylFsJvMTJx02OBQ== html-to-text@^7.1.1: version "7.1.3" - resolved "https://registry.yarnpkg.com/html-to-text/-/html-to-text-7.1.3.tgz#f1771801babac65c223d2b1be5b94b88f3c5f7c7" + resolved "https://registry.npmjs.org/html-to-text/-/html-to-text-7.1.3.tgz" integrity sha512-bnQRVDGgprdYkDRme4BH5xTxFo9ESorrfMHBWjtdgNVGkthXXQIGbmp3PRIjJVcaCP4mJMSuXtBi/lHqUCHUzw== dependencies: deepmerge "^4.2.2" @@ -6312,7 +6341,7 @@ html-to-text@^7.1.1: htmlparser2@^6.1.0: version "6.1.0" - resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-6.1.0.tgz#c4d762b6c3371a05dbe65e94ae43a9f845fb8fb7" + resolved "https://registry.npmjs.org/htmlparser2/-/htmlparser2-6.1.0.tgz" integrity sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A== dependencies: domelementtype "^2.0.1" @@ -6322,12 +6351,12 @@ htmlparser2@^6.1.0: http-cache-semantics@^4.1.0, http-cache-semantics@^4.1.1: version "4.1.1" - resolved "https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz#abe02fcb2985460bf0323be664436ec3476a6d5a" + resolved "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz" integrity sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ== http-errors@2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-2.0.0.tgz#b7774a1486ef73cf7667ac9ae0858c012c57b9d3" + resolved "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz" integrity sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ== dependencies: depd "2.0.0" @@ -6338,7 +6367,7 @@ http-errors@2.0.0: http-proxy-agent@^4.0.0, http-proxy-agent@^4.0.1: version "4.0.1" - resolved "https://registry.yarnpkg.com/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz#8a8c8ef7f5932ccf953c296ca8291b95aa74aa3a" + resolved "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz" integrity sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg== dependencies: "@tootallnate/once" "1" @@ -6347,7 +6376,7 @@ http-proxy-agent@^4.0.0, http-proxy-agent@^4.0.1: http-proxy-agent@^5.0.0: version "5.0.0" - resolved "https://registry.yarnpkg.com/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz#5129800203520d434f142bc78ff3c170800f2b43" + resolved "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz" integrity sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w== dependencies: "@tootallnate/once" "2" @@ -6356,12 +6385,12 @@ http-proxy-agent@^5.0.0: http@^0.0.1-security: version "0.0.1-security" - resolved "https://registry.yarnpkg.com/http/-/http-0.0.1-security.tgz#3aac09129d12dc2747bbce4157afde20ad1f7995" + resolved "https://registry.npmjs.org/http/-/http-0.0.1-security.tgz" integrity sha512-RnDvP10Ty9FxqOtPZuxtebw1j4L/WiqNMDtuc1YMH1XQm5TgDRaR1G9u8upL6KD1bXHSp9eSXo/ED+8Q7FAr+g== https-proxy-agent@5, https-proxy-agent@^5.0.0: version "5.0.1" - resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz#c59ef224a04fe8b754f3db0063a25ea30d0005d6" + resolved "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz" integrity sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA== dependencies: agent-base "6" @@ -6369,65 +6398,65 @@ https-proxy-agent@5, https-proxy-agent@^5.0.0: humanize-ms@^1.2.1: version "1.2.1" - resolved "https://registry.yarnpkg.com/humanize-ms/-/humanize-ms-1.2.1.tgz#c46e3159a293f6b896da29316d8b6fe8bb79bbed" + resolved "https://registry.npmjs.org/humanize-ms/-/humanize-ms-1.2.1.tgz" integrity sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ== dependencies: ms "^2.0.0" i@^0.3.7: version "0.3.7" - resolved "https://registry.yarnpkg.com/i/-/i-0.3.7.tgz#2a7437a923d59c14b17243dc63a549af24d85799" + resolved "https://registry.npmjs.org/i/-/i-0.3.7.tgz" integrity sha512-FYz4wlXgkQwIPqhzC5TdNMLSE5+GS1IIDJZY/1ZiEPCT2S3COUVZeT5OW4BmW4r5LHLQuOosSwsvnroG9GR59Q== iconv-lite@0.4.24: version "0.4.24" - resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b" + resolved "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz" integrity sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA== dependencies: safer-buffer ">= 2.1.2 < 3" iconv-lite@^0.6.2: version "0.6.3" - resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.6.3.tgz#a52f80bf38da1952eb5c681790719871a1a72501" + resolved "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz" integrity sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw== dependencies: safer-buffer ">= 2.1.2 < 3.0.0" icss-utils@^5.0.0, icss-utils@^5.1.0: version "5.1.0" - resolved "https://registry.yarnpkg.com/icss-utils/-/icss-utils-5.1.0.tgz#c6be6858abd013d768e98366ae47e25d5887b1ae" + resolved "https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz" integrity sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA== ieee754@^1.2.1: version "1.2.1" - resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352" + resolved "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz" integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA== ignore-walk@^6.0.0: - version "6.0.2" - resolved "https://registry.yarnpkg.com/ignore-walk/-/ignore-walk-6.0.2.tgz#c48f48397cf8ef6174fcc28aa5f8c1de6203d389" - integrity sha512-ezmQ1Dg2b3jVZh2Dh+ar6Eu2MqNSTkyb32HU2MAQQQX9tKM3q/UQ/9lf03lQ5hW+fOeoMnwxwkleZ0xcNp0/qg== + version "6.0.3" + resolved "https://registry.yarnpkg.com/ignore-walk/-/ignore-walk-6.0.3.tgz#0fcdb6decaccda35e308a7b0948645dd9523b7bb" + integrity sha512-C7FfFoTA+bI10qfeydT8aZbvr91vAEU+2W5BZUlzPec47oNb07SsOfwYrtxuvOYdUApPP/Qlh4DtAO51Ekk2QA== dependencies: - minimatch "^7.4.2" + minimatch "^9.0.0" immer@^9.0.7: version "9.0.21" - resolved "https://registry.yarnpkg.com/immer/-/immer-9.0.21.tgz#1e025ea31a40f24fb064f1fef23e931496330176" + resolved "https://registry.npmjs.org/immer/-/immer-9.0.21.tgz" integrity sha512-bc4NBHqOqSfRW7POMkHd51LvClaeMXpm8dx0e8oE2GORbq5aRK7Bxl4FyzVLdGtLmvLKL7BTDBG5ACQm4HWjTA== immutable@^4.0.0: version "4.3.0" - resolved "https://registry.yarnpkg.com/immutable/-/immutable-4.3.0.tgz#eb1738f14ffb39fd068b1dbe1296117484dd34be" + resolved "https://registry.npmjs.org/immutable/-/immutable-4.3.0.tgz" integrity sha512-0AOCmOip+xgJwEVTQj1EfiDDOkPmuyllDuTuEX+DDXUgapLAsBIfkg3sxCYyCEA8mQqZrrxPUGjcOQ2JS3WLkg== immutable@~3.7.4: version "3.7.6" - resolved "https://registry.yarnpkg.com/immutable/-/immutable-3.7.6.tgz#13b4d3cb12befa15482a26fe1b2ebae640071e4b" + resolved "https://registry.npmjs.org/immutable/-/immutable-3.7.6.tgz" integrity sha512-AizQPcaofEtO11RZhPPHBOJRdo/20MKQF9mBLnVkBoyHi1/zXK8fzVdnEpSV9gxqtnh6Qomfp3F0xT5qP/vThw== import-fresh@^3.2.1: version "3.3.0" - resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b" + resolved "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz" integrity sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw== dependencies: parent-module "^1.0.0" @@ -6435,22 +6464,22 @@ import-fresh@^3.2.1: imurmurhash@^0.1.4: version "0.1.4" - resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea" + resolved "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz" integrity sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA== indent-string@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-4.0.0.tgz#624f8f4497d619b2d9768531d58f4122854d7251" + resolved "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz" integrity sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg== infer-owner@^1.0.4: version "1.0.4" - resolved "https://registry.yarnpkg.com/infer-owner/-/infer-owner-1.0.4.tgz#c4cefcaa8e51051c2a40ba2ce8a3d27295af9467" + resolved "https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz" integrity sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A== inflight@^1.0.4: version "1.0.6" - resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9" + resolved "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz" integrity sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA== dependencies: once "^1.3.0" @@ -6458,17 +6487,17 @@ inflight@^1.0.4: inherits@2, inherits@2.0.4, inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.1, inherits@~2.0.3: version "2.0.4" - resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" + resolved "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz" integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== ini@^3.0.0, ini@^3.0.1: version "3.0.1" - resolved "https://registry.yarnpkg.com/ini/-/ini-3.0.1.tgz#c76ec81007875bc44d544ff7a11a55d12294102d" + resolved "https://registry.npmjs.org/ini/-/ini-3.0.1.tgz" integrity sha512-it4HyVAUTKBc6m8e1iXWvXSTdndF7HbdN713+kvLrymxTaU4AUBWrJ4vEooP+V7fexnVD3LKcBshjGGPefSMUQ== init-package-json@^5.0.0: version "5.0.0" - resolved "https://registry.yarnpkg.com/init-package-json/-/init-package-json-5.0.0.tgz#030cf0ea9c84cfc1b0dc2e898b45d171393e4b40" + resolved "https://registry.npmjs.org/init-package-json/-/init-package-json-5.0.0.tgz" integrity sha512-kBhlSheBfYmq3e0L1ii+VKe3zBTLL5lDCDWR+f9dLmEGSB3MqLlMlsolubSsyI88Bg6EA+BIMlomAnQ1SwgQBw== dependencies: npm-package-arg "^10.0.0" @@ -6481,7 +6510,7 @@ init-package-json@^5.0.0: intl-messageformat@^10.1.0: version "10.3.5" - resolved "https://registry.yarnpkg.com/intl-messageformat/-/intl-messageformat-10.3.5.tgz#f55684fc663e62616ad59d3a504ea0cac3f267b7" + resolved "https://registry.npmjs.org/intl-messageformat/-/intl-messageformat-10.3.5.tgz" integrity sha512-6kPkftF8Jg3XJCkGKa5OD+nYQ+qcSxF4ZkuDdXZ6KGG0VXn+iblJqRFyDdm9VvKcMyC0Km2+JlVQffFM52D0YA== dependencies: "@formatjs/ecma402-abstract" "1.15.0" @@ -6491,7 +6520,7 @@ intl-messageformat@^10.1.0: into-stream@^6.0.0: version "6.0.0" - resolved "https://registry.yarnpkg.com/into-stream/-/into-stream-6.0.0.tgz#4bfc1244c0128224e18b8870e85b2de8e66c6702" + resolved "https://registry.npmjs.org/into-stream/-/into-stream-6.0.0.tgz" integrity sha512-XHbaOAvP+uFKUFsOgoNPRjLkwB+I22JFPFe5OjTkQ0nwgj6+pSjb4NmB6VMxaPshLiOf+zcpOCBQuLwC1KHhZA== dependencies: from2 "^2.3.0" @@ -6499,34 +6528,34 @@ into-stream@^6.0.0: invariant@^2.2.4: version "2.2.4" - resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6" + resolved "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz" integrity sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA== dependencies: loose-envify "^1.0.0" ip-regex@^4.1.0: version "4.3.0" - resolved "https://registry.yarnpkg.com/ip-regex/-/ip-regex-4.3.0.tgz#687275ab0f57fa76978ff8f4dddc8a23d5990db5" + resolved "https://registry.npmjs.org/ip-regex/-/ip-regex-4.3.0.tgz" integrity sha512-B9ZWJxHHOHUhUjCPrMpLD4xEq35bUTClHM1S6CBU5ixQnkZmwipwgc96vAd7AAGM9TGHvJR+Uss+/Ak6UphK+Q== ip@^1.1.5: version "1.1.8" - resolved "https://registry.yarnpkg.com/ip/-/ip-1.1.8.tgz#ae05948f6b075435ed3307acce04629da8cdbf48" + resolved "https://registry.npmjs.org/ip/-/ip-1.1.8.tgz" integrity sha512-PuExPYUiu6qMBQb4l06ecm6T6ujzhmh+MeJcW9wa89PoAz5pvd4zPgN5WJV104mb6S2T1AwNIAaB70JNrLQWhg== ip@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/ip/-/ip-2.0.0.tgz#4cf4ab182fee2314c75ede1276f8c80b479936da" + resolved "https://registry.npmjs.org/ip/-/ip-2.0.0.tgz" integrity sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ== ipaddr.js@1.9.1: version "1.9.1" - resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-1.9.1.tgz#bff38543eeb8984825079ff3a2a8e6cbd46781b3" + resolved "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz" integrity sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g== is-arguments@^1.0.4: version "1.1.1" - resolved "https://registry.yarnpkg.com/is-arguments/-/is-arguments-1.1.1.tgz#15b3f88fda01f2a97fec84ca761a560f123efa9b" + resolved "https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.1.tgz" integrity sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA== dependencies: call-bind "^1.0.2" @@ -6534,84 +6563,77 @@ is-arguments@^1.0.4: is-arrayish@^0.2.1: version "0.2.1" - resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d" + resolved "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz" integrity sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg== is-arrayish@^0.3.1: version "0.3.2" - resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.3.2.tgz#4574a2ae56f7ab206896fb431eaeed066fdf8f03" + resolved "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz" integrity sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ== is-binary-path@~2.1.0: version "2.1.0" - resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-2.1.0.tgz#ea1f7f3b80f064236e83470f86c09c254fb45b09" + resolved "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz" integrity sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw== dependencies: binary-extensions "^2.0.0" is-cidr@^4.0.2: version "4.0.2" - resolved "https://registry.yarnpkg.com/is-cidr/-/is-cidr-4.0.2.tgz#94c7585e4c6c77ceabf920f8cde51b8c0fda8814" + resolved "https://registry.npmjs.org/is-cidr/-/is-cidr-4.0.2.tgz" integrity sha512-z4a1ENUajDbEl/Q6/pVBpTR1nBjjEE1X7qb7bmWYanNnPoKAvUCPFKeXV6Fe4mgTkWKBqiHIcwsI3SndiO5FeA== dependencies: cidr-regex "^3.1.1" -is-core-module@^2.13.0: - version "2.13.0" - resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.13.0.tgz#bb52aa6e2cbd49a30c2ba68c42bf3435ba6072db" - integrity sha512-Z7dk6Qo8pOCp3l4tsX2C5ZVas4V+UxwQodwZhLopL91TX8UyyHEXafPcyoeeWuLrwzHcr3igO78wNLwHJHsMCQ== - dependencies: - has "^1.0.3" - is-core-module@^2.8.1, is-core-module@^2.9.0: version "2.11.0" - resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.11.0.tgz#ad4cb3e3863e814523c96f3f58d26cc570ff0144" + resolved "https://registry.npmjs.org/is-core-module/-/is-core-module-2.11.0.tgz" integrity sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw== dependencies: has "^1.0.3" is-date-object@^1.0.1: version "1.0.5" - resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.5.tgz#0841d5536e724c25597bf6ea62e1bd38298df31f" + resolved "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz" integrity sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ== dependencies: has-tostringtag "^1.0.0" is-extglob@^2.1.1: version "2.1.1" - resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2" + resolved "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz" integrity sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ== is-fullwidth-code-point@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d" + resolved "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz" integrity sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg== is-glob@^4.0.1, is-glob@^4.0.3, is-glob@~4.0.1: version "4.0.3" - resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084" + resolved "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz" integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg== dependencies: is-extglob "^2.1.1" is-lambda@^1.0.1: version "1.0.1" - resolved "https://registry.yarnpkg.com/is-lambda/-/is-lambda-1.0.1.tgz#3d9877899e6a53efc0160504cde15f82e6f061d5" + resolved "https://registry.npmjs.org/is-lambda/-/is-lambda-1.0.1.tgz" integrity sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ== is-number@^7.0.0: version "7.0.0" - resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b" + resolved "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz" integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng== is-plain-object@^5.0.0: version "5.0.0" - resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-5.0.0.tgz#4427f50ab3429e9025ea7d52e9043a9ef4159344" + resolved "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz" integrity sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q== is-regex@^1.0.4: version "1.1.4" - resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.4.tgz#eef5663cd59fa4c0ae339505323df6854bb15958" + resolved "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz" integrity sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg== dependencies: call-bind "^1.0.2" @@ -6619,76 +6641,85 @@ is-regex@^1.0.4: is-retry-allowed@^2.2.0: version "2.2.0" - resolved "https://registry.yarnpkg.com/is-retry-allowed/-/is-retry-allowed-2.2.0.tgz#88f34cbd236e043e71b6932d09b0c65fb7b4d71d" + resolved "https://registry.npmjs.org/is-retry-allowed/-/is-retry-allowed-2.2.0.tgz" integrity sha512-XVm7LOeLpTW4jV19QSH38vkswxoLud8sQ57YwJVTPWdiaI9I8keEhGFpBlslyVsgdQy4Opg8QOLb8YRgsyZiQg== is-stream@^2.0.0, is-stream@^2.0.1: version "2.0.1" - resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.1.tgz#fac1e3d53b97ad5a9d0ae9cef2389f5810a5c077" + resolved "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz" integrity sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg== is-typedarray@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a" + resolved "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz" integrity sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA== isarray@0.0.1: version "0.0.1" - resolved "https://registry.yarnpkg.com/isarray/-/isarray-0.0.1.tgz#8a18acfca9a8f4177e09abfc6038939b05d1eedf" + resolved "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz" integrity sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ== isarray@~1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11" + resolved "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz" integrity sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ== isexe@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10" + resolved "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz" integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw== +jackspeak@^2.3.5: + version "2.3.6" + resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-2.3.6.tgz#647ecc472238aee4b06ac0e461acc21a8c505ca8" + integrity sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ== + dependencies: + "@isaacs/cliui" "^8.0.2" + optionalDependencies: + "@pkgjs/parseargs" "^0.11.0" + jiti@^1.18.2: version "1.18.2" - resolved "https://registry.yarnpkg.com/jiti/-/jiti-1.18.2.tgz#80c3ef3d486ebf2450d9335122b32d121f2a83cd" + resolved "https://registry.npmjs.org/jiti/-/jiti-1.18.2.tgz" integrity sha512-QAdOptna2NYiSSpv0O/BwoHBSmz4YhpzJHyi+fnMRTXFjp7B8i/YG5Z8IfusxB1ufjcD2Sre1F3R+nX3fvy7gg== jose@^4.10.0, jose@^4.11.4: version "4.13.1" - resolved "https://registry.yarnpkg.com/jose/-/jose-4.13.1.tgz#449111bb5ab171db85c03f1bd2cb1647ca06db1c" + resolved "https://registry.npmjs.org/jose/-/jose-4.13.1.tgz" integrity sha512-MSJQC5vXco5Br38mzaQKiq9mwt7lwj2eXpgpRyQYNHYt2lq1PjkWa7DLXX0WVcQLE9HhMh3jPiufS7fhJf+CLQ== "js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499" + resolved "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz" integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ== js-yaml@^4.1.0: version "4.1.0" - resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602" + resolved "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz" integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA== dependencies: argparse "^2.0.1" json-bigint@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/json-bigint/-/json-bigint-1.0.0.tgz#ae547823ac0cad8398667f8cd9ef4730f5b01ff1" + resolved "https://registry.npmjs.org/json-bigint/-/json-bigint-1.0.0.tgz" integrity sha512-SiPv/8VpZuWbvLSMtTDU8hEfrZWg/mH/nV/b4o0CYbSxu1UIQPLdwKOCIyLQX+VIPO5vrLX3i8qtqFyhdPSUSQ== dependencies: bignumber.js "^9.0.0" json-parse-even-better-errors@^2.3.0: version "2.3.1" - resolved "https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz#7c47805a94319928e05777405dc12e1f7a4ee02d" + resolved "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz" integrity sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w== json-parse-even-better-errors@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-3.0.0.tgz#2cb2ee33069a78870a0c7e3da560026b89669cf7" + resolved "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-3.0.0.tgz" integrity sha512-iZbGHafX/59r39gPwVPRBGw0QQKnA7tte5pSMrhWOW7swGsVvVTjmfyAV9pNqk8YGT7tRCdxRu8uzcgZwoDooA== json-schema-to-ts@1.6.4: version "1.6.4" - resolved "https://registry.yarnpkg.com/json-schema-to-ts/-/json-schema-to-ts-1.6.4.tgz#63e4fe854dff093923be9e8b59b39ee9a7971ba4" + resolved "https://registry.npmjs.org/json-schema-to-ts/-/json-schema-to-ts-1.6.4.tgz" integrity sha512-pR4yQ9DHz6itqswtHCm26mw45FSNfQ9rEQjosaZErhn5J3J2sIViQiz8rDaezjKAhFGpmsoczYVBgGHzFw/stA== dependencies: "@types/json-schema" "^7.0.6" @@ -6696,36 +6727,36 @@ json-schema-to-ts@1.6.4: json-schema-traverse@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz#ae7bcb3656ab77a73ba5c49bf654f38e6b6860e2" + resolved "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz" integrity sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug== json-stringify-nice@^1.1.4: version "1.1.4" - resolved "https://registry.yarnpkg.com/json-stringify-nice/-/json-stringify-nice-1.1.4.tgz#2c937962b80181d3f317dd39aa323e14f5a60a67" + resolved "https://registry.npmjs.org/json-stringify-nice/-/json-stringify-nice-1.1.4.tgz" integrity sha512-5Z5RFW63yxReJ7vANgW6eZFGWaQvnPE3WNmZoOJrSkGju2etKA2L5rrOa1sm877TVTFt57A80BH1bArcmlLfPw== json5@^1.0.1: version "1.0.2" - resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.2.tgz#63d98d60f21b313b77c4d6da18bfa69d80e1d593" + resolved "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz" integrity sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA== dependencies: minimist "^1.2.0" json5@^2.1.2: version "2.2.3" - resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283" + resolved "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz" integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg== jsonfile@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-4.0.0.tgz#8771aae0799b64076b76640fca058f9c10e33ecb" + resolved "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz" integrity sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg== optionalDependencies: graceful-fs "^4.1.6" jsonfile@^6.0.1: version "6.1.0" - resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-6.1.0.tgz#bc55b2634793c679ec6403094eb13698a6ec0aae" + resolved "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz" integrity sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ== dependencies: universalify "^2.0.0" @@ -6734,22 +6765,22 @@ jsonfile@^6.0.1: jsonparse@^1.3.1: version "1.3.1" - resolved "https://registry.yarnpkg.com/jsonparse/-/jsonparse-1.3.1.tgz#3f4dae4a91fac315f71062f8521cc239f1366280" + resolved "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz" integrity sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg== just-diff-apply@^5.2.0: version "5.5.0" - resolved "https://registry.yarnpkg.com/just-diff-apply/-/just-diff-apply-5.5.0.tgz#771c2ca9fa69f3d2b54e7c3f5c1dfcbcc47f9f0f" + resolved "https://registry.npmjs.org/just-diff-apply/-/just-diff-apply-5.5.0.tgz" integrity sha512-OYTthRfSh55WOItVqwpefPtNt2VdKsq5AnAK6apdtR6yCH8pr0CmSr710J0Mf+WdQy7K/OzMy7K2MgAfdQURDw== just-diff@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/just-diff/-/just-diff-6.0.0.tgz#77ebd7ee7fbb22f887dbe1dc376e5f781ea0c9c5" - integrity sha512-MbEkhMEa9p7bVD/U29cTM6zUHcLPWwSZjnSquOu++6GyKfoc3aGNdsp2uLQ3Zq0ocg60MzTxwB9qjqwgoQu3+g== + version "6.0.2" + resolved "https://registry.yarnpkg.com/just-diff/-/just-diff-6.0.2.tgz#03b65908543ac0521caf6d8eb85035f7d27ea285" + integrity sha512-S59eriX5u3/QhMNq3v/gm8Kd0w8OS6Tz2FS1NG4blv+z0MuQcBRJyFWjdovM0Rad4/P4aUPFtnkNjMjyMlMSYA== jwa@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/jwa/-/jwa-2.0.0.tgz#a7e9c3f29dae94027ebcaf49975c9345593410fc" + resolved "https://registry.npmjs.org/jwa/-/jwa-2.0.0.tgz" integrity sha512-jrZ2Qx916EA+fq9cEAeCROWPTfCwi1IVHqT2tapuqLEVVDKFDENFw1oL+MwrTvH6msKxsd1YTDVw6uKEcsrLEA== dependencies: buffer-equal-constant-time "1.0.1" @@ -6758,7 +6789,7 @@ jwa@^2.0.0: jws@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/jws/-/jws-4.0.0.tgz#2d4e8cf6a318ffaa12615e9dec7e86e6c97310f4" + resolved "https://registry.npmjs.org/jws/-/jws-4.0.0.tgz" integrity sha512-KDncfTmOZoOMTFG4mBlG0qUIOlc03fmzH+ru6RgYVZhPkyiy/92Owlt/8UEN+a4TXR1FQetfIpJE8ApdvdVxTg== dependencies: jwa "^2.0.0" @@ -6766,19 +6797,19 @@ jws@^4.0.0: klona@^2.0.6: version "2.0.6" - resolved "https://registry.yarnpkg.com/klona/-/klona-2.0.6.tgz#85bffbf819c03b2f53270412420a4555ef882e22" + resolved "https://registry.npmjs.org/klona/-/klona-2.0.6.tgz" integrity sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA== less-loader@^11.1.0: version "11.1.2" - resolved "https://registry.yarnpkg.com/less-loader/-/less-loader-11.1.2.tgz#ff1ea68ce60347a0a1ec67f998ac1e56b204f6da" + resolved "https://registry.npmjs.org/less-loader/-/less-loader-11.1.2.tgz" integrity sha512-2bSaN2j13bUh/5BuwJKuY2DDWVmfBsS6oWRe8v1mGj7F0EpcL+WyWkDQVoEfsVRE4ac5/OuP44ZCaVsXWrQQ9A== dependencies: klona "^2.0.6" levn@~0.3.0: version "0.3.0" - resolved "https://registry.yarnpkg.com/levn/-/levn-0.3.0.tgz#3b09924edf9f083c0490fdd4c0bc4421e04764ee" + resolved "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz" integrity sha512-0OO4y2iOHix2W6ujICbKIaEQXvFQHue65vUG3pb5EUomzPI90z9hsA1VsO/dbIIpC53J8gxM9Q4Oho0jrCM/yA== dependencies: prelude-ls "~1.1.2" @@ -6786,7 +6817,7 @@ levn@~0.3.0: libnpmaccess@^7.0.2: version "7.0.2" - resolved "https://registry.yarnpkg.com/libnpmaccess/-/libnpmaccess-7.0.2.tgz#7f056c8c933dd9c8ba771fa6493556b53c5aac52" + resolved "https://registry.npmjs.org/libnpmaccess/-/libnpmaccess-7.0.2.tgz" integrity sha512-vHBVMw1JFMTgEk15zRsJuSAg7QtGGHpUSEfnbcRL1/gTBag9iEfJbyjpDmdJmwMhvpoLoNBtdAUCdGnaP32hhw== dependencies: npm-package-arg "^10.1.0" @@ -6794,7 +6825,7 @@ libnpmaccess@^7.0.2: libnpmdiff@^5.0.13: version "5.0.13" - resolved "https://registry.yarnpkg.com/libnpmdiff/-/libnpmdiff-5.0.13.tgz#833712814f9e7f8fb0463660b46ab52e0d040a02" + resolved "https://registry.npmjs.org/libnpmdiff/-/libnpmdiff-5.0.13.tgz" integrity sha512-PFuFUZZvKwboVAZePql97O4J63Rtps1HA9XAdzSHJoaRogFbmBlxymFXASjNjKCNlqz7G9oVizM1V6+rxx+Vow== dependencies: "@npmcli/arborist" "^6.2.5" @@ -6809,7 +6840,7 @@ libnpmdiff@^5.0.13: libnpmexec@^5.0.13: version "5.0.13" - resolved "https://registry.yarnpkg.com/libnpmexec/-/libnpmexec-5.0.13.tgz#3e2e1cdf48d441d6dbbd8ff46a41dde9939fe8e2" + resolved "https://registry.npmjs.org/libnpmexec/-/libnpmexec-5.0.13.tgz" integrity sha512-++Ek3+CNnFpPayUbizpacdY6QicgHzTdwwzYTO6AkPns5LWLoCilom+52+acV+TRbcLz/DPiuIIUgSRSBFFqqw== dependencies: "@npmcli/arborist" "^6.2.5" @@ -6827,14 +6858,14 @@ libnpmexec@^5.0.13: libnpmfund@^4.0.13: version "4.0.13" - resolved "https://registry.yarnpkg.com/libnpmfund/-/libnpmfund-4.0.13.tgz#6f1b2e24e8b3b53e463c007aa1e2280d79f02a99" + resolved "https://registry.npmjs.org/libnpmfund/-/libnpmfund-4.0.13.tgz" integrity sha512-HKU4JiAkdEGA4mnqkjo+mtZ0n1YYwdoNvfuK+2qTOyYKmgTm48EOd/GxhW11kfyDWoTUTPp3hzBSQylhXLSm6g== dependencies: "@npmcli/arborist" "^6.2.5" libnpmhook@^9.0.3: version "9.0.3" - resolved "https://registry.yarnpkg.com/libnpmhook/-/libnpmhook-9.0.3.tgz#5dbd6a146feb7e11993d36a26f750ae2347bb1d9" + resolved "https://registry.npmjs.org/libnpmhook/-/libnpmhook-9.0.3.tgz" integrity sha512-wMZe58sI7KLhg0+nUWZW5KdMfjNNcOIIbkoP19BDHYoUF9El7eeUWkGNxUGzpHkPKiGoQ1z/v6CYin4deebeuw== dependencies: aproba "^2.0.0" @@ -6842,7 +6873,7 @@ libnpmhook@^9.0.3: libnpmorg@^5.0.3: version "5.0.3" - resolved "https://registry.yarnpkg.com/libnpmorg/-/libnpmorg-5.0.3.tgz#bd0a11d7a84b5f5c14689fb1e244fbb540700d63" + resolved "https://registry.npmjs.org/libnpmorg/-/libnpmorg-5.0.3.tgz" integrity sha512-QCLLB2oKCCwdiedQRcsj5eHAyYXM7vICM5f0gB9aRQzyVzx57S3anBIzhEUOhJxq6cWKtXRfkR5GsCxHEJ0CxA== dependencies: aproba "^2.0.0" @@ -6850,7 +6881,7 @@ libnpmorg@^5.0.3: libnpmpack@^5.0.13: version "5.0.13" - resolved "https://registry.yarnpkg.com/libnpmpack/-/libnpmpack-5.0.13.tgz#3a28d106272018f772819329b074b6aa51a4c00f" + resolved "https://registry.npmjs.org/libnpmpack/-/libnpmpack-5.0.13.tgz" integrity sha512-cqK1ZlgYEZPGzNFNqlq7trJqK/ZVcTJSc9xzG7d/HnENEYern/Mhyoh1dhtQBM2CR6fTCdgT++Sk8uV0ZhCsQQ== dependencies: "@npmcli/arborist" "^6.2.5" @@ -6860,7 +6891,7 @@ libnpmpack@^5.0.13: libnpmpublish@^7.1.2: version "7.1.2" - resolved "https://registry.yarnpkg.com/libnpmpublish/-/libnpmpublish-7.1.2.tgz#9a82a3a3df641378fcf5370f2f2d456a15d9fb4b" + resolved "https://registry.npmjs.org/libnpmpublish/-/libnpmpublish-7.1.2.tgz" integrity sha512-IUjE5R3jCmTVWGEcJtzoRz3kAWoDqZUZzwhcpBN+rMIDiRRjS9ZGkyeT0KxXocg2DJEggyZyxSIdpaV//aLz/w== dependencies: ci-info "^3.6.1" @@ -6874,14 +6905,14 @@ libnpmpublish@^7.1.2: libnpmsearch@^6.0.2: version "6.0.2" - resolved "https://registry.yarnpkg.com/libnpmsearch/-/libnpmsearch-6.0.2.tgz#b6a531a312855dd3bf84dd273b1033dd09b4cbec" + resolved "https://registry.npmjs.org/libnpmsearch/-/libnpmsearch-6.0.2.tgz" integrity sha512-p+5BF19AvnVg8mcIQhy6yWhI6jHQRVMYaIaKeITEfYAffWsqbottA/WZdMtHL76hViC6SFM1WdclM1w5eAIa1g== dependencies: npm-registry-fetch "^14.0.3" libnpmteam@^5.0.3: version "5.0.3" - resolved "https://registry.yarnpkg.com/libnpmteam/-/libnpmteam-5.0.3.tgz#196657e9d87c0cc914c44fee588ad2b838074a3c" + resolved "https://registry.npmjs.org/libnpmteam/-/libnpmteam-5.0.3.tgz" integrity sha512-7XOGhi45s+ml6TyrhJUTyrErcoDMKGKfEtiTEco4ofU7BGGAUOalVztKMVLLJgJOOXdIAIlzCHqkTXEuSiyCiA== dependencies: aproba "^2.0.0" @@ -6889,7 +6920,7 @@ libnpmteam@^5.0.3: libnpmversion@^4.0.2: version "4.0.2" - resolved "https://registry.yarnpkg.com/libnpmversion/-/libnpmversion-4.0.2.tgz#cad9cd1b287fcf9576a64edfe71491b49a65d06f" + resolved "https://registry.npmjs.org/libnpmversion/-/libnpmversion-4.0.2.tgz" integrity sha512-n1X70mFHv8Piy4yos+MFWUARSkTbyV5cdsHScaIkuwYvRAF/s2VtYScDzWB4Oe8uNEuGNdjiRR1E/Dh1tMvv6g== dependencies: "@npmcli/git" "^4.0.1" @@ -6898,31 +6929,31 @@ libnpmversion@^4.0.2: proc-log "^3.0.0" semver "^7.3.7" -lilconfig@^2.0.5, lilconfig@^2.0.6, lilconfig@^2.1.0: +lilconfig@^2.0.5, lilconfig@^2.0.6: version "2.1.0" - resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-2.1.0.tgz#78e23ac89ebb7e1bfbf25b18043de756548e7f52" + resolved "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz" integrity sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ== lines-and-columns@^1.1.6: version "1.2.4" - resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632" + resolved "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz" integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg== linkify-it@^2.2.0: version "2.2.0" - resolved "https://registry.yarnpkg.com/linkify-it/-/linkify-it-2.2.0.tgz#e3b54697e78bf915c70a38acd78fd09e0058b1cf" + resolved "https://registry.npmjs.org/linkify-it/-/linkify-it-2.2.0.tgz" integrity sha512-GnAl/knGn+i1U/wjBz3akz2stz+HrHLsxMwHQGofCDfPvlf+gDKN58UtfmUquTY4/MXeE2x7k19KQmeoZi94Iw== dependencies: uc.micro "^1.0.1" load-script@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/load-script/-/load-script-1.0.0.tgz#0491939e0bee5643ee494a7e3da3d2bac70c6ca4" + resolved "https://registry.npmjs.org/load-script/-/load-script-1.0.0.tgz" integrity sha512-kPEjMFtZvwL9TaZo0uZ2ml+Ye9HUMmPwbYRJ324qF9tqMejwykJ5ggTyvzmrbBeapCAbk98BSbTeovHEEP1uCA== loader-utils@1.2.3: version "1.2.3" - resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-1.2.3.tgz#1ff5dc6911c9f0a062531a4c04b609406108c2c7" + resolved "https://registry.npmjs.org/loader-utils/-/loader-utils-1.2.3.tgz" integrity sha512-fkpz8ejdnEMG3s37wGL07iSBDg99O9D5yflE9RGNH3hRdx9SOwYfnGYdZOUIZitN8E+E2vkq3MUMYMvPYl5ZZA== dependencies: big.js "^5.2.2" @@ -6931,7 +6962,7 @@ loader-utils@1.2.3: loader-utils@^2.0.0: version "2.0.4" - resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-2.0.4.tgz#8b5cb38b5c34a9a018ee1fc0e6a066d1dfcc528c" + resolved "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz" integrity sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw== dependencies: big.js "^5.2.2" @@ -6940,90 +6971,95 @@ loader-utils@^2.0.0: lodash.debounce@^4.0.8: version "4.0.8" - resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af" + resolved "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz" integrity sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow== lodash.foreach@^4.5.0: version "4.5.0" - resolved "https://registry.yarnpkg.com/lodash.foreach/-/lodash.foreach-4.5.0.tgz#1a6a35eace401280c7f06dddec35165ab27e3e53" + resolved "https://registry.npmjs.org/lodash.foreach/-/lodash.foreach-4.5.0.tgz" integrity sha512-aEXTF4d+m05rVOAUG3z4vZZ4xVexLKZGF0lIxuHZ1Hplpk/3B6Z1+/ICICYRLm7c41Z2xiejbkCkJoTlypoXhQ== lodash.get@^4.4.2: version "4.4.2" - resolved "https://registry.yarnpkg.com/lodash.get/-/lodash.get-4.4.2.tgz#2d177f652fa31e939b4438d5341499dfa3825e99" + resolved "https://registry.npmjs.org/lodash.get/-/lodash.get-4.4.2.tgz" integrity sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ== lodash.kebabcase@^4.1.1: version "4.1.1" - resolved "https://registry.yarnpkg.com/lodash.kebabcase/-/lodash.kebabcase-4.1.1.tgz#8489b1cb0d29ff88195cceca448ff6d6cc295c36" + resolved "https://registry.npmjs.org/lodash.kebabcase/-/lodash.kebabcase-4.1.1.tgz" integrity sha512-N8XRTIMMqqDgSy4VLKPnJ/+hpGZN+PHQiJnSenYqPaVV/NCqEogTnAdZLQiGKhxX+JCs8waWq2t1XHWKOmlY8g== lodash.mapkeys@^4.6.0: version "4.6.0" - resolved "https://registry.yarnpkg.com/lodash.mapkeys/-/lodash.mapkeys-4.6.0.tgz#df2cfa231d7c57c7a8ad003abdad5d73d3ea5195" + resolved "https://registry.npmjs.org/lodash.mapkeys/-/lodash.mapkeys-4.6.0.tgz" integrity sha512-0Al+hxpYvONWtg+ZqHpa/GaVzxuN3V7Xeo2p+bY06EaK/n+Y9R7nBePPN2o1LxmL0TWQSwP8LYZ008/hc9JzhA== lodash.mergewith@4.6.2: version "4.6.2" - resolved "https://registry.yarnpkg.com/lodash.mergewith/-/lodash.mergewith-4.6.2.tgz#617121f89ac55f59047c7aec1ccd6654c6590f55" + resolved "https://registry.npmjs.org/lodash.mergewith/-/lodash.mergewith-4.6.2.tgz" integrity sha512-GK3g5RPZWTRSeLSpgP8Xhra+pnjBC56q9FZYe1d5RN3TJ35dbkGy3YqBSMbyCrlbi+CM9Z3Jk5yTL7RCsqboyQ== lodash.omit@^4.5.0: version "4.5.0" - resolved "https://registry.yarnpkg.com/lodash.omit/-/lodash.omit-4.5.0.tgz#6eb19ae5a1ee1dd9df0b969e66ce0b7fa30b5e60" + resolved "https://registry.npmjs.org/lodash.omit/-/lodash.omit-4.5.0.tgz" integrity sha512-XeqSp49hNGmlkj2EJlfrQFIzQ6lXdNro9sddtQzcJY8QaoC2GO0DT7xaIokHeyM+mIT0mPMlPvkYzg2xCuHdZg== lodash.throttle@^4.1.1: version "4.1.1" - resolved "https://registry.yarnpkg.com/lodash.throttle/-/lodash.throttle-4.1.1.tgz#c23e91b710242ac70c37f1e1cda9274cc39bf2f4" + resolved "https://registry.npmjs.org/lodash.throttle/-/lodash.throttle-4.1.1.tgz" integrity sha512-wIkUCfVKpVsWo3JSZlc+8MB5it+2AN5W8J7YVMST30UrvcQNZ1Okbj+rbVniijTWE6FGYy4XJq/rHkas8qJMLQ== lodash@4.17.21, lodash@^4.17.15, lodash@^4.17.21, lodash@^4.17.4: version "4.17.21" - resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" + resolved "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz" integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.3.1, loose-envify@^1.4.0: version "1.4.0" - resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf" + resolved "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz" integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q== dependencies: js-tokens "^3.0.0 || ^4.0.0" lower-case@^2.0.2: version "2.0.2" - resolved "https://registry.yarnpkg.com/lower-case/-/lower-case-2.0.2.tgz#6fa237c63dbdc4a82ca0fd882e4722dc5e634e28" + resolved "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz" integrity sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg== dependencies: tslib "^2.0.3" lru-cache@^5.1.1: version "5.1.1" - resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920" + resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz" integrity sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w== dependencies: yallist "^3.0.2" lru-cache@^6.0.0: version "6.0.0" - resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94" + resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz" integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA== dependencies: yallist "^4.0.0" -lru-cache@^7.14.1, lru-cache@^7.4.4, lru-cache@^7.5.1, lru-cache@^7.7.1: +lru-cache@^7.4.4, lru-cache@^7.5.1, lru-cache@^7.7.1: version "7.18.3" - resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.18.3.tgz#f793896e0fd0e954a59dfdd82f0773808df6aa89" + resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz" integrity sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA== +"lru-cache@^9.1.1 || ^10.0.0": + version "10.0.1" + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.0.1.tgz#0a3be479df549cca0e5d693ac402ff19537a6b7a" + integrity sha512-IJ4uwUTi2qCccrioU6g9g/5rvvVl13bsdczUUcqbciD9iLr095yj8DQKdObriEvuNSx325N1rV1O0sJFszx75g== + lucide-react@^0.268.0: version "0.268.0" - resolved "https://registry.yarnpkg.com/lucide-react/-/lucide-react-0.268.0.tgz#24ed431839f9b30eaac0dab4cbd37626aeaae1e8" + resolved "https://registry.npmjs.org/lucide-react/-/lucide-react-0.268.0.tgz" integrity sha512-XP/xY3ASJAViqNqVnDRcEfdxfRB7uNST8sqTLwZhL983ikmHMQ7qQak7ZxrnXOVhB3QDBawdr3ANq0P+iWHP/g== make-error@^1.1.1: version "1.3.6" - resolved "https://registry.yarnpkg.com/make-error/-/make-error-1.3.6.tgz#2eb2e37ea9b67c4891f684a1394799af484cf7a2" + resolved "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz" integrity sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw== make-fetch-happen@^10.0.3: @@ -7050,7 +7086,7 @@ make-fetch-happen@^10.0.3: make-fetch-happen@^11.0.0, make-fetch-happen@^11.0.1, make-fetch-happen@^11.0.3: version "11.0.3" - resolved "https://registry.yarnpkg.com/make-fetch-happen/-/make-fetch-happen-11.0.3.tgz#ed83dd3685b97f75607156d2721848f6eca561b9" + resolved "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-11.0.3.tgz" integrity sha512-oPLh5m10lRNNZDjJ2kP8UpboUx2uFXVaVweVe/lWut4iHWcQEmfqSVJt2ihZsFI8HbpwyyocaXbCAWf0g1ukIA== dependencies: agentkeepalive "^4.2.1" @@ -7069,56 +7105,77 @@ make-fetch-happen@^11.0.0, make-fetch-happen@^11.0.1, make-fetch-happen@^11.0.3: socks-proxy-agent "^7.0.0" ssri "^10.0.0" +make-fetch-happen@^11.1.1: + version "11.1.1" + resolved "https://registry.yarnpkg.com/make-fetch-happen/-/make-fetch-happen-11.1.1.tgz#85ceb98079584a9523d4bf71d32996e7e208549f" + integrity sha512-rLWS7GCSTcEujjVBs2YqG7Y4643u8ucvCJeSRqiLYhesrDuzeuFIk37xREzAsfQaqzl8b9rNCE4m6J8tvX4Q8w== + dependencies: + agentkeepalive "^4.2.1" + cacache "^17.0.0" + http-cache-semantics "^4.1.1" + http-proxy-agent "^5.0.0" + https-proxy-agent "^5.0.0" + is-lambda "^1.0.1" + lru-cache "^7.7.1" + minipass "^5.0.0" + minipass-fetch "^3.0.0" + minipass-flush "^1.0.5" + minipass-pipeline "^1.2.4" + negotiator "^0.6.3" + promise-retry "^2.0.1" + socks-proxy-agent "^7.0.0" + ssri "^10.0.0" + map-obj@^4.0.0, map-obj@^4.1.0: version "4.3.0" - resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-4.3.0.tgz#9304f906e93faae70880da102a9f1df0ea8bb05a" + resolved "https://registry.npmjs.org/map-obj/-/map-obj-4.3.0.tgz" integrity sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ== map-or-similar@^1.5.0: version "1.5.0" - resolved "https://registry.yarnpkg.com/map-or-similar/-/map-or-similar-1.5.0.tgz#6de2653174adfb5d9edc33c69d3e92a1b76faf08" + resolved "https://registry.npmjs.org/map-or-similar/-/map-or-similar-1.5.0.tgz" integrity sha512-0aF7ZmVon1igznGI4VS30yugpduQW3y3GkcgGJOp7d8x8QrizhigUxjI/m2UojsXXto+jLAH3KSz+xOJTiORjg== media-typer@0.3.0: version "0.3.0" - resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748" + resolved "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz" integrity sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ== memoize-one@^5.1.1: version "5.2.1" - resolved "https://registry.yarnpkg.com/memoize-one/-/memoize-one-5.2.1.tgz#8337aa3c4335581839ec01c3d594090cebe8f00e" + resolved "https://registry.npmjs.org/memoize-one/-/memoize-one-5.2.1.tgz" integrity sha512-zYiwtZUcYyXKo/np96AGZAckk+FWWsUdJ3cHGGmld7+AhvcWmQyGCYUh1hc4Q/pkOhb65dQR/pqCyK0cOaHz4Q== memoizerific@^1.11.3: version "1.11.3" - resolved "https://registry.yarnpkg.com/memoizerific/-/memoizerific-1.11.3.tgz#7c87a4646444c32d75438570905f2dbd1b1a805a" + resolved "https://registry.npmjs.org/memoizerific/-/memoizerific-1.11.3.tgz" integrity sha512-/EuHYwAPdLtXwAwSZkh/Gutery6pD2KYd44oQLhAvQp/50mpyduZh8Q7PYHXTCJ+wuXxt7oij2LXyIJOOYFPog== dependencies: map-or-similar "^1.5.0" mendoza@^2.1.1: version "2.1.1" - resolved "https://registry.yarnpkg.com/mendoza/-/mendoza-2.1.1.tgz#19ad4efc3f424439d895e1f1841818a4e268af55" + resolved "https://registry.npmjs.org/mendoza/-/mendoza-2.1.1.tgz" integrity sha512-8f3Se8HDfobXCsdESXZBSSYcVzIRi+cMIEmz/SR4bjgFEjHJaXzrsBYr+vyrFGEtK5xTpCcU+DiwxWJV6hCuhQ== merge-descriptors@1.0.1: version "1.0.1" - resolved "https://registry.yarnpkg.com/merge-descriptors/-/merge-descriptors-1.0.1.tgz#b00aaa556dd8b44568150ec9d1b953f3f90cbb61" + resolved "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz" integrity sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w== merge2@^1.3.0: version "1.4.1" - resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae" + resolved "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz" integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg== methods@^1.1.2, methods@~1.1.2: version "1.1.2" - resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee" + resolved "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz" integrity sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w== micromatch@^4.0.4, micromatch@^4.0.5: version "4.0.5" - resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.5.tgz#bc8999a7cbbf77cdc89f132f6e467051b49090c6" + resolved "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz" integrity sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA== dependencies: braces "^3.0.2" @@ -7126,79 +7183,79 @@ micromatch@^4.0.4, micromatch@^4.0.5: mime-db@1.52.0: version "1.52.0" - resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.52.0.tgz#bbabcdc02859f4987301c856e3387ce5ec43bf70" + resolved "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz" integrity sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg== mime-types@^2.1.12, mime-types@~2.1.24, mime-types@~2.1.34: version "2.1.35" - resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.35.tgz#381a871b62a734450660ae3deee44813f70d959a" + resolved "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz" integrity sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw== dependencies: mime-db "1.52.0" mime@1.6.0: version "1.6.0" - resolved "https://registry.yarnpkg.com/mime/-/mime-1.6.0.tgz#32cd9e5c64553bd58d19a568af452acff04981b1" + resolved "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz" integrity sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg== mime@^2.4.6: version "2.6.0" - resolved "https://registry.yarnpkg.com/mime/-/mime-2.6.0.tgz#a2a682a95cd4d0cb1d6257e28f83da7e35800367" + resolved "https://registry.npmjs.org/mime/-/mime-2.6.0.tgz" integrity sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg== mimic-response@^3.1.0: version "3.1.0" - resolved "https://registry.yarnpkg.com/mimic-response/-/mimic-response-3.1.0.tgz#2d1d59af9c1b129815accc2c46a022a5ce1fa3c9" + resolved "https://registry.npmjs.org/mimic-response/-/mimic-response-3.1.0.tgz" integrity sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ== mini-svg-data-uri@^1.4.3: version "1.4.4" - resolved "https://registry.yarnpkg.com/mini-svg-data-uri/-/mini-svg-data-uri-1.4.4.tgz#8ab0aabcdf8c29ad5693ca595af19dd2ead09939" + resolved "https://registry.npmjs.org/mini-svg-data-uri/-/mini-svg-data-uri-1.4.4.tgz" integrity sha512-r9deDe9p5FJUPZAk3A59wGH7Ii9YrjjWw0jmw/liSbHl2CHiyXj6FcDXDu2K3TjVAXqiJdaw3xxwlZZr9E6nHg== minimatch@^3.0.4, minimatch@^3.1.1: version "3.1.2" - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b" + resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz" integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw== dependencies: brace-expansion "^1.1.7" minimatch@^5.0.1: version "5.1.6" - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96" + resolved "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz" integrity sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g== dependencies: brace-expansion "^2.0.1" minimatch@^6.1.6, minimatch@^6.2.0: version "6.2.0" - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-6.2.0.tgz#2b70fd13294178c69c04dfc05aebdb97a4e79e42" + resolved "https://registry.npmjs.org/minimatch/-/minimatch-6.2.0.tgz" integrity sha512-sauLxniAmvnhhRjFwPNnJKaPFYyddAgbYdeUpHULtCT/GhzdCx/MDNy+Y40lBxTQUrMzDE8e0S43Z5uqfO0REg== dependencies: brace-expansion "^2.0.1" -minimatch@^7.4.1, minimatch@^7.4.2: - version "7.4.3" - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-7.4.3.tgz#012cbf110a65134bb354ae9773b55256cdb045a2" - integrity sha512-5UB4yYusDtkRPbRiy1cqZ1IpGNcJCGlEMG17RKzPddpyiPKoCdwohbED8g4QXT0ewCt8LTkQXuljsUfQ3FKM4A== +minimatch@^9.0.0, minimatch@^9.0.1: + version "9.0.3" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825" + integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg== dependencies: brace-expansion "^2.0.1" minimist@^1.2.0, minimist@^1.2.6: version "1.2.8" - resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c" + resolved "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz" integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA== minipass-collect@^1.0.2: version "1.0.2" - resolved "https://registry.yarnpkg.com/minipass-collect/-/minipass-collect-1.0.2.tgz#22b813bf745dc6edba2576b940022ad6edc8c617" + resolved "https://registry.npmjs.org/minipass-collect/-/minipass-collect-1.0.2.tgz" integrity sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA== dependencies: minipass "^3.0.0" minipass-fetch@^2.0.3: version "2.1.2" - resolved "https://registry.yarnpkg.com/minipass-fetch/-/minipass-fetch-2.1.2.tgz#95560b50c472d81a3bc76f20ede80eaed76d8add" + resolved "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-2.1.2.tgz" integrity sha512-LT49Zi2/WMROHYoqGgdlQIZh8mLPZmOrN2NdJjMXxYe4nkN6FUyuPuOAOedNJDrx0IRGg9+4guZewtp8hE6TxA== dependencies: minipass "^3.1.6" @@ -7209,7 +7266,7 @@ minipass-fetch@^2.0.3: minipass-fetch@^3.0.0: version "3.0.1" - resolved "https://registry.yarnpkg.com/minipass-fetch/-/minipass-fetch-3.0.1.tgz#bae3789f668d82ffae3ea47edc6b78b8283b3656" + resolved "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-3.0.1.tgz" integrity sha512-t9/wowtf7DYkwz8cfMSt0rMwiyNIBXf5CKZ3S5ZMqRqMYT0oLTp0x1WorMI9WTwvaPg21r1JbFxJMum8JrLGfw== dependencies: minipass "^4.0.0" @@ -7220,14 +7277,14 @@ minipass-fetch@^3.0.0: minipass-flush@^1.0.5: version "1.0.5" - resolved "https://registry.yarnpkg.com/minipass-flush/-/minipass-flush-1.0.5.tgz#82e7135d7e89a50ffe64610a787953c4c4cbb373" + resolved "https://registry.npmjs.org/minipass-flush/-/minipass-flush-1.0.5.tgz" integrity sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw== dependencies: minipass "^3.0.0" minipass-json-stream@^1.0.1: version "1.0.1" - resolved "https://registry.yarnpkg.com/minipass-json-stream/-/minipass-json-stream-1.0.1.tgz#7edbb92588fbfc2ff1db2fc10397acb7b6b44aa7" + resolved "https://registry.npmjs.org/minipass-json-stream/-/minipass-json-stream-1.0.1.tgz" integrity sha512-ODqY18UZt/I8k+b7rl2AENgbWE8IDYam+undIJONvigAz8KR5GWblsFTEfQs0WODsjbSXWlm+JHEv8Gr6Tfdbg== dependencies: jsonparse "^1.3.1" @@ -7235,33 +7292,43 @@ minipass-json-stream@^1.0.1: minipass-pipeline@^1.2.4: version "1.2.4" - resolved "https://registry.yarnpkg.com/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz#68472f79711c084657c067c5c6ad93cddea8214c" + resolved "https://registry.npmjs.org/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz" integrity sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A== dependencies: minipass "^3.0.0" minipass-sized@^1.0.3: version "1.0.3" - resolved "https://registry.yarnpkg.com/minipass-sized/-/minipass-sized-1.0.3.tgz#70ee5a7c5052070afacfbc22977ea79def353b70" + resolved "https://registry.npmjs.org/minipass-sized/-/minipass-sized-1.0.3.tgz" integrity sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g== dependencies: minipass "^3.0.0" minipass@^3.0.0, minipass@^3.1.1, minipass@^3.1.6: version "3.3.6" - resolved "https://registry.yarnpkg.com/minipass/-/minipass-3.3.6.tgz#7bba384db3a1520d18c9c0e5251c3444e95dd94a" + resolved "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz" integrity sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw== dependencies: yallist "^4.0.0" -minipass@^4.0.0, minipass@^4.0.2, minipass@^4.2.4: - version "4.2.5" - resolved "https://registry.yarnpkg.com/minipass/-/minipass-4.2.5.tgz#9e0e5256f1e3513f8c34691dd68549e85b2c8ceb" - integrity sha512-+yQl7SX3bIT83Lhb4BVorMAHVuqsskxRdlmO9kTpyukp8vsm2Sn/fUOV9xlnG8/a5JsypJzap21lz/y3FBMJ8Q== +minipass@^4.0.0, minipass@^4.2.4: + version "4.2.8" + resolved "https://registry.yarnpkg.com/minipass/-/minipass-4.2.8.tgz#f0010f64393ecfc1d1ccb5f582bcaf45f48e1a3a" + integrity sha512-fNzuVyifolSLFL4NzpF+wEF4qrgqaaKX0haXPQEdQ7NKAN+WecoKMHV09YcuL/DHxrUsYQOK3MiuDf7Ip2OXfQ== + +minipass@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/minipass/-/minipass-5.0.0.tgz#3e9788ffb90b694a5d0ec94479a45b5d8738133d" + integrity sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ== + +"minipass@^5.0.0 || ^6.0.2 || ^7.0.0", minipass@^7.0.3: + version "7.0.4" + resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.0.4.tgz#dbce03740f50a4786ba994c1fb908844d27b038c" + integrity sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ== minizlib@^2.1.1, minizlib@^2.1.2: version "2.1.2" - resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-2.1.2.tgz#e90d3466ba209b932451508a11ce3d3632145931" + resolved "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz" integrity sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg== dependencies: minipass "^3.0.0" @@ -7269,71 +7336,57 @@ minizlib@^2.1.1, minizlib@^2.1.2: mkdirp@^1.0.3, mkdirp@^1.0.4: version "1.0.4" - resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e" + resolved "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz" integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw== mri@1.2.0: version "1.2.0" - resolved "https://registry.yarnpkg.com/mri/-/mri-1.2.0.tgz#6721480fec2a11a4889861115a48b6cbe7cc8f0b" + resolved "https://registry.npmjs.org/mri/-/mri-1.2.0.tgz" integrity sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA== ms@2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8" + resolved "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz" integrity sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A== ms@2.1.2: version "2.1.2" - resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009" + resolved "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz" integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== ms@2.1.3, ms@^2.0.0, ms@^2.1.2: version "2.1.3" - resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2" + resolved "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz" integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA== mute-stream@~1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-1.0.0.tgz#e31bd9fe62f0aed23520aa4324ea6671531e013e" + resolved "https://registry.npmjs.org/mute-stream/-/mute-stream-1.0.0.tgz" integrity sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA== -mz@^2.7.0: - version "2.7.0" - resolved "https://registry.yarnpkg.com/mz/-/mz-2.7.0.tgz#95008057a56cafadc2bc63dde7f9ff6955948e32" - integrity sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q== - dependencies: - any-promise "^1.0.0" - object-assign "^4.0.1" - thenify-all "^1.0.0" - nanoid@^3.3.4: version "3.3.4" - resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.4.tgz#730b67e3cd09e2deacf03c027c81c9d9dbc5e8ab" + resolved "https://registry.npmjs.org/nanoid/-/nanoid-3.3.4.tgz" integrity sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw== -nanoid@^3.3.6: - version "3.3.6" - resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.6.tgz#443380c856d6e9f9824267d960b4236ad583ea4c" - integrity sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA== - negotiator@0.6.3, negotiator@^0.6.3: version "0.6.3" - resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.3.tgz#58e323a72fedc0d6f9cd4d31fe49f51479590ccd" + resolved "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz" integrity sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg== neo-async@^2.6.2: version "2.6.2" - resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f" + resolved "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz" integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw== netmask@^2.0.2: version "2.0.2" - resolved "https://registry.yarnpkg.com/netmask/-/netmask-2.0.2.tgz#8b01a07644065d536383835823bc52004ebac5e7" + resolved "https://registry.npmjs.org/netmask/-/netmask-2.0.2.tgz" integrity sha512-dBpDMdxv9Irdq66304OLfEmQ9tbNRFnFTuZiLo+bD+r332bBmMJ8GBLXklIXXgxd3+v9+KUnZaUR5PJMa75Gsg== next-auth@^4.20.1: version "4.20.1" - resolved "https://registry.yarnpkg.com/next-auth/-/next-auth-4.20.1.tgz#6e65c4fde14171f6ce64f05f672f80f39fc418c7" + resolved "https://registry.npmjs.org/next-auth/-/next-auth-4.20.1.tgz" integrity sha512-ZcTUN4qzzZ/zJYgOW0hMXccpheWtAol8QOMdMts+LYRcsPGsqf2hEityyaKyECQVw1cWInb9dF3wYwI5GZdEmQ== dependencies: "@babel/runtime" "^7.20.13" @@ -7348,7 +7401,7 @@ next-auth@^4.20.1: next-sanity@^4.1.5: version "4.1.5" - resolved "https://registry.yarnpkg.com/next-sanity/-/next-sanity-4.1.5.tgz#3e99ce2846102ba083108d6962eeb389e22c982a" + resolved "https://registry.npmjs.org/next-sanity/-/next-sanity-4.1.5.tgz" integrity sha512-zas+jhDbnSY5V+tG0PLGGgUCzQFmKMInRALiXykfYzDHPjm6xAFO49WTy1ZGkGc7AzKbNdwp8LEXOKEnDbp15w== dependencies: "@sanity/client" "^5" @@ -7358,12 +7411,12 @@ next-sanity@^4.1.5: next-tick@^1.1.0: version "1.1.0" - resolved "https://registry.yarnpkg.com/next-tick/-/next-tick-1.1.0.tgz#1836ee30ad56d67ef281b22bd199f709449b35eb" + resolved "https://registry.npmjs.org/next-tick/-/next-tick-1.1.0.tgz" integrity sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ== next@13.4.12: version "13.4.12" - resolved "https://registry.yarnpkg.com/next/-/next-13.4.12.tgz#809b21ea0aabbe88ced53252c88c4a5bd5af95df" + resolved "https://registry.npmjs.org/next/-/next-13.4.12.tgz" integrity sha512-eHfnru9x6NRmTMcjQp6Nz0J4XH9OubmzOa7CkWL+AUrUxpibub3vWwttjduu9No16dug1kq04hiUUpo7J3m3Xw== dependencies: "@next/env" "13.4.12" @@ -7387,14 +7440,14 @@ next@13.4.12: nextjs-websocket@^1.0.7: version "1.0.11" - resolved "https://registry.yarnpkg.com/nextjs-websocket/-/nextjs-websocket-1.0.11.tgz#b5cd776c3cf600f144bba9ebe4430344f5cbc4e4" + resolved "https://registry.npmjs.org/nextjs-websocket/-/nextjs-websocket-1.0.11.tgz" integrity sha512-5+NsWcl9Oc8fu3n660h7iVwaOQ1ctbANsrfmE8rlXmHI2syQM+1c8Tn3iCd70oxDUQXeuWNgRiCzBfOAKwmKxw== dependencies: websocket "^1.0.33" no-case@^3.0.4: version "3.0.4" - resolved "https://registry.yarnpkg.com/no-case/-/no-case-3.0.4.tgz#d361fd5c9800f558551a8369fc0dcd4662b6124d" + resolved "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz" integrity sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg== dependencies: lower-case "^2.0.2" @@ -7402,43 +7455,43 @@ no-case@^3.0.4: node-fetch-native@1.0.1: version "1.0.1" - resolved "https://registry.yarnpkg.com/node-fetch-native/-/node-fetch-native-1.0.1.tgz#1dfe78f57545d07e07016b7df4c0cb9d2ff416c7" + resolved "https://registry.npmjs.org/node-fetch-native/-/node-fetch-native-1.0.1.tgz" integrity sha512-VzW+TAk2wE4X9maiKMlT+GsPU4OMmR1U9CrHSmd3DFLn2IcZ9VJ6M6BBugGfYUnPCLSYxXdZy17M0BEJyhUTwg== node-fetch@2.6.7: version "2.6.7" - resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad" + resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz" integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ== dependencies: whatwg-url "^5.0.0" node-fetch@2.6.9: version "2.6.9" - resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.9.tgz#7c7f744b5cc6eb5fd404e0c7a9fec630a55657e6" + resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.9.tgz" integrity sha512-DJm/CJkZkRjKKj4Zi4BsKVZh3ValV5IR5s7LVZnW+6YMh0W1BfNA8XSs6DLMGYlId5F3KnA70uu2qepcR08Qqg== dependencies: whatwg-url "^5.0.0" node-fetch@^2.6.7: version "2.6.11" - resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.11.tgz#cde7fc71deef3131ef80a738919f999e6edfff25" + resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.11.tgz" integrity sha512-4I6pdBY1EthSqDmJkiNk3JIT8cswwR9nfeW/cPdUagJYEQG7R95WRH74wpz7ma8Gh/9dI9FP+OU+0E4FvtA55w== dependencies: whatwg-url "^5.0.0" node-forge@^1.3.1: version "1.3.1" - resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-1.3.1.tgz#be8da2af243b2417d5f646a770663a92b7e9ded3" + resolved "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz" integrity sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA== node-gyp-build@^4.3.0: version "4.6.0" - resolved "https://registry.yarnpkg.com/node-gyp-build/-/node-gyp-build-4.6.0.tgz#0c52e4cbf54bbd28b709820ef7b6a3c2d6209055" + resolved "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.6.0.tgz" integrity sha512-NTZVKn9IylLwUzaKjkas1e4u2DLNcV4rdYagA4PWdPwW87Bi7z+BznyKSRwS/761tV/lzCGXplWsiaMjLqP2zQ== node-gyp@^9.0.0, node-gyp@^9.3.1: version "9.3.1" - resolved "https://registry.yarnpkg.com/node-gyp/-/node-gyp-9.3.1.tgz#1e19f5f290afcc9c46973d68700cbd21a96192e4" + resolved "https://registry.npmjs.org/node-gyp/-/node-gyp-9.3.1.tgz" integrity sha512-4Q16ZCqq3g8awk6UplT7AuxQ35XN4R/yf/+wSAwcBUAjg7l58RTactWaP8fIDTi0FzI7YcVLujwExakZlfWkXg== dependencies: env-paths "^2.2.0" @@ -7454,7 +7507,7 @@ node-gyp@^9.0.0, node-gyp@^9.3.1: node-releases@^2.0.8: version "2.0.10" - resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.10.tgz#c311ebae3b6a148c89b1813fd7c4d3c024ef537f" + resolved "https://registry.npmjs.org/node-releases/-/node-releases-2.0.10.tgz" integrity sha512-5GFldHPXVG/YZmFzJvKK2zDSzPKhEp0+ZR5SVaoSag9fsL5YgHbUHDfnG5494ISANDcK4KwPXAx2xqVEydmd7w== nopt@^6.0.0: @@ -7465,15 +7518,15 @@ nopt@^6.0.0: abbrev "^1.0.0" nopt@^7.0.0: - version "7.1.0" - resolved "https://registry.yarnpkg.com/nopt/-/nopt-7.1.0.tgz#91f6a3366182176e72ecab93a09c19b63b485f28" - integrity sha512-ZFPLe9Iu0tnx7oWhFxAo4s7QTn8+NNDDxYNaKLjE7Dp0tbakQ3M1QhQzsnzXHQBTUO3K9BmwaxnyO8Ayn2I95Q== + version "7.2.0" + resolved "https://registry.yarnpkg.com/nopt/-/nopt-7.2.0.tgz#067378c68116f602f552876194fd11f1292503d7" + integrity sha512-CVDtwCdhYIvnAzFoJ6NJ6dX3oga9/HyciQDnG1vQDjSLMeKLJ4A93ZqYKDrgYSr1FBY5/hMYC+2VCi24pgpkGA== dependencies: abbrev "^2.0.0" normalize-package-data@^5.0.0: version "5.0.0" - resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-5.0.0.tgz#abcb8d7e724c40d88462b84982f7cbf6859b4588" + resolved "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-5.0.0.tgz" integrity sha512-h9iPVIfrVZ9wVYQnxFgtw1ugSvGEMOlyPWWtm8BMJhnwyEL/FLbYbTY3V3PpjI/BUK67n9PEWDu6eHzu1fB15Q== dependencies: hosted-git-info "^6.0.0" @@ -7483,43 +7536,43 @@ normalize-package-data@^5.0.0: normalize-path@^3.0.0, normalize-path@~3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65" + resolved "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz" integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA== normalize-range@^0.1.2: version "0.1.2" - resolved "https://registry.yarnpkg.com/normalize-range/-/normalize-range-0.1.2.tgz#2d10c06bdfd312ea9777695a4d28439456b75942" + resolved "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz" integrity sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA== npm-audit-report@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/npm-audit-report/-/npm-audit-report-4.0.0.tgz#dfffdb6464a7799d3d30e067ae1943982cf45f69" + resolved "https://registry.npmjs.org/npm-audit-report/-/npm-audit-report-4.0.0.tgz" integrity sha512-k2o5476sLrp94b6Gl819YzlS7LAdb8lgE6yQCysBEji5E3WoUdRve6tiVMLKAPPdLfItU4kOSUycWS5HFTrbug== dependencies: chalk "^4.0.0" npm-bundled@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/npm-bundled/-/npm-bundled-3.0.0.tgz#7e8e2f8bb26b794265028491be60321a25a39db7" + resolved "https://registry.npmjs.org/npm-bundled/-/npm-bundled-3.0.0.tgz" integrity sha512-Vq0eyEQy+elFpzsKjMss9kxqb9tG3YHg4dsyWuUENuzvSUWe1TCnW/vV9FkhvBk/brEDoDiVd+M1Btosa6ImdQ== dependencies: npm-normalize-package-bin "^3.0.0" npm-install-checks@^6.0.0: - version "6.1.0" - resolved "https://registry.yarnpkg.com/npm-install-checks/-/npm-install-checks-6.1.0.tgz#7221210d9d746a40c37bf6c9b6c7a39f85e92998" - integrity sha512-udSGENih/5xKh3Ex+L0PtZcOt0Pa+6ppDLnpG5D49/EhMja3LupaY9E/DtJTxyFBwE09ot7Fc+H4DywnZNWTVA== + version "6.3.0" + resolved "https://registry.yarnpkg.com/npm-install-checks/-/npm-install-checks-6.3.0.tgz#046552d8920e801fa9f919cad569545d60e826fe" + integrity sha512-W29RiK/xtpCGqn6f3ixfRYGk+zRyr+Ew9F2E20BfXxT5/euLdA/Nm7fO7OeTGuAmTs30cpgInyJ0cYe708YTZw== dependencies: semver "^7.1.1" npm-normalize-package-bin@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/npm-normalize-package-bin/-/npm-normalize-package-bin-3.0.0.tgz#6097436adb4ef09e2628b59a7882576fe53ce485" + resolved "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-3.0.0.tgz" integrity sha512-g+DPQSkusnk7HYXr75NtzkIP4+N81i3RPsGFidF3DzHd9MT9wWngmqoeg/fnHFz5MNdtG4w03s+QnhewSLTT2Q== npm-package-arg@^10.0.0, npm-package-arg@^10.1.0: version "10.1.0" - resolved "https://registry.yarnpkg.com/npm-package-arg/-/npm-package-arg-10.1.0.tgz#827d1260a683806685d17193073cc152d3c7e9b1" + resolved "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-10.1.0.tgz" integrity sha512-uFyyCEmgBfZTtrKk/5xDfHp6+MdrqGotX/VoOyEEl3mBwiEE5FlBaePanazJSVMPT7vKepcjYBY2ztg9A3yPIA== dependencies: hosted-git-info "^6.0.0" @@ -7529,14 +7582,14 @@ npm-package-arg@^10.0.0, npm-package-arg@^10.1.0: npm-packlist@^7.0.0: version "7.0.4" - resolved "https://registry.yarnpkg.com/npm-packlist/-/npm-packlist-7.0.4.tgz#033bf74110eb74daf2910dc75144411999c5ff32" + resolved "https://registry.npmjs.org/npm-packlist/-/npm-packlist-7.0.4.tgz" integrity sha512-d6RGEuRrNS5/N84iglPivjaJPxhDbZmlbTwTDX2IbcRHG5bZCdtysYMhwiPvcF4GisXHGn7xsxv+GQ7T/02M5Q== dependencies: ignore-walk "^6.0.0" npm-pick-manifest@^8.0.0, npm-pick-manifest@^8.0.1: version "8.0.1" - resolved "https://registry.yarnpkg.com/npm-pick-manifest/-/npm-pick-manifest-8.0.1.tgz#c6acd97d1ad4c5dbb80eac7b386b03ffeb289e5f" + resolved "https://registry.npmjs.org/npm-pick-manifest/-/npm-pick-manifest-8.0.1.tgz" integrity sha512-mRtvlBjTsJvfCCdmPtiu2bdlx8d/KXtF7yNXNWe7G0Z36qWA9Ny5zXsI2PfBZEv7SXgoxTmNaTzGSbbzDZChoA== dependencies: npm-install-checks "^6.0.0" @@ -7546,7 +7599,7 @@ npm-pick-manifest@^8.0.0, npm-pick-manifest@^8.0.1: npm-profile@^7.0.1: version "7.0.1" - resolved "https://registry.yarnpkg.com/npm-profile/-/npm-profile-7.0.1.tgz#a37dae08b22e662ece2c6e08946f9fcd9fdef663" + resolved "https://registry.npmjs.org/npm-profile/-/npm-profile-7.0.1.tgz" integrity sha512-VReArOY/fCx5dWL66cbJ2OMogTQAVVQA//8jjmjkarboki3V7UJ0XbGFW+khRwiAJFQjuH0Bqr/yF7Y5RZdkMQ== dependencies: npm-registry-fetch "^14.0.0" @@ -7554,7 +7607,7 @@ npm-profile@^7.0.1: npm-registry-fetch@^14.0.0, npm-registry-fetch@^14.0.3: version "14.0.3" - resolved "https://registry.yarnpkg.com/npm-registry-fetch/-/npm-registry-fetch-14.0.3.tgz#8545e321c2b36d2c6fe6e009e77e9f0e527f547b" + resolved "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-14.0.3.tgz" integrity sha512-YaeRbVNpnWvsGOjX2wk5s85XJ7l1qQBGAp724h8e2CZFFhMSuw9enom7K1mWVUtvXO1uUSFIAPofQK0pPN0ZcA== dependencies: make-fetch-happen "^11.0.0" @@ -7567,12 +7620,12 @@ npm-registry-fetch@^14.0.0, npm-registry-fetch@^14.0.3: npm-user-validate@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/npm-user-validate/-/npm-user-validate-2.0.0.tgz#7b69bbbff6f7992a1d9a8968d52fd6b6db5431b6" + resolved "https://registry.npmjs.org/npm-user-validate/-/npm-user-validate-2.0.0.tgz" integrity sha512-sSWeqAYJ2dUPStJB+AEj0DyLRltr/f6YNcvCA7phkB8/RMLMnVsQ41GMwHo/ERZLYNDsyB2wPm7pZo1mqPOl7Q== npm@^9.6.2: version "9.6.2" - resolved "https://registry.yarnpkg.com/npm/-/npm-9.6.2.tgz#b7858ab694c4335778c6d91e2310a61f2e369dac" + resolved "https://registry.npmjs.org/npm/-/npm-9.6.2.tgz" integrity sha512-TnXoXhlFkH/9wI4+aXSq0aPLwKG7Ge17t1ME4/rQt+0DZWQCRk9PwhBuX/shqdUiHeKicSLSkzWx+QZgTRE+/A== dependencies: "@isaacs/string-locale-compare" "^1.1.0" @@ -7644,7 +7697,7 @@ npm@^9.6.2: npmlog@^5.0.1: version "5.0.1" - resolved "https://registry.yarnpkg.com/npmlog/-/npmlog-5.0.1.tgz#f06678e80e29419ad67ab964e0fa69959c1eb8b0" + resolved "https://registry.npmjs.org/npmlog/-/npmlog-5.0.1.tgz" integrity sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw== dependencies: are-we-there-yet "^2.0.0" @@ -7664,7 +7717,7 @@ npmlog@^6.0.0: npmlog@^7.0.1: version "7.0.1" - resolved "https://registry.yarnpkg.com/npmlog/-/npmlog-7.0.1.tgz#7372151a01ccb095c47d8bf1d0771a4ff1f53ac8" + resolved "https://registry.npmjs.org/npmlog/-/npmlog-7.0.1.tgz" integrity sha512-uJ0YFk/mCQpLBt+bxN88AKd+gyqZvZDbtiNxk6Waqcj2aPRyfVx8ITawkyQynxUagInjdYT1+qj4NfA5KJJUxg== dependencies: are-we-there-yet "^4.0.0" @@ -7674,37 +7727,37 @@ npmlog@^7.0.1: nprogress@^0.2.0: version "0.2.0" - resolved "https://registry.yarnpkg.com/nprogress/-/nprogress-0.2.0.tgz#cb8f34c53213d895723fcbab907e9422adbcafb1" + resolved "https://registry.npmjs.org/nprogress/-/nprogress-0.2.0.tgz" integrity sha512-I19aIingLgR1fmhftnbWWO3dXc0hSxqHQHQb3H8m+K3TnEn/iSeTZZOyvKXWqQESMwuUVnatlCnZdLBZZt2VSA== oauth@^0.9.15: version "0.9.15" - resolved "https://registry.yarnpkg.com/oauth/-/oauth-0.9.15.tgz#bd1fefaf686c96b75475aed5196412ff60cfb9c1" + resolved "https://registry.npmjs.org/oauth/-/oauth-0.9.15.tgz" integrity sha512-a5ERWK1kh38ExDEfoO6qUHJb32rd7aYmPHuyCu3Fta/cnICvYmgd2uhuKXvPD+PXB+gCEYYEaQdIRAjCOwAKNA== -object-assign@^4, object-assign@^4.0.1, object-assign@^4.1.0, object-assign@^4.1.1: +object-assign@^4, object-assign@^4.1.0, object-assign@^4.1.1: version "4.1.1" - resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863" + resolved "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz" integrity sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg== object-hash@^2.0.1: version "2.2.0" - resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-2.2.0.tgz#5ad518581eefc443bd763472b8ff2e9c2c0d54a5" + resolved "https://registry.npmjs.org/object-hash/-/object-hash-2.2.0.tgz" integrity sha512-gScRMn0bS5fH+IuwyIFgnh9zBdo4DV+6GhygmWM9HyNJSgS0hScp1f5vjtm7oIIOiT9trXrShAkLFSc2IqKNgw== object-hash@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-3.0.0.tgz#73f97f753e7baffc0e2cc9d6e079079744ac82e9" + resolved "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz" integrity sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw== object-inspect@^1.9.0: version "1.12.3" - resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.12.3.tgz#ba62dffd67ee256c8c086dfae69e016cd1f198b9" + resolved "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.3.tgz" integrity sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g== object-is@^1.0.1: version "1.1.5" - resolved "https://registry.yarnpkg.com/object-is/-/object-is-1.1.5.tgz#b9deeaa5fc7f1846a0faecdceec138e5778f53ac" + resolved "https://registry.npmjs.org/object-is/-/object-is-1.1.5.tgz" integrity sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw== dependencies: call-bind "^1.0.2" @@ -7712,36 +7765,36 @@ object-is@^1.0.1: object-keys@^1.1.1: version "1.1.1" - resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.1.tgz#1c47f272df277f3b1daf061677d9c82e2322c60e" + resolved "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz" integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA== oidc-token-hash@^5.0.1: version "5.0.1" - resolved "https://registry.yarnpkg.com/oidc-token-hash/-/oidc-token-hash-5.0.1.tgz#ae6beec3ec20f0fd885e5400d175191d6e2f10c6" + resolved "https://registry.npmjs.org/oidc-token-hash/-/oidc-token-hash-5.0.1.tgz" integrity sha512-EvoOtz6FIEBzE+9q253HsLCVRiK/0doEJ2HCvvqMQb3dHZrP3WlJKYtJ55CRTw4jmYomzH4wkPuCj/I3ZvpKxQ== on-change@^4.0.0: version "4.0.2" - resolved "https://registry.yarnpkg.com/on-change/-/on-change-4.0.2.tgz#838129790f09dc2ed04284944bda6e82b92c10b8" + resolved "https://registry.npmjs.org/on-change/-/on-change-4.0.2.tgz" integrity sha512-cMtCyuJmTx/bg2HCpHo3ZLeF7FZnBOapLqZHr2AlLeJ5Ul0Zu2mUJJz051Fdwu/Et2YW04ZD+TtU+gVy0ACNCA== on-finished@2.4.1: version "2.4.1" - resolved "https://registry.yarnpkg.com/on-finished/-/on-finished-2.4.1.tgz#58c8c44116e54845ad57f14ab10b03533184ac3f" + resolved "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz" integrity sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg== dependencies: ee-first "1.1.1" once@^1.3.0, once@^1.3.1: version "1.4.0" - resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1" + resolved "https://registry.npmjs.org/once/-/once-1.4.0.tgz" integrity sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w== dependencies: wrappy "1" openid-client@^5.4.0: version "5.4.0" - resolved "https://registry.yarnpkg.com/openid-client/-/openid-client-5.4.0.tgz#77f1cda14e2911446f16ea3f455fc7c405103eac" + resolved "https://registry.npmjs.org/openid-client/-/openid-client-5.4.0.tgz" integrity sha512-hgJa2aQKcM2hn3eyVtN12tEA45ECjTJPXCgUh5YzTzy9qwapCvmDTVPWOcWVL0d34zeQoQ/hbG9lJhl3AYxJlQ== dependencies: jose "^4.10.0" @@ -7751,7 +7804,7 @@ openid-client@^5.4.0: optionator@^0.8.1: version "0.8.3" - resolved "https://registry.yarnpkg.com/optionator/-/optionator-0.8.3.tgz#84fa1d036fe9d3c7e21d99884b601167ec8fb495" + resolved "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz" integrity sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA== dependencies: deep-is "~0.1.3" @@ -7763,19 +7816,19 @@ optionator@^0.8.1: p-is-promise@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/p-is-promise/-/p-is-promise-3.0.0.tgz#58e78c7dfe2e163cf2a04ff869e7c1dba64a5971" + resolved "https://registry.npmjs.org/p-is-promise/-/p-is-promise-3.0.0.tgz" integrity sha512-Wo8VsW4IRQSKVXsJCn7TomUaVtyfjVDn3nUP7kE967BQk0CwFpdbZs0X0uk5sW9mkBa9eNM7hCMaG93WUAwxYQ== p-map@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/p-map/-/p-map-4.0.0.tgz#bb2f95a5eda2ec168ec9274e06a747c3e2904d2b" + resolved "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz" integrity sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ== dependencies: aggregate-error "^3.0.0" pac-proxy-agent@^5.0.0: version "5.0.0" - resolved "https://registry.yarnpkg.com/pac-proxy-agent/-/pac-proxy-agent-5.0.0.tgz#b718f76475a6a5415c2efbe256c1c971c84f635e" + resolved "https://registry.npmjs.org/pac-proxy-agent/-/pac-proxy-agent-5.0.0.tgz" integrity sha512-CcFG3ZtnxO8McDigozwE3AqAw15zDvGH+OjXO4kzf7IkEKkQ4gxQ+3sdF50WmhQ4P/bVusXcqNE2S3XrNURwzQ== dependencies: "@tootallnate/once" "1" @@ -7790,7 +7843,7 @@ pac-proxy-agent@^5.0.0: pac-resolver@^5.0.0: version "5.0.1" - resolved "https://registry.yarnpkg.com/pac-resolver/-/pac-resolver-5.0.1.tgz#c91efa3a9af9f669104fa2f51102839d01cde8e7" + resolved "https://registry.npmjs.org/pac-resolver/-/pac-resolver-5.0.1.tgz" integrity sha512-cy7u00ko2KVgBAjuhevqpPeHIkCIqPe1v24cydhWjmeuzaBfmUWFCZJ1iAh5TuVzVZoUzXIW7K8sMYOZ84uZ9Q== dependencies: degenerator "^3.0.2" @@ -7799,7 +7852,7 @@ pac-resolver@^5.0.0: pacote@^15.0.0, pacote@^15.0.8, pacote@^15.1.1: version "15.1.1" - resolved "https://registry.yarnpkg.com/pacote/-/pacote-15.1.1.tgz#94d8c6e0605e04d427610b3aacb0357073978348" + resolved "https://registry.npmjs.org/pacote/-/pacote-15.1.1.tgz" integrity sha512-eeqEe77QrA6auZxNHIp+1TzHQ0HBKf5V6c8zcaYZ134EJe1lCi+fjXATkNiEEfbG+e50nu02GLvUtmZcGOYabQ== dependencies: "@npmcli/git" "^4.0.0" @@ -7823,12 +7876,12 @@ pacote@^15.0.0, pacote@^15.0.8, pacote@^15.1.1: parchment@^1.1.2, parchment@^1.1.4: version "1.1.4" - resolved "https://registry.yarnpkg.com/parchment/-/parchment-1.1.4.tgz#aeded7ab938fe921d4c34bc339ce1168bc2ffde5" + resolved "https://registry.npmjs.org/parchment/-/parchment-1.1.4.tgz" integrity sha512-J5FBQt/pM2inLzg4hEWmzQx/8h8D0CiDxaG3vyp9rKrQRSDgBlhjdP5jQGgosEajXPSQouXGHOmVdgo7QmJuOg== parent-module@^1.0.0: version "1.0.1" - resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2" + resolved "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz" integrity sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g== dependencies: callsites "^3.0.0" @@ -7844,12 +7897,12 @@ parse-conflict-json@^3.0.0: parse-headers@^2.0.5: version "2.0.5" - resolved "https://registry.yarnpkg.com/parse-headers/-/parse-headers-2.0.5.tgz#069793f9356a54008571eb7f9761153e6c770da9" + resolved "https://registry.npmjs.org/parse-headers/-/parse-headers-2.0.5.tgz" integrity sha512-ft3iAoLOB/MlwbNXgzy43SWGP6sQki2jQvAyBg/zDFAgr9bfNWZIUj42Kw2eJIl8kEi4PbgE6U1Zau/HwI75HA== parse-json@^5.0.0: version "5.2.0" - resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-5.2.0.tgz#c76fc66dee54231c962b22bcc8a72cf2f99753cd" + resolved "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz" integrity sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg== dependencies: "@babel/code-frame" "^7.0.0" @@ -7859,116 +7912,99 @@ parse-json@^5.0.0: parse-ms@^2.1.0: version "2.1.0" - resolved "https://registry.yarnpkg.com/parse-ms/-/parse-ms-2.1.0.tgz#348565a753d4391fa524029956b172cb7753097d" + resolved "https://registry.npmjs.org/parse-ms/-/parse-ms-2.1.0.tgz" integrity sha512-kHt7kzLoS9VBZfUsiKjv43mr91ea+U05EyKkEtqp7vNbHxmaVuEqN7XxeEVnGrMtYOAxGrDElSi96K7EgO1zCA== parseurl@~1.3.3: version "1.3.3" - resolved "https://registry.yarnpkg.com/parseurl/-/parseurl-1.3.3.tgz#9da19e7bee8d12dff0513ed5b76957793bc2e8d4" + resolved "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz" integrity sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ== path-browserify@^1.0.1: version "1.0.1" - resolved "https://registry.yarnpkg.com/path-browserify/-/path-browserify-1.0.1.tgz#d98454a9c3753d5790860f16f68867b9e46be1fd" + resolved "https://registry.npmjs.org/path-browserify/-/path-browserify-1.0.1.tgz" integrity sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g== path-is-absolute@^1.0.0: version "1.0.1" - resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f" + resolved "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz" integrity sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg== +path-key@^3.1.0: + version "3.1.1" + resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375" + integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q== + path-parse@^1.0.7: version "1.0.7" - resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735" + resolved "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz" integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw== -path-scurry@^1.6.1: - version "1.6.3" - resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.6.3.tgz#4eba7183d64ef88b63c7d330bddc3ba279dc6c40" - integrity sha512-RAmB+n30SlN+HnNx6EbcpoDy9nwdpcGPnEKrJnu6GZoDWBdIjo1UQMVtW2ybtC7LC2oKLcMq8y5g8WnKLiod9g== +path-scurry@^1.10.1: + version "1.10.1" + resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.10.1.tgz#9ba6bf5aa8500fe9fd67df4f0d9483b2b0bfc698" + integrity sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ== dependencies: - lru-cache "^7.14.1" - minipass "^4.0.2" + lru-cache "^9.1.1 || ^10.0.0" + minipass "^5.0.0 || ^6.0.2 || ^7.0.0" path-to-regexp@0.1.7: version "0.1.7" - resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c" + resolved "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz" integrity sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ== path-to-regexp@6.2.1: version "6.2.1" - resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-6.2.1.tgz#d54934d6798eb9e5ef14e7af7962c945906918e5" + resolved "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.2.1.tgz" integrity sha512-JLyh7xT1kizaEvcaXOQwOc2/Yhw6KZOvPf1S8401UyLk86CU79LN3vl7ztXGm/pZ+YjoyAJ4rxmHwbkBXJX+yw== path-type@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b" + resolved "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz" integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw== picocolors@1.0.0, picocolors@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c" + resolved "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz" integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ== picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.3.1: version "2.3.1" - resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42" + resolved "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz" integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA== pify@^2.3.0: version "2.3.0" - resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c" + resolved "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz" integrity sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog== -pirates@^4.0.1: - version "4.0.6" - resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.6.tgz#3018ae32ecfcff6c29ba2267cbf21166ac1f36b9" - integrity sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg== - postcss-import@^14.1.0: version "14.1.0" - resolved "https://registry.yarnpkg.com/postcss-import/-/postcss-import-14.1.0.tgz#a7333ffe32f0b8795303ee9e40215dac922781f0" + resolved "https://registry.npmjs.org/postcss-import/-/postcss-import-14.1.0.tgz" integrity sha512-flwI+Vgm4SElObFVPpTIT7SU7R3qk2L7PyduMcokiaVKuWv9d/U+Gm/QAd8NDLuykTWTkcrjOeD2Pp1rMeBTGw== dependencies: postcss-value-parser "^4.0.0" read-cache "^1.0.0" resolve "^1.1.7" -postcss-import@^15.1.0: - version "15.1.0" - resolved "https://registry.yarnpkg.com/postcss-import/-/postcss-import-15.1.0.tgz#41c64ed8cc0e23735a9698b3249ffdbf704adc70" - integrity sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew== - dependencies: - postcss-value-parser "^4.0.0" - read-cache "^1.0.0" - resolve "^1.1.7" - -postcss-js@^4.0.0, postcss-js@^4.0.1: +postcss-js@^4.0.0: version "4.0.1" - resolved "https://registry.yarnpkg.com/postcss-js/-/postcss-js-4.0.1.tgz#61598186f3703bab052f1c4f7d805f3991bee9d2" + resolved "https://registry.npmjs.org/postcss-js/-/postcss-js-4.0.1.tgz" integrity sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw== dependencies: camelcase-css "^2.0.1" postcss-load-config@^3.1.4: version "3.1.4" - resolved "https://registry.yarnpkg.com/postcss-load-config/-/postcss-load-config-3.1.4.tgz#1ab2571faf84bb078877e1d07905eabe9ebda855" + resolved "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-3.1.4.tgz" integrity sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg== dependencies: lilconfig "^2.0.5" yaml "^1.10.2" -postcss-load-config@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/postcss-load-config/-/postcss-load-config-4.0.1.tgz#152383f481c2758274404e4962743191d73875bd" - integrity sha512-vEJIc8RdiBRu3oRAI0ymerOn+7rPuMvRXslTvZUKZonDHFIczxztIyJ1urxM1x9JXEikvpWWTUUqal5j/8QgvA== - dependencies: - lilconfig "^2.0.5" - yaml "^2.1.1" - postcss-loader@^7.2.4: version "7.3.2" - resolved "https://registry.yarnpkg.com/postcss-loader/-/postcss-loader-7.3.2.tgz#ac3344ad1f14bb65df135744b7efae4dbdad4301" + resolved "https://registry.npmjs.org/postcss-loader/-/postcss-loader-7.3.2.tgz" integrity sha512-c7qDlXErX6n0VT+LUsW+nwefVtTu3ORtVvK8EXuUIDcxo+b/euYqpuHlJAvePb0Af5e8uMjR/13e0lTuYifaig== dependencies: cosmiconfig "^8.1.3" @@ -7978,12 +8014,12 @@ postcss-loader@^7.2.4: postcss-modules-extract-imports@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz#cda1f047c0ae80c97dbe28c3e76a43b88025741d" + resolved "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz" integrity sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw== postcss-modules-local-by-default@^4.0.3: version "4.0.3" - resolved "https://registry.yarnpkg.com/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.3.tgz#b08eb4f083050708998ba2c6061b50c2870ca524" + resolved "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.3.tgz" integrity sha512-2/u2zraspoACtrbFRnTijMiQtb4GW4BvatjaG/bCjYQo8kLTdevCUlwuBHx2sCnSyrI3x3qj4ZK1j5LQBgzmwA== dependencies: icss-utils "^5.0.0" @@ -7992,35 +8028,28 @@ postcss-modules-local-by-default@^4.0.3: postcss-modules-scope@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/postcss-modules-scope/-/postcss-modules-scope-3.0.0.tgz#9ef3151456d3bbfa120ca44898dfca6f2fa01f06" + resolved "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.0.0.tgz" integrity sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg== dependencies: postcss-selector-parser "^6.0.4" postcss-modules-values@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz#d7c5e7e68c3bb3c9b27cbf48ca0bb3ffb4602c9c" + resolved "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz" integrity sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ== dependencies: icss-utils "^5.0.0" postcss-nested@6.0.0: version "6.0.0" - resolved "https://registry.yarnpkg.com/postcss-nested/-/postcss-nested-6.0.0.tgz#1572f1984736578f360cffc7eb7dca69e30d1735" + resolved "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.0.0.tgz" integrity sha512-0DkamqrPcmkBDsLn+vQDIrtkSbNkv5AD/M322ySo9kqFkCIYklym2xEmWkwo+Y3/qZo34tzEPNUw4y7yMCdv5w== dependencies: postcss-selector-parser "^6.0.10" -postcss-nested@^6.0.1: - version "6.0.1" - resolved "https://registry.yarnpkg.com/postcss-nested/-/postcss-nested-6.0.1.tgz#f83dc9846ca16d2f4fa864f16e9d9f7d0961662c" - integrity sha512-mEp4xPMi5bSWiMbsgoPfcP74lsWLHkQbZc3sY+jWYd65CUwXrUaTp0fmNpa01ZcETKlIgUdFN/MpS2xZtqL9dQ== - dependencies: - postcss-selector-parser "^6.0.11" - postcss-selector-parser@^6.0.10, postcss-selector-parser@^6.0.11: version "6.0.11" - resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.11.tgz#2e41dc39b7ad74046e1615185185cd0b17d0c8dc" + resolved "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.11.tgz" integrity sha512-zbARubNdogI9j7WY4nQJBiNqQf3sLS3wCP4WfOidu+p28LofJqDH1tcXypGrcmMHhDk2t9wGhCsYe/+szLTy1g== dependencies: cssesc "^3.0.0" @@ -8028,7 +8057,7 @@ postcss-selector-parser@^6.0.10, postcss-selector-parser@^6.0.11: postcss-selector-parser@^6.0.2, postcss-selector-parser@^6.0.4: version "6.0.13" - resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.13.tgz#d05d8d76b1e8e173257ef9d60b706a8e5e99bf1b" + resolved "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.13.tgz" integrity sha512-EaV1Gl4mUEV4ddhDnv/xtj7sxwrwxdetHdWUGnT4VJQf+4d05v6lHYZr8N573k5Z0BViss7BDhfWtKS3+sfAqQ== dependencies: cssesc "^3.0.0" @@ -8036,102 +8065,84 @@ postcss-selector-parser@^6.0.2, postcss-selector-parser@^6.0.4: postcss-value-parser@^4.0.0, postcss-value-parser@^4.1.0, postcss-value-parser@^4.2.0: version "4.2.0" - resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514" + resolved "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz" integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ== postcss@8.4.14: version "8.4.14" - resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.14.tgz#ee9274d5622b4858c1007a74d76e42e56fd21caf" + resolved "https://registry.npmjs.org/postcss/-/postcss-8.4.14.tgz" integrity sha512-E398TUmfAYFPBSdzgeieK2Y1+1cpdxJx8yXbK/m57nRhKSmk1GB2tO4lbLBtlkfPQTDKfe4Xqv1ASWPpayPEig== dependencies: nanoid "^3.3.4" picocolors "^1.0.0" source-map-js "^1.0.2" -postcss@^8.0.9, postcss@^8.4.18: +postcss@^8.0.9, postcss@^8.2.14, postcss@^8.4.18, postcss@^8.4.21: version "8.4.21" - resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.21.tgz#c639b719a57efc3187b13a1d765675485f4134f4" + resolved "https://registry.npmjs.org/postcss/-/postcss-8.4.21.tgz" integrity sha512-tP7u/Sn/dVxK2NnruI4H9BG+x+Wxz6oeZ1cJ8P6G/PZY0IKk4k/63TDsQf2kQq3+qoJeLm2kIBUNlZe3zgb4Zg== dependencies: nanoid "^3.3.4" picocolors "^1.0.0" source-map-js "^1.0.2" -postcss@^8.2.14, postcss@^8.4.21: - version "8.4.24" - resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.24.tgz#f714dba9b2284be3cc07dbd2fc57ee4dc972d2df" - integrity sha512-M0RzbcI0sO/XJNucsGjvWU9ERWxb/ytp1w6dKtxTKgixdtQDq4rmx/g8W1hnaheq9jgwL/oyEdH5Bc4WwJKMqg== - dependencies: - nanoid "^3.3.6" - picocolors "^1.0.0" - source-map-js "^1.0.2" - -postcss@^8.4.23: - version "8.4.28" - resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.28.tgz#c6cc681ed00109072816e1557f889ef51cf950a5" - integrity sha512-Z7V5j0cq8oEKyejIKfpD8b4eBy9cwW2JWPk0+fB1HOAMsfHbnAXLLS+PfVWlzMSLQaWttKDt607I0XHmpE67Vw== - dependencies: - nanoid "^3.3.6" - picocolors "^1.0.0" - source-map-js "^1.0.2" - preact-render-to-string@^5.1.19: version "5.2.6" - resolved "https://registry.yarnpkg.com/preact-render-to-string/-/preact-render-to-string-5.2.6.tgz#0ff0c86cd118d30affb825193f18e92bd59d0604" + resolved "https://registry.npmjs.org/preact-render-to-string/-/preact-render-to-string-5.2.6.tgz" integrity sha512-JyhErpYOvBV1hEPwIxc/fHWXPfnEGdRKxc8gFdAZ7XV4tlzyzG847XAyEZqoDnynP88akM4eaHcSOzNcLWFguw== dependencies: pretty-format "^3.8.0" preact@^10.6.3: version "10.13.1" - resolved "https://registry.yarnpkg.com/preact/-/preact-10.13.1.tgz#d220bd8771b8fa197680d4917f3cefc5eed88720" + resolved "https://registry.npmjs.org/preact/-/preact-10.13.1.tgz" integrity sha512-KyoXVDU5OqTpG9LXlB3+y639JAGzl8JSBXLn1J9HTSB3gbKcuInga7bZnXLlxmK94ntTs1EFeZp0lrja2AuBYQ== prelude-ls@~1.1.2: version "1.1.2" - resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54" + resolved "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz" integrity sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w== pretty-bytes@5.6.0: version "5.6.0" - resolved "https://registry.yarnpkg.com/pretty-bytes/-/pretty-bytes-5.6.0.tgz#356256f643804773c82f64723fe78c92c62beaeb" + resolved "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.6.0.tgz" integrity sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg== pretty-format@^3.8.0: version "3.8.0" - resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-3.8.0.tgz#bfbed56d5e9a776645f4b1ff7aa1a3ac4fa3c385" + resolved "https://registry.npmjs.org/pretty-format/-/pretty-format-3.8.0.tgz" integrity sha512-WuxUnVtlWL1OfZFQFuqvnvs6MiAGk9UNsBostyBOB0Is9wb5uRESevA6rnl/rkksXaGX3GzZhPup5d6Vp1nFew== pretty-hrtime@^1.0.3: version "1.0.3" - resolved "https://registry.yarnpkg.com/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz#b7e3ea42435a4c9b2759d99e0f201eb195802ee1" + resolved "https://registry.npmjs.org/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz" integrity sha512-66hKPCr+72mlfiSjlEB1+45IjXSqvVAIy6mocupoww4tBFE9R9IhwwUGoI4G++Tc9Aq+2rxOt0RFU6gPcrte0A== pretty-ms@7.0.1: version "7.0.1" - resolved "https://registry.yarnpkg.com/pretty-ms/-/pretty-ms-7.0.1.tgz#7d903eaab281f7d8e03c66f867e239dc32fb73e8" + resolved "https://registry.npmjs.org/pretty-ms/-/pretty-ms-7.0.1.tgz" integrity sha512-973driJZvxiGOQ5ONsFhOF/DtzPMOMtgC11kCpUrPGMTgqp2q/1gwzCquocrN33is0VZ5GFHXZYMM9l6h67v2Q== dependencies: parse-ms "^2.1.0" proc-log@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/proc-log/-/proc-log-3.0.0.tgz#fb05ef83ccd64fd7b20bbe9c8c1070fc08338dd8" + resolved "https://registry.npmjs.org/proc-log/-/proc-log-3.0.0.tgz" integrity sha512-++Vn7NS4Xf9NacaU9Xq3URUuqZETPsf8L4j5/ckhaRYsfPeRyzGw+iDjFhV/Jr3uNmTvvddEJFWh5R1gRgUH8A== process-nextick-args@~2.0.0: version "2.0.1" - resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2" + resolved "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz" integrity sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag== process@^0.11.10: version "0.11.10" - resolved "https://registry.yarnpkg.com/process/-/process-0.11.10.tgz#7332300e840161bda3e69a1d1d91a7d4bc16f182" + resolved "https://registry.npmjs.org/process/-/process-0.11.10.tgz" integrity sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A== progress-stream@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/progress-stream/-/progress-stream-2.0.0.tgz#fac63a0b3d11deacbb0969abcc93b214bce19ed5" + resolved "https://registry.npmjs.org/progress-stream/-/progress-stream-2.0.0.tgz" integrity sha512-xJwOWR46jcXUq6EH9yYyqp+I52skPySOeHfkxOZ2IY1AiBi/sFJhbhAKHoV3OTw/omQ45KTio9215dRJ2Yxd3Q== dependencies: speedometer "~1.0.0" @@ -8139,22 +8150,22 @@ progress-stream@^2.0.0: promise-all-reject-late@^1.0.0: version "1.0.1" - resolved "https://registry.yarnpkg.com/promise-all-reject-late/-/promise-all-reject-late-1.0.1.tgz#f8ebf13483e5ca91ad809ccc2fcf25f26f8643c2" + resolved "https://registry.npmjs.org/promise-all-reject-late/-/promise-all-reject-late-1.0.1.tgz" integrity sha512-vuf0Lf0lOxyQREH7GDIOUMLS7kz+gs8i6B+Yi8dC68a2sychGrHTJYghMBD6k7eUcH0H5P73EckCA48xijWqXw== promise-call-limit@^1.0.1: version "1.0.1" - resolved "https://registry.yarnpkg.com/promise-call-limit/-/promise-call-limit-1.0.1.tgz#4bdee03aeb85674385ca934da7114e9bcd3c6e24" + resolved "https://registry.npmjs.org/promise-call-limit/-/promise-call-limit-1.0.1.tgz" integrity sha512-3+hgaa19jzCGLuSCbieeRsu5C2joKfYn8pY6JAuXFRVfF4IO+L7UPpFWNTeWT9pM7uhskvbPPd/oEOktCn317Q== promise-inflight@^1.0.1: version "1.0.1" - resolved "https://registry.yarnpkg.com/promise-inflight/-/promise-inflight-1.0.1.tgz#98472870bf228132fcbdd868129bad12c3c029e3" + resolved "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz" integrity sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g== promise-retry@^2.0.1: version "2.0.1" - resolved "https://registry.yarnpkg.com/promise-retry/-/promise-retry-2.0.1.tgz#ff747a13620ab57ba688f5fc67855410c370da22" + resolved "https://registry.npmjs.org/promise-retry/-/promise-retry-2.0.1.tgz" integrity sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g== dependencies: err-code "^2.0.2" @@ -8162,21 +8173,21 @@ promise-retry@^2.0.1: promise@^7.1.1: version "7.3.1" - resolved "https://registry.yarnpkg.com/promise/-/promise-7.3.1.tgz#064b72602b18f90f29192b8b1bc418ffd1ebd3bf" + resolved "https://registry.npmjs.org/promise/-/promise-7.3.1.tgz" integrity sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg== dependencies: asap "~2.0.3" promzard@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/promzard/-/promzard-1.0.0.tgz#3246f8e6c9895a77c0549cefb65828ac0f6c006b" + resolved "https://registry.npmjs.org/promzard/-/promzard-1.0.0.tgz" integrity sha512-KQVDEubSUHGSt5xLakaToDFrSoZhStB8dXLzk2xvwR67gJktrHFvpR63oZgHyK19WKbHFLXJqCPXdVR3aBP8Ig== dependencies: read "^2.0.0" prop-types@^15.5.10, prop-types@^15.5.8, prop-types@^15.6.2, prop-types@^15.7.2, prop-types@^15.8.1: version "15.8.1" - resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5" + resolved "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz" integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg== dependencies: loose-envify "^1.4.0" @@ -8185,7 +8196,7 @@ prop-types@^15.5.10, prop-types@^15.5.8, prop-types@^15.6.2, prop-types@^15.7.2, proxy-addr@~2.0.7: version "2.0.7" - resolved "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-2.0.7.tgz#f19fe69ceab311eeb94b42e70e8c2070f9ba1025" + resolved "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz" integrity sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg== dependencies: forwarded "0.2.0" @@ -8193,7 +8204,7 @@ proxy-addr@~2.0.7: proxy-agent@^5.0.0: version "5.0.0" - resolved "https://registry.yarnpkg.com/proxy-agent/-/proxy-agent-5.0.0.tgz#d31405c10d6e8431fde96cba7a0c027ce01d633b" + resolved "https://registry.npmjs.org/proxy-agent/-/proxy-agent-5.0.0.tgz" integrity sha512-gkH7BkvLVkSfX9Dk27W6TyNOWWZWRilRfk1XxGNWOYJ2TuedAv1yFpCaU9QSBmBe716XOTNpYNOzhysyw8xn7g== dependencies: agent-base "^6.0.0" @@ -8207,53 +8218,53 @@ proxy-agent@^5.0.0: proxy-from-env@^1.0.0, proxy-from-env@^1.1.0: version "1.1.0" - resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2" + resolved "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz" integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg== punycode@^2.1.0: version "2.3.0" - resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.3.0.tgz#f67fa67c94da8f4d0cfff981aee4118064199b8f" + resolved "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz" integrity sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA== pvtsutils@^1.3.2: version "1.3.2" - resolved "https://registry.yarnpkg.com/pvtsutils/-/pvtsutils-1.3.2.tgz#9f8570d132cdd3c27ab7d51a2799239bf8d8d5de" + resolved "https://registry.npmjs.org/pvtsutils/-/pvtsutils-1.3.2.tgz" integrity sha512-+Ipe2iNUyrZz+8K/2IOo+kKikdtfhRKzNpQbruF2URmqPtoqAs8g3xS7TJvFF2GcPXjh7DkqMnpVveRFq4PgEQ== dependencies: tslib "^2.4.0" pvutils@^1.1.3: version "1.1.3" - resolved "https://registry.yarnpkg.com/pvutils/-/pvutils-1.1.3.tgz#f35fc1d27e7cd3dfbd39c0826d173e806a03f5a3" + resolved "https://registry.npmjs.org/pvutils/-/pvutils-1.1.3.tgz" integrity sha512-pMpnA0qRdFp32b1sJl1wOJNxZLQ2cbQx+k6tjNtZ8CpvVhNqEPRgivZ2WOUev2YMajecdH7ctUPDvEe87nariQ== q@1.5.1: version "1.5.1" - resolved "https://registry.yarnpkg.com/q/-/q-1.5.1.tgz#7e32f75b41381291d04611f1bf14109ac00651d7" + resolved "https://registry.npmjs.org/q/-/q-1.5.1.tgz" integrity sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw== qrcode-terminal@^0.12.0: version "0.12.0" - resolved "https://registry.yarnpkg.com/qrcode-terminal/-/qrcode-terminal-0.12.0.tgz#bb5b699ef7f9f0505092a3748be4464fe71b5819" + resolved "https://registry.npmjs.org/qrcode-terminal/-/qrcode-terminal-0.12.0.tgz" integrity sha512-EXtzRZmC+YGmGlDFbXKxQiMZNwCLEO6BANKXG4iCtSIM0yqc/pappSx3RIKr4r0uh5JsBckOXeKrB3Iz7mdQpQ== qs@6.11.0: version "6.11.0" - resolved "https://registry.yarnpkg.com/qs/-/qs-6.11.0.tgz#fd0d963446f7a65e1367e01abd85429453f0c37a" + resolved "https://registry.npmjs.org/qs/-/qs-6.11.0.tgz" integrity sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q== dependencies: side-channel "^1.0.4" qs@^6.10.0, qs@^6.7.0, qs@^6.9.4: version "6.11.2" - resolved "https://registry.yarnpkg.com/qs/-/qs-6.11.2.tgz#64bea51f12c1f5da1bc01496f48ffcff7c69d7d9" + resolved "https://registry.npmjs.org/qs/-/qs-6.11.2.tgz" integrity sha512-tDNIz22aBzCDxLtVH++VnTfzxlfeK5CbqohpSqpJgj1Wg/cQbStNAz3NuqCs5vV+pjBsK4x4pN9HlVh7rcYRiA== dependencies: side-channel "^1.0.4" query-string@^8.1.0: version "8.1.0" - resolved "https://registry.yarnpkg.com/query-string/-/query-string-8.1.0.tgz#e7f95367737219544cd360a11a4f4ca03836e115" + resolved "https://registry.npmjs.org/query-string/-/query-string-8.1.0.tgz" integrity sha512-BFQeWxJOZxZGix7y+SByG3F36dA0AbTy9o6pSmKFcFz7DAj0re9Frkty3saBn3nHo3D0oZJ/+rx3r8H8r8Jbpw== dependencies: decode-uri-component "^0.4.1" @@ -8262,22 +8273,22 @@ query-string@^8.1.0: queue-microtask@^1.2.2: version "1.2.3" - resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243" + resolved "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz" integrity sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A== quick-lru@^4.0.1: version "4.0.1" - resolved "https://registry.yarnpkg.com/quick-lru/-/quick-lru-4.0.1.tgz#5b8878f113a58217848c6482026c73e1ba57727f" + resolved "https://registry.npmjs.org/quick-lru/-/quick-lru-4.0.1.tgz" integrity sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g== quick-lru@^5.1.1: version "5.1.1" - resolved "https://registry.yarnpkg.com/quick-lru/-/quick-lru-5.1.1.tgz#366493e6b3e42a3a6885e2e99d18f80fb7a8c932" + resolved "https://registry.npmjs.org/quick-lru/-/quick-lru-5.1.1.tgz" integrity sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA== quill-delta@^3.6.2: version "3.6.3" - resolved "https://registry.yarnpkg.com/quill-delta/-/quill-delta-3.6.3.tgz#b19fd2b89412301c60e1ff213d8d860eac0f1032" + resolved "https://registry.npmjs.org/quill-delta/-/quill-delta-3.6.3.tgz" integrity sha512-wdIGBlcX13tCHOXGMVnnTVFtGRLoP0imqxM696fIPwIf5ODIYUHIvHbZcyvGlZFiFhK5XzDC2lpjbxRhnM05Tg== dependencies: deep-equal "^1.0.1" @@ -8286,7 +8297,7 @@ quill-delta@^3.6.2: quill@^1.3.7: version "1.3.7" - resolved "https://registry.yarnpkg.com/quill/-/quill-1.3.7.tgz#da5b2f3a2c470e932340cdbf3668c9f21f9286e8" + resolved "https://registry.npmjs.org/quill/-/quill-1.3.7.tgz" integrity sha512-hG/DVzh/TiknWtE6QmWAF/pxoZKYxfe3J/d/+ShUWkDvvkZQVTPeVmUJVu1uE6DDooC4fWTiCLh84ul89oNz5g== dependencies: clone "^2.1.1" @@ -8298,22 +8309,22 @@ quill@^1.3.7: raf-schd@^4.0.2: version "4.0.3" - resolved "https://registry.yarnpkg.com/raf-schd/-/raf-schd-4.0.3.tgz#5d6c34ef46f8b2a0e880a8fcdb743efc5bfdbc1a" + resolved "https://registry.npmjs.org/raf-schd/-/raf-schd-4.0.3.tgz" integrity sha512-tQkJl2GRWh83ui2DiPTJz9wEiMN20syf+5oKfB03yYP7ioZcJwsIK8FjrtLwH1m7C7e+Tt2yYBlrOpdT+dyeIQ== ramda@0.29.0: version "0.29.0" - resolved "https://registry.yarnpkg.com/ramda/-/ramda-0.29.0.tgz#fbbb67a740a754c8a4cbb41e2a6e0eb8507f55fb" + resolved "https://registry.npmjs.org/ramda/-/ramda-0.29.0.tgz" integrity sha512-BBea6L67bYLtdbOqfp8f58fPMqEwx0doL+pAi8TZyp2YWz8R9G8z9x75CZI8W+ftqhFHCpEX2cRnUUXK130iKA== range-parser@~1.2.1: version "1.2.1" - resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.1.tgz#3cf37023d199e1c24d1a55b84800c2f3e6468031" + resolved "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz" integrity sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg== raw-body@2.5.1: version "2.5.1" - resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.5.1.tgz#fe1b1628b181b700215e5fd42389f98b71392857" + resolved "https://registry.npmjs.org/raw-body/-/raw-body-2.5.1.tgz" integrity sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig== dependencies: bytes "3.1.2" @@ -8323,7 +8334,7 @@ raw-body@2.5.1: raw-body@^2.2.0: version "2.5.2" - resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.5.2.tgz#99febd83b90e08975087e8f1f9419a149366b68a" + resolved "https://registry.npmjs.org/raw-body/-/raw-body-2.5.2.tgz" integrity sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA== dependencies: bytes "3.1.2" @@ -8333,7 +8344,7 @@ raw-body@^2.2.0: rc-util@^5.9.4: version "5.33.1" - resolved "https://registry.yarnpkg.com/rc-util/-/rc-util-5.33.1.tgz#96e5814400e04b819bace502b6ca40a67f3be37f" + resolved "https://registry.npmjs.org/rc-util/-/rc-util-5.33.1.tgz" integrity sha512-oMs2OIV/2lUCF8nllevzLccneyxAzdSOaHSs5y91qOLdqaLbIMsuL49C6/DhF/WKMqiAKEKGdVk2F1sB5HQe9A== dependencies: "@babel/runtime" "^7.18.3" @@ -8341,7 +8352,7 @@ rc-util@^5.9.4: react-beautiful-dnd@^13.1.1: version "13.1.1" - resolved "https://registry.yarnpkg.com/react-beautiful-dnd/-/react-beautiful-dnd-13.1.1.tgz#b0f3087a5840920abf8bb2325f1ffa46d8c4d0a2" + resolved "https://registry.npmjs.org/react-beautiful-dnd/-/react-beautiful-dnd-13.1.1.tgz" integrity sha512-0Lvs4tq2VcrEjEgDXHjT98r+63drkKEgqyxdA7qD3mvKwga6a5SscbdLPO2IExotU1jW8L0Ksdl0Cj2AF67nPQ== dependencies: "@babel/runtime" "^7.9.2" @@ -8354,7 +8365,7 @@ react-beautiful-dnd@^13.1.1: react-chat-engine@^1.11.28: version "1.11.28" - resolved "https://registry.yarnpkg.com/react-chat-engine/-/react-chat-engine-1.11.28.tgz#a285ed68424a6ccde137bc82ae754d027bc2e015" + resolved "https://registry.npmjs.org/react-chat-engine/-/react-chat-engine-1.11.28.tgz" integrity sha512-l+4RTYjB5+fQu8V5k/dkCvytqm3kHMrQVnJln7inOEVjUjtrerTuFdU5cM5tv88s8RLiXnfVZD4z6CYtBwEQyA== dependencies: "@ant-design/icons" "^4.2.2" @@ -8371,14 +8382,14 @@ react-chat-engine@^1.11.28: react-clientside-effect@^1.2.6: version "1.2.6" - resolved "https://registry.yarnpkg.com/react-clientside-effect/-/react-clientside-effect-1.2.6.tgz#29f9b14e944a376b03fb650eed2a754dd128ea3a" + resolved "https://registry.npmjs.org/react-clientside-effect/-/react-clientside-effect-1.2.6.tgz" integrity sha512-XGGGRQAKY+q25Lz9a/4EPqom7WRjz3z9R2k4jhVKA/puQFH/5Nt27vFZYql4m4NVNdUvX8PS3O7r/Zzm7cjUlg== dependencies: "@babel/runtime" "^7.12.13" react-copy-to-clipboard@^5.1.0: version "5.1.0" - resolved "https://registry.yarnpkg.com/react-copy-to-clipboard/-/react-copy-to-clipboard-5.1.0.tgz#09aae5ec4c62750ccb2e6421a58725eabc41255c" + resolved "https://registry.npmjs.org/react-copy-to-clipboard/-/react-copy-to-clipboard-5.1.0.tgz" integrity sha512-k61RsNgAayIJNoy9yDsYzDe/yAZAzEbEgcz3DZMhF686LEyukcE1hzurxe85JandPUG+yTfGVFzuEw3xt8WP/A== dependencies: copy-to-clipboard "^3.3.1" @@ -8386,12 +8397,12 @@ react-copy-to-clipboard@^5.1.0: react-dom-factories@^1.0.0: version "1.0.2" - resolved "https://registry.yarnpkg.com/react-dom-factories/-/react-dom-factories-1.0.2.tgz#eb7705c4db36fb501b3aa38ff759616aa0ff96e0" + resolved "https://registry.npmjs.org/react-dom-factories/-/react-dom-factories-1.0.2.tgz" integrity sha512-Bmic2N3oKji7vw9qjDr2dmwHvOATbFSnKy7EH0uT/qjvzIUsiXp6Yquk72LJ3WfMtRnq3ujXMMo7GsJeLPfFWw== react-dom@18.2.0: version "18.2.0" - resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-18.2.0.tgz#22aaf38708db2674ed9ada224ca4aa708d821e3d" + resolved "https://registry.npmjs.org/react-dom/-/react-dom-18.2.0.tgz" integrity sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g== dependencies: loose-envify "^1.1.0" @@ -8399,7 +8410,7 @@ react-dom@18.2.0: react-draft-wysiwyg@^1.15.0: version "1.15.0" - resolved "https://registry.yarnpkg.com/react-draft-wysiwyg/-/react-draft-wysiwyg-1.15.0.tgz#d5b4173991033859b9e161c883889ddc00909a57" + resolved "https://registry.npmjs.org/react-draft-wysiwyg/-/react-draft-wysiwyg-1.15.0.tgz" integrity sha512-p1cYZcWc6/ALFBVksbFoCM3b29fGQDlZLIMrXng0TU/UElxIOF2/AWWo4L5auIYVhmqKTZ0NkNjnXOzGGuxyeA== dependencies: classnames "^2.2.6" @@ -8410,7 +8421,7 @@ react-draft-wysiwyg@^1.15.0: react-draggable@^4.4.5: version "4.4.5" - resolved "https://registry.yarnpkg.com/react-draggable/-/react-draggable-4.4.5.tgz#9e37fe7ce1a4cf843030f521a0a4cc41886d7e7c" + resolved "https://registry.npmjs.org/react-draggable/-/react-draggable-4.4.5.tgz" integrity sha512-OMHzJdyJbYTZo4uQE393fHcqqPYsEtkjfMgvCHr6rejT+Ezn4OZbNyGH50vv+SunC1RMvwOTSWkEODQLzw1M9g== dependencies: clsx "^1.1.1" @@ -8418,23 +8429,23 @@ react-draggable@^4.4.5: react-easy-swipe@^0.0.21: version "0.0.21" - resolved "https://registry.yarnpkg.com/react-easy-swipe/-/react-easy-swipe-0.0.21.tgz#ce9384d576f7a8529dc2ca377c1bf03920bac8eb" + resolved "https://registry.npmjs.org/react-easy-swipe/-/react-easy-swipe-0.0.21.tgz" integrity sha512-OeR2jAxdoqUMHIn/nS9fgreI5hSpgGoL5ezdal4+oO7YSSgJR8ga+PkYGJrSrJ9MKlPcQjMQXnketrD7WNmNsg== dependencies: prop-types "^15.5.8" react-fast-compare@3.2.2, react-fast-compare@^3.0.1: version "3.2.2" - resolved "https://registry.yarnpkg.com/react-fast-compare/-/react-fast-compare-3.2.2.tgz#929a97a532304ce9fee4bcae44234f1ce2c21d49" + resolved "https://registry.npmjs.org/react-fast-compare/-/react-fast-compare-3.2.2.tgz" integrity sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ== react-focus-lock@^2.9.4: - version "2.9.5" - resolved "https://registry.yarnpkg.com/react-focus-lock/-/react-focus-lock-2.9.5.tgz#8a82f4f0128cccc27b9e77a4472e8a22f1b52189" - integrity sha512-h6vrdgUbsH2HeD5I7I3Cx1PPrmwGuKYICS+kB9m+32X/9xHRrAbxgvaBpG7BFBN9h3tO+C3qX1QAVESmi4CiIA== + version "2.9.6" + resolved "https://registry.npmjs.org/react-focus-lock/-/react-focus-lock-2.9.6.tgz" + integrity sha512-B7gYnCjHNrNYwY2juS71dHbf0+UpXXojt02svxybj8N5bxceAkzPChKEncHuratjUHkIFNCn06k2qj1DRlzTug== dependencies: "@babel/runtime" "^7.0.0" - focus-lock "^0.11.6" + focus-lock "^1.0.0" prop-types "^15.6.2" react-clientside-effect "^1.2.6" use-callback-ref "^1.3.0" @@ -8442,7 +8453,7 @@ react-focus-lock@^2.9.4: react-froala-wysiwyg@^4.0.19: version "4.0.19" - resolved "https://registry.yarnpkg.com/react-froala-wysiwyg/-/react-froala-wysiwyg-4.0.19.tgz#da2b601c9357e9663d3e343b80026eba8c684dd0" + resolved "https://registry.npmjs.org/react-froala-wysiwyg/-/react-froala-wysiwyg-4.0.19.tgz" integrity sha512-/vKNvCKKYS5xFVg7D3U3nqO0nYPNHtDtOJ6sqlD3vP/Fb7MB74DzgChiKageY2xbW7rm9L1XIib9eUqYK+EYuA== dependencies: create-react-class "^15.5.2" @@ -8450,26 +8461,26 @@ react-froala-wysiwyg@^4.0.19: react-grid-system@^7.1.1: version "7.3.2" - resolved "https://registry.yarnpkg.com/react-grid-system/-/react-grid-system-7.3.2.tgz#b3e8cc704d432b097bd03c6ea8c2bbed05974475" + resolved "https://registry.npmjs.org/react-grid-system/-/react-grid-system-7.3.2.tgz" integrity sha512-SR5FKJvvN+Sl/OqSpyhLaesfc2cHKxFlP5xL53jUp3m+vF40OYiJbCuW+U43YeNEZQUfR38K3Ec+dVxl9y6MUg== dependencies: prop-types "^15.7.2" react-hot-toast@^2.4.1: version "2.4.1" - resolved "https://registry.yarnpkg.com/react-hot-toast/-/react-hot-toast-2.4.1.tgz#df04295eda8a7b12c4f968e54a61c8d36f4c0994" + resolved "https://registry.npmjs.org/react-hot-toast/-/react-hot-toast-2.4.1.tgz" integrity sha512-j8z+cQbWIM5LY37pR6uZR6D4LfseplqnuAO4co4u8917hBUvXlEqyP1ZzqVLcqoyUesZZv/ImreoCeHVDpE5pQ== dependencies: goober "^2.1.10" react-icons@^4.7.1: version "4.8.0" - resolved "https://registry.yarnpkg.com/react-icons/-/react-icons-4.8.0.tgz#621e900caa23b912f737e41be57f27f6b2bff445" + resolved "https://registry.npmjs.org/react-icons/-/react-icons-4.8.0.tgz" integrity sha512-N6+kOLcihDiAnj5Czu637waJqSnwlMNROzVZMhfX68V/9bu9qHaMIJC4UdozWoOk57gahFCNHwVvWzm0MTzRjg== react-indiana-drag-scroll@^2.2.0: version "2.2.0" - resolved "https://registry.yarnpkg.com/react-indiana-drag-scroll/-/react-indiana-drag-scroll-2.2.0.tgz#657e14bbdf4888cc738e9fa8dc4384d76c348c0b" + resolved "https://registry.npmjs.org/react-indiana-drag-scroll/-/react-indiana-drag-scroll-2.2.0.tgz" integrity sha512-+W/3B2OQV0FrbdnsoIo4dww/xpH0MUQJz6ziQb7H+oBko3OCbXuzDFYnho6v6yhGrYDNWYPuFUewb89IONEl/A== dependencies: classnames "^2.2.6" @@ -8478,7 +8489,7 @@ react-indiana-drag-scroll@^2.2.0: react-input-emoji@^5.0.2: version "5.0.2" - resolved "https://registry.yarnpkg.com/react-input-emoji/-/react-input-emoji-5.0.2.tgz#84f2bca3f5a2e032d41ce91e5113861b2f29c4bf" + resolved "https://registry.npmjs.org/react-input-emoji/-/react-input-emoji-5.0.2.tgz" integrity sha512-4t4qpgVbwatn0rSfS8r1vaCvUNNPO45kDLjjdhKd1KY0lCWw5c/YGnI2knXUeISjxYlnY30vMCWMKOgjXdts0g== dependencies: "@emoji-mart/data" "1.1.2" @@ -8487,32 +8498,32 @@ react-input-emoji@^5.0.2: react-is@^16.12.0, react-is@^16.13.1, react-is@^16.7.0: version "16.13.1" - resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4" + resolved "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz" integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ== react-is@^17.0.2: version "17.0.2" - resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0" + resolved "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz" integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w== react-is@^18.0.0, react-is@^18.2.0: version "18.2.0" - resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.2.0.tgz#199431eeaaa2e09f86427efbb4f1473edb47609b" + resolved "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz" integrity sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w== react-loading-skeleton@^3.3.1: version "3.3.1" - resolved "https://registry.yarnpkg.com/react-loading-skeleton/-/react-loading-skeleton-3.3.1.tgz#cd6e3a626ee86c76a46c14e2379243f2f8834e1b" + resolved "https://registry.npmjs.org/react-loading-skeleton/-/react-loading-skeleton-3.3.1.tgz" integrity sha512-NilqqwMh2v9omN7LteiDloEVpFyMIa0VGqF+ukqp0ncVlYu1sKYbYGX9JEl+GtOT9TKsh04zCHAbavnQ2USldA== react-merge-refs@^2.0.1: version "2.0.1" - resolved "https://registry.yarnpkg.com/react-merge-refs/-/react-merge-refs-2.0.1.tgz#a1f8c2dadefa635333e9b91ec59f30b65228b006" + resolved "https://registry.npmjs.org/react-merge-refs/-/react-merge-refs-2.0.1.tgz" integrity sha512-pywF6oouJWuqL26xV3OruRSIqai31R9SdJX/I3gP2q8jLxUnA1IwXcLW8werUHLZOrp4N7YOeQNZrh/BKrHI4A== react-player@^2.12.0: version "2.12.0" - resolved "https://registry.yarnpkg.com/react-player/-/react-player-2.12.0.tgz#2fc05dbfec234c829292fbca563b544064bd14f0" + resolved "https://registry.npmjs.org/react-player/-/react-player-2.12.0.tgz" integrity sha512-rymLRz/2GJJD+Wc01S7S+i9pGMFYnNmQibR2gVE3KmHJCBNN8BhPAlOPTGZtn1uKpJ6p4RPLlzPQ1OLreXd8gw== dependencies: deepmerge "^4.0.0" @@ -8521,9 +8532,19 @@ react-player@^2.12.0: prop-types "^15.7.2" react-fast-compare "^3.0.1" +react-pro-sidebar@^1.1.0-alpha.1: + version "1.1.0-alpha.1" + resolved "https://registry.npmjs.org/react-pro-sidebar/-/react-pro-sidebar-1.1.0-alpha.1.tgz" + integrity sha512-kIo4p3gHIdxqANG2KXv7V8KXDmDFsRhk23AGLbXsicCV39k32EP3Os2DXyOj9S6UCDYB+4G3WoeJFiMIkkHe0w== + dependencies: + "@emotion/react" "^11.10.5" + "@emotion/styled" "^11.10.5" + "@popperjs/core" "^2.11.6" + classnames "^2.3.2" + react-quill@^1.3.5: version "1.3.5" - resolved "https://registry.yarnpkg.com/react-quill/-/react-quill-1.3.5.tgz#8c4ad759da03365b17c79c6c52afa9772259844e" + resolved "https://registry.npmjs.org/react-quill/-/react-quill-1.3.5.tgz" integrity sha512-/W/rNCW+6QpGz8yQ9tFK5Ka/h/No1RqrcOOvCIOR092OiKzRFlU2xbPEwiP3Wgy/Dx13pi1YhjReDMX/5uotJg== dependencies: "@types/quill" "1.3.10" @@ -8535,7 +8556,7 @@ react-quill@^1.3.5: react-quill@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/react-quill/-/react-quill-2.0.0.tgz#67a0100f58f96a246af240c9fa6841b363b3e017" + resolved "https://registry.npmjs.org/react-quill/-/react-quill-2.0.0.tgz" integrity sha512-4qQtv1FtCfLgoD3PXAur5RyxuUbPXQGOHgTlFie3jtxp43mXDtzCKaOgQ3mLyZfi1PUlyjycfivKelFhy13QUg== dependencies: "@types/quill" "^1.3.10" @@ -8544,7 +8565,7 @@ react-quill@^2.0.0: react-redux@8.0.2: version "8.0.2" - resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-8.0.2.tgz#bc2a304bb21e79c6808e3e47c50fe1caf62f7aad" + resolved "https://registry.npmjs.org/react-redux/-/react-redux-8.0.2.tgz" integrity sha512-nBwiscMw3NoP59NFCXFf02f8xdo+vSHT/uZ1ldDwF7XaTpzm+Phk97VT4urYBl5TYAPNVaFm12UHAEyzkpNzRA== dependencies: "@babel/runtime" "^7.12.1" @@ -8556,7 +8577,7 @@ react-redux@8.0.2: react-redux@^7.2.0: version "7.2.9" - resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-7.2.9.tgz#09488fbb9416a4efe3735b7235055442b042481d" + resolved "https://registry.npmjs.org/react-redux/-/react-redux-7.2.9.tgz" integrity sha512-Gx4L3uM182jEEayZfRbI/G11ZpYdNAnBs70lFVMNdHJI76XYtR+7m0MN+eAs7UHBPhWXcnFPaS+9owSCJQHNpQ== dependencies: "@babel/runtime" "^7.15.4" @@ -8568,7 +8589,7 @@ react-redux@^7.2.0: react-remove-scroll-bar@^2.3.3, react-remove-scroll-bar@^2.3.4: version "2.3.4" - resolved "https://registry.yarnpkg.com/react-remove-scroll-bar/-/react-remove-scroll-bar-2.3.4.tgz#53e272d7a5cb8242990c7f144c44d8bd8ab5afd9" + resolved "https://registry.npmjs.org/react-remove-scroll-bar/-/react-remove-scroll-bar-2.3.4.tgz" integrity sha512-63C4YQBUt0m6ALadE9XV56hV8BgJWDmmTPY758iIJjfQKt2nYwoUrPk0LXRXcB/yIj82T1/Ixfdpdk68LwIB0A== dependencies: react-style-singleton "^2.2.1" @@ -8576,7 +8597,7 @@ react-remove-scroll-bar@^2.3.3, react-remove-scroll-bar@^2.3.4: react-remove-scroll@2.5.5: version "2.5.5" - resolved "https://registry.yarnpkg.com/react-remove-scroll/-/react-remove-scroll-2.5.5.tgz#1e31a1260df08887a8a0e46d09271b52b3a37e77" + resolved "https://registry.npmjs.org/react-remove-scroll/-/react-remove-scroll-2.5.5.tgz" integrity sha512-ImKhrzJJsyXJfBZ4bzu8Bwpka14c/fQt0k+cyFp/PBhTfyDnU5hjOtM4AG/0AMyy8oKzOTR0lDgJIM7pYXI0kw== dependencies: react-remove-scroll-bar "^2.3.3" @@ -8586,9 +8607,9 @@ react-remove-scroll@2.5.5: use-sidecar "^1.1.2" react-remove-scroll@^2.5.6: - version "2.5.6" - resolved "https://registry.yarnpkg.com/react-remove-scroll/-/react-remove-scroll-2.5.6.tgz#7510b8079e9c7eebe00e65a33daaa3aa29a10336" - integrity sha512-bO856ad1uDYLefgArk559IzUNeQ6SWH4QnrevIUjH+GczV56giDfl3h0Idptf2oIKxQmd1p9BN25jleKodTALg== + version "2.5.7" + resolved "https://registry.npmjs.org/react-remove-scroll/-/react-remove-scroll-2.5.7.tgz" + integrity sha512-FnrTWO4L7/Bhhf3CYBNArEG/yROV0tKmTv7/3h9QCFvH6sndeFf1wPqOcbFVu5VAulS5dV1wGT3GZZ/1GawqiA== dependencies: react-remove-scroll-bar "^2.3.4" react-style-singleton "^2.2.1" @@ -8598,7 +8619,7 @@ react-remove-scroll@^2.5.6: react-responsive-carousel@^3.2.23: version "3.2.23" - resolved "https://registry.yarnpkg.com/react-responsive-carousel/-/react-responsive-carousel-3.2.23.tgz#4c0016ff54603e604bb5c1f9e7ef2d1eda133f1d" + resolved "https://registry.npmjs.org/react-responsive-carousel/-/react-responsive-carousel-3.2.23.tgz" integrity sha512-pqJLsBaKHWJhw/ItODgbVoziR2z4lpcJg+YwmRlSk4rKH32VE633mAtZZ9kDXjy4wFO+pgUZmDKPsPe1fPmHCg== dependencies: classnames "^2.2.5" @@ -8607,7 +8628,7 @@ react-responsive-carousel@^3.2.23: react-scroll@^1.8.1: version "1.8.9" - resolved "https://registry.yarnpkg.com/react-scroll/-/react-scroll-1.8.9.tgz#96f8a82f882b187970c2338759225c7e619d915b" + resolved "https://registry.npmjs.org/react-scroll/-/react-scroll-1.8.9.tgz" integrity sha512-9m7ztraiX/l6L7erzYAD3fhnveNckei6/NkWfqwN2e0FRdoE2W6Pk4oi2Nah7mWpPCPAeIgegfaqZACTimPOwg== dependencies: lodash.throttle "^4.1.1" @@ -8615,7 +8636,7 @@ react-scroll@^1.8.1: react-sortablejs@^6.1.4: version "6.1.4" - resolved "https://registry.yarnpkg.com/react-sortablejs/-/react-sortablejs-6.1.4.tgz#420ebfab602bbd935035dec24a04c8b3b836dbbf" + resolved "https://registry.npmjs.org/react-sortablejs/-/react-sortablejs-6.1.4.tgz" integrity sha512-fc7cBosfhnbh53Mbm6a45W+F735jwZ1UFIYSrIqcO/gRIFoDyZeMtgKlpV4DdyQfbCzdh5LoALLTDRxhMpTyXQ== dependencies: classnames "2.3.1" @@ -8623,7 +8644,7 @@ react-sortablejs@^6.1.4: react-spring@^9.2.2: version "9.7.1" - resolved "https://registry.yarnpkg.com/react-spring/-/react-spring-9.7.1.tgz#8acfed700823490a4d9d4cf131c5fea12d1aaa93" + resolved "https://registry.npmjs.org/react-spring/-/react-spring-9.7.1.tgz" integrity sha512-o2+r2DNQDVEuefiz33ZF76DPd/gLq3kbdObJmllGF2IUfv2W6x+ZP0gR97QYCSR4QLbmOl1mPKUBbI+FJdys2Q== dependencies: "@react-spring/core" "~9.7.1" @@ -8635,7 +8656,7 @@ react-spring@^9.2.2: react-style-singleton@^2.2.1: version "2.2.1" - resolved "https://registry.yarnpkg.com/react-style-singleton/-/react-style-singleton-2.2.1.tgz#f99e420492b2d8f34d38308ff660b60d0b1205b4" + resolved "https://registry.npmjs.org/react-style-singleton/-/react-style-singleton-2.2.1.tgz" integrity sha512-ZWj0fHEMyWkHzKYUr2Bs/4zU6XLmq9HsgBURm7g5pAVfyn49DgUiNgY2d4lXRlYSiCif9YBGpQleewkcqddc7g== dependencies: get-nonce "^1.0.0" @@ -8644,19 +8665,19 @@ react-style-singleton@^2.2.1: react-timeago@^7.1.0: version "7.1.0" - resolved "https://registry.yarnpkg.com/react-timeago/-/react-timeago-7.1.0.tgz#248bc6aa40a561249e756b2df402c94f1a296a85" + resolved "https://registry.npmjs.org/react-timeago/-/react-timeago-7.1.0.tgz" integrity sha512-rouF7MiEm55fH791Y8cg+VobIJgx8gtNJ+gjr86R4ZqO1WKPkXiXjdT/lRzrvEkUzsxT1exHqV2V+Zdi114H3A== react-toastify@^9.1.3: version "9.1.3" - resolved "https://registry.yarnpkg.com/react-toastify/-/react-toastify-9.1.3.tgz#1e798d260d606f50e0fab5ee31daaae1d628c5ff" + resolved "https://registry.npmjs.org/react-toastify/-/react-toastify-9.1.3.tgz" integrity sha512-fPfb8ghtn/XMxw3LkxQBk3IyagNpF/LIKjOBflbexr2AWxAH1MJgvnESwEwBn9liLFXgTKWgBSdZpw9m4OTHTg== dependencies: clsx "^1.1.1" react-transition-group@^4.4.5: version "4.4.5" - resolved "https://registry.yarnpkg.com/react-transition-group/-/react-transition-group-4.4.5.tgz#e53d4e3f3344da8521489fbef8f2581d42becdd1" + resolved "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.5.tgz" integrity sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g== dependencies: "@babel/runtime" "^7.5.5" @@ -8666,14 +8687,14 @@ react-transition-group@^4.4.5: react@18.2.0: version "18.2.0" - resolved "https://registry.yarnpkg.com/react/-/react-18.2.0.tgz#555bd98592883255fa00de14f1151a917b5d77d5" + resolved "https://registry.npmjs.org/react/-/react-18.2.0.tgz" integrity sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ== dependencies: loose-envify "^1.1.0" reactflow@^11.7.2: version "11.7.2" - resolved "https://registry.yarnpkg.com/reactflow/-/reactflow-11.7.2.tgz#251065686d51d97d65527e2270d6c6d745bebdcb" + resolved "https://registry.npmjs.org/reactflow/-/reactflow-11.7.2.tgz" integrity sha512-HBudD8BwZacOMqX8fbkiXbeBQs3nRezWVLCDurfc+tTeHsA7988uyaIOhrnKgYCcKtlpJaspsnxDZk+5JmmHxA== dependencies: "@reactflow/background" "11.2.2" @@ -8685,44 +8706,44 @@ reactflow@^11.7.2: read-cache@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/read-cache/-/read-cache-1.0.0.tgz#e664ef31161166c9751cdbe8dbcf86b5fb58f774" + resolved "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz" integrity sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA== dependencies: pify "^2.3.0" read-cmd-shim@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/read-cmd-shim/-/read-cmd-shim-4.0.0.tgz#640a08b473a49043e394ae0c7a34dd822c73b9bb" + resolved "https://registry.npmjs.org/read-cmd-shim/-/read-cmd-shim-4.0.0.tgz" integrity sha512-yILWifhaSEEytfXI76kB9xEEiG1AiozaCJZ83A87ytjRiN+jVibXjedjCRNjoZviinhG+4UkalO3mWTd8u5O0Q== read-package-json-fast@^3.0.0, read-package-json-fast@^3.0.2: version "3.0.2" - resolved "https://registry.yarnpkg.com/read-package-json-fast/-/read-package-json-fast-3.0.2.tgz#394908a9725dc7a5f14e70c8e7556dff1d2b1049" + resolved "https://registry.npmjs.org/read-package-json-fast/-/read-package-json-fast-3.0.2.tgz" integrity sha512-0J+Msgym3vrLOUB3hzQCuZHII0xkNGCtz/HJH9xZshwv9DbDwkw1KaE3gx/e2J5rpEY5rtOy6cyhKOPrkP7FZw== dependencies: json-parse-even-better-errors "^3.0.0" npm-normalize-package-bin "^3.0.0" read-package-json@^6.0.0: - version "6.0.1" - resolved "https://registry.yarnpkg.com/read-package-json/-/read-package-json-6.0.1.tgz#566cb06bc05dbddefba4607e9096d5a9efbcd836" - integrity sha512-AaHqXxfAVa+fNL07x8iAghfKOds/XXsu7zoouIVsbm7PEbQ3nMWXlvjcbrNLjElnUHWQtAo4QEa0RXuvD4XlpA== + version "6.0.4" + resolved "https://registry.yarnpkg.com/read-package-json/-/read-package-json-6.0.4.tgz#90318824ec456c287437ea79595f4c2854708836" + integrity sha512-AEtWXYfopBj2z5N5PbkAOeNHRPUg5q+Nen7QLxV8M2zJq1ym6/lCz3fYNTCXe19puu2d06jfHhrP7v/S2PtMMw== dependencies: - glob "^9.3.0" + glob "^10.2.2" json-parse-even-better-errors "^3.0.0" normalize-package-data "^5.0.0" npm-normalize-package-bin "^3.0.0" read@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/read/-/read-2.0.0.tgz#1d469a7321088e53b86ca77bf60a609e02f4eed8" + resolved "https://registry.npmjs.org/read/-/read-2.0.0.tgz" integrity sha512-88JMmpeeRYzW9gvIpYyXlYadWanW4vB2CYtDDVBfbRpbSogUNjTWEBXxJXMIVFSLjWVdCcdcIjI3+VV3Z2e9mw== dependencies: mute-stream "~1.0.0" readable-stream@1.1.x: version "1.1.14" - resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-1.1.14.tgz#7cf4c54ef648e3813084c636dd2079e166c081d9" + resolved "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz" integrity sha512-+MeVjFf4L44XUkhM1eYbD8fyEsxcV81pqMSR5gblfcLCHfZvbrqy4/qYHE+/R5HoBUT11WV5O08Cr1n3YXkWVQ== dependencies: core-util-is "~1.0.0" @@ -8732,7 +8753,7 @@ readable-stream@1.1.x: readable-stream@^2.0.0, readable-stream@~2.3.6: version "2.3.8" - resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.8.tgz#91125e8042bba1b9887f49345f6277027ce8be9b" + resolved "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz" integrity sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA== dependencies: core-util-is "~1.0.0" @@ -8745,7 +8766,7 @@ readable-stream@^2.0.0, readable-stream@~2.3.6: readable-stream@^3.6.0: version "3.6.2" - resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.2.tgz#56a9b36ea965c00c5a93ef31eb111a0f11056967" + resolved "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz" integrity sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA== dependencies: inherits "^2.0.3" @@ -8754,7 +8775,7 @@ readable-stream@^3.6.0: readable-stream@^4.1.0: version "4.3.0" - resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-4.3.0.tgz#0914d0c72db03b316c9733bb3461d64a3cc50cba" + resolved "https://registry.npmjs.org/readable-stream/-/readable-stream-4.3.0.tgz" integrity sha512-MuEnA0lbSi7JS8XM+WNJlWZkHAAdm7gETHdFK//Q/mChGyj2akEFtdLZh32jSdkWGbRwCW9pn6g3LWDdDeZnBQ== dependencies: abort-controller "^3.0.0" @@ -8764,48 +8785,48 @@ readable-stream@^4.1.0: readdirp@~3.6.0: version "3.6.0" - resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.6.0.tgz#74a370bd857116e245b29cc97340cd431a02a6c7" + resolved "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz" integrity sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA== dependencies: picomatch "^2.2.1" recoil@^0.7.7: version "0.7.7" - resolved "https://registry.yarnpkg.com/recoil/-/recoil-0.7.7.tgz#c5f2c843224384c9c09e4a62c060fb4c1454dc8e" + resolved "https://registry.npmjs.org/recoil/-/recoil-0.7.7.tgz" integrity sha512-8Og5KPQW9LwC577Vc7Ug2P0vQshkv1y3zG3tSSkWMqkWSwHmE+by06L8JtnGocjW6gcCvfwB3YtrJG6/tWivNQ== dependencies: hamt_plus "1.0.2" redux-thunk@^2.4.1: version "2.4.2" - resolved "https://registry.yarnpkg.com/redux-thunk/-/redux-thunk-2.4.2.tgz#b9d05d11994b99f7a91ea223e8b04cf0afa5ef3b" + resolved "https://registry.npmjs.org/redux-thunk/-/redux-thunk-2.4.2.tgz" integrity sha512-+P3TjtnP0k/FEjcBL5FZpoovtvrTNT/UXd4/sluaSyrURlSlhLSzEdfsTBW7WsKB6yPvgd7q/iZPICFjW4o57Q== redux@^4.0.0, redux@^4.0.4, redux@^4.1.2: version "4.2.1" - resolved "https://registry.yarnpkg.com/redux/-/redux-4.2.1.tgz#c08f4306826c49b5e9dc901dee0452ea8fce6197" + resolved "https://registry.npmjs.org/redux/-/redux-4.2.1.tgz" integrity sha512-LAUYz4lc+Do8/g7aeRa8JkyDErK6ekstQaqWQrNRW//MY1TvCEpMtpTWvlQ+FPbWCx+Xixu/6SHt5N0HR+SB4w== dependencies: "@babel/runtime" "^7.9.2" regenerator-runtime@^0.13.11: version "0.13.11" - resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz#f6dca3e7ceec20590d07ada785636a90cdca17f9" + resolved "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz" integrity sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg== regenerator-runtime@^0.14.0: version "0.14.0" - resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.14.0.tgz#5e19d68eb12d486f797e15a3c6a918f7cec5eb45" + resolved "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.0.tgz" integrity sha512-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA== regex-parser@^2.2.11: version "2.2.11" - resolved "https://registry.yarnpkg.com/regex-parser/-/regex-parser-2.2.11.tgz#3b37ec9049e19479806e878cabe7c1ca83ccfe58" + resolved "https://registry.npmjs.org/regex-parser/-/regex-parser-2.2.11.tgz" integrity sha512-jbD/FT0+9MBU2XAZluI7w2OBs1RBi6p9M83nkoZayQXXU9e8Robt69FcZc7wU4eJD/YFTjn1JdCk3rbMJajz8Q== regexp.prototype.flags@^1.2.0: version "1.4.3" - resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.4.3.tgz#87cab30f80f66660181a3bb7bf5981a872b367ac" + resolved "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.4.3.tgz" integrity sha512-fjggEOO3slI6Wvgjwflkc4NFRCTZAu5CnNfBd5qOMYhWdn67nJBBu34/TkD++eeFmd8C9r9jfXJ27+nSiRkSUA== dependencies: call-bind "^1.0.2" @@ -8814,22 +8835,22 @@ regexp.prototype.flags@^1.2.0: require-from-string@^2.0.2: version "2.0.2" - resolved "https://registry.yarnpkg.com/require-from-string/-/require-from-string-2.0.2.tgz#89a7fdd938261267318eafe14f9c32e598c36909" + resolved "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz" integrity sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw== reselect@^4.1.5: version "4.1.8" - resolved "https://registry.yarnpkg.com/reselect/-/reselect-4.1.8.tgz#3f5dc671ea168dccdeb3e141236f69f02eaec524" + resolved "https://registry.npmjs.org/reselect/-/reselect-4.1.8.tgz" integrity sha512-ab9EmR80F/zQTMNeneUr4cv+jSwPJgIlvEmVwLerwrWVbpLlBuls9XHzIeTFy4cegU2NHBp3va0LKOzU5qFEYQ== resolve-from@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6" + resolved "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz" integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g== resolve-url-loader@^5.0.0: version "5.0.0" - resolved "https://registry.yarnpkg.com/resolve-url-loader/-/resolve-url-loader-5.0.0.tgz#ee3142fb1f1e0d9db9524d539cfa166e9314f795" + resolved "https://registry.npmjs.org/resolve-url-loader/-/resolve-url-loader-5.0.0.tgz" integrity sha512-uZtduh8/8srhBoMx//5bwqjQ+rfYOUq8zC9NrMUGtjBiGTtFJM42s58/36+hTqeqINcnYe08Nj3LkK9lW4N8Xg== dependencies: adjust-sourcemap-loader "^4.0.0" @@ -8838,82 +8859,64 @@ resolve-url-loader@^5.0.0: postcss "^8.2.14" source-map "0.6.1" -resolve@^1.1.7, resolve@^1.22.1: +resolve@^1.1.7, resolve@^1.19.0, resolve@^1.22.1: version "1.22.1" - resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.1.tgz#27cb2ebb53f91abb49470a928bba7558066ac177" + resolved "https://registry.npmjs.org/resolve/-/resolve-1.22.1.tgz" integrity sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw== dependencies: is-core-module "^2.9.0" path-parse "^1.0.7" supports-preserve-symlinks-flag "^1.0.0" -resolve@^1.19.0: - version "1.22.4" - resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.4.tgz#1dc40df46554cdaf8948a486a10f6ba1e2026c34" - integrity sha512-PXNdCiPqDqeUou+w1C2eTQbNfxKSuMxqTCuvlmmMsk1NWHL5fRrhY6Pl0qEYYc6+QqGClco1Qj8XnjPego4wfg== - dependencies: - is-core-module "^2.13.0" - path-parse "^1.0.7" - supports-preserve-symlinks-flag "^1.0.0" - -resolve@^1.22.2: - version "1.22.6" - resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.6.tgz#dd209739eca3aef739c626fea1b4f3c506195362" - integrity sha512-njhxM7mV12JfufShqGy3Rz8j11RPdLy4xi15UurGJeoHLfJpVXKdh3ueuOqbYUcDZnffr6X739JBo5LzyahEsw== - dependencies: - is-core-module "^2.13.0" - path-parse "^1.0.7" - supports-preserve-symlinks-flag "^1.0.0" - retry@^0.12.0: version "0.12.0" - resolved "https://registry.yarnpkg.com/retry/-/retry-0.12.0.tgz#1b42a6266a21f07421d1b0b54b7dc167b01c013b" + resolved "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz" integrity sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow== reusify@^1.0.4: version "1.0.4" - resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76" + resolved "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz" integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw== rimraf@^3.0.2: version "3.0.2" - resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a" + resolved "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz" integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA== dependencies: glob "^7.1.3" run-parallel@^1.1.9: version "1.2.0" - resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.2.0.tgz#66d1368da7bdf921eb9d95bd1a9229e7f21a43ee" + resolved "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz" integrity sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA== dependencies: queue-microtask "^1.2.2" rxjs@7: version "7.8.0" - resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.8.0.tgz#90a938862a82888ff4c7359811a595e14e1e09a4" + resolved "https://registry.npmjs.org/rxjs/-/rxjs-7.8.0.tgz" integrity sha512-F2+gxDshqmIub1KdvZkaEfGDwLNpPvk9Fs6LD/MyQxNgMds/WH9OdDDXOmxUZpME+iSK3rQCctkL0DYyytUqMg== dependencies: tslib "^2.1.0" safe-buffer@5.2.1, safe-buffer@^5.0.1, safe-buffer@~5.2.0: version "5.2.1" - resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6" + resolved "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz" integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ== safe-buffer@~5.1.0, safe-buffer@~5.1.1: version "5.1.2" - resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d" + resolved "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz" integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== "safer-buffer@>= 2.1.2 < 3", "safer-buffer@>= 2.1.2 < 3.0.0": version "2.1.2" - resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a" + resolved "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz" integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== sass-loader@^13.2.2: version "13.3.1" - resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-13.3.1.tgz#32ee5791434b9b4dbd1adcce76fcb4cea49cc12c" + resolved "https://registry.npmjs.org/sass-loader/-/sass-loader-13.3.1.tgz" integrity sha512-cBTxmgyVA1nXPvIK4brjJMXOMJ2v2YrQEuHqLw3LylGb3gsR6jAvdjHMcy/+JGTmmIF9SauTrLLR7bsWDMWqgg== dependencies: klona "^2.0.6" @@ -8921,7 +8924,7 @@ sass-loader@^13.2.2: sass@^1.60.0: version "1.60.0" - resolved "https://registry.yarnpkg.com/sass/-/sass-1.60.0.tgz#657f0c23a302ac494b09a5ba8497b739fb5b5a81" + resolved "https://registry.npmjs.org/sass/-/sass-1.60.0.tgz" integrity sha512-updbwW6fNb5gGm8qMXzVO7V4sWf7LMXnMly/JEyfbfERbVH46Fn6q02BX7/eHTdKpE7d+oTkMMQpFWNUMfFbgQ== dependencies: chokidar ">=3.0.0 <4.0.0" @@ -8930,33 +8933,33 @@ sass@^1.60.0: scheduler@^0.23.0: version "0.23.0" - resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.23.0.tgz#ba8041afc3d30eb206a487b6b384002e4e61fdfe" + resolved "https://registry.npmjs.org/scheduler/-/scheduler-0.23.0.tgz" integrity sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw== dependencies: loose-envify "^1.1.0" semver-compare@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/semver-compare/-/semver-compare-1.0.0.tgz#0dee216a1c941ab37e9efb1788f6afc5ff5537fc" + resolved "https://registry.npmjs.org/semver-compare/-/semver-compare-1.0.0.tgz" integrity sha512-YM3/ITh2MJ5MtzaM429anh+x2jiLVjqILF4m4oyQB18W7Ggea7BfqdH/wGMK7dDiMghv/6WG7znWMwUDzJiXow== semver@^7.0.0, semver@^7.1.1, semver@^7.3.5, semver@^7.3.7, semver@^7.3.8: version "7.3.8" - resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798" + resolved "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz" integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A== dependencies: lru-cache "^6.0.0" semver@^7.3.2: version "7.5.1" - resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.1.tgz#c90c4d631cf74720e46b21c1d37ea07edfab91ec" + resolved "https://registry.npmjs.org/semver/-/semver-7.5.1.tgz" integrity sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw== dependencies: lru-cache "^6.0.0" send@0.18.0: version "0.18.0" - resolved "https://registry.yarnpkg.com/send/-/send-0.18.0.tgz#670167cc654b05f5aa4a767f9113bb371bc706be" + resolved "https://registry.npmjs.org/send/-/send-0.18.0.tgz" integrity sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg== dependencies: debug "2.6.9" @@ -8975,7 +8978,7 @@ send@0.18.0: serve-static@1.15.0: version "1.15.0" - resolved "https://registry.yarnpkg.com/serve-static/-/serve-static-1.15.0.tgz#faaef08cffe0a1a62f60cad0c4e513cff0ac9540" + resolved "https://registry.npmjs.org/serve-static/-/serve-static-1.15.0.tgz" integrity sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g== dependencies: encodeurl "~1.0.2" @@ -8985,22 +8988,34 @@ serve-static@1.15.0: set-blocking@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7" + resolved "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz" integrity sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw== setimmediate@^1.0.5: version "1.0.5" - resolved "https://registry.yarnpkg.com/setimmediate/-/setimmediate-1.0.5.tgz#290cbb232e306942d7d7ea9b83732ab7856f8285" + resolved "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz" integrity sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA== setprototypeof@1.2.0: version "1.2.0" - resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.2.0.tgz#66c9a24a73f9fc28cbe66b09fed3d33dcaf1b424" + resolved "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz" integrity sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw== +shebang-command@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea" + integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA== + dependencies: + shebang-regex "^3.0.0" + +shebang-regex@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172" + integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A== + side-channel@^1.0.4: version "1.0.4" - resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.0.4.tgz#efce5c8fdc104ee751b25c58d4290011fa5ea2cf" + resolved "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz" integrity sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw== dependencies: call-bind "^1.0.0" @@ -9009,26 +9024,33 @@ side-channel@^1.0.4: signal-exit@^3.0.0, signal-exit@^3.0.7: version "3.0.7" - resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9" + resolved "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz" integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ== +signal-exit@^4.0.1: + version "4.1.0" + resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.1.0.tgz#952188c1cbd546070e2dd20d0f41c0ae0530cb04" + integrity sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw== + sigstore@^1.0.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/sigstore/-/sigstore-1.2.0.tgz#ae5b31dac75c2d31e7873897e2862f0d0b205bce" - integrity sha512-Fr9+W1nkBSIZCkJQR7jDn/zI0UXNsVpp+7mDQkCnZOIxG9p6yNXBx9xntHsfUyYHE55XDkkVV3+rYbrkzAeesA== + version "1.9.0" + resolved "https://registry.yarnpkg.com/sigstore/-/sigstore-1.9.0.tgz#1e7ad8933aa99b75c6898ddd0eeebc3eb0d59875" + integrity sha512-0Zjz0oe37d08VeOtBIuB6cRriqXse2e8w+7yIy2XSXjshRKxbc2KkhXjL229jXSxEm7UbcjS76wcJDGQddVI9A== dependencies: - "@sigstore/protobuf-specs" "^0.1.0" + "@sigstore/bundle" "^1.1.0" + "@sigstore/protobuf-specs" "^0.2.0" + "@sigstore/sign" "^1.0.0" + "@sigstore/tuf" "^1.0.3" make-fetch-happen "^11.0.1" - tuf-js "^1.0.0" simple-concat@^1.0.0: version "1.0.1" - resolved "https://registry.yarnpkg.com/simple-concat/-/simple-concat-1.0.1.tgz#f46976082ba35c2263f1c8ab5edfe26c41c9552f" + resolved "https://registry.npmjs.org/simple-concat/-/simple-concat-1.0.1.tgz" integrity sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q== simple-get@^4.0.1: version "4.0.1" - resolved "https://registry.yarnpkg.com/simple-get/-/simple-get-4.0.1.tgz#4a39db549287c979d352112fa03fd99fd6bc3543" + resolved "https://registry.npmjs.org/simple-get/-/simple-get-4.0.1.tgz" integrity sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA== dependencies: decompress-response "^6.0.0" @@ -9037,24 +9059,24 @@ simple-get@^4.0.1: simple-swizzle@^0.2.2: version "0.2.2" - resolved "https://registry.yarnpkg.com/simple-swizzle/-/simple-swizzle-0.2.2.tgz#a4da6b635ffcccca33f70d17cb92592de95e557a" + resolved "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz" integrity sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg== dependencies: is-arrayish "^0.3.1" slugify@^1.6.6: version "1.6.6" - resolved "https://registry.yarnpkg.com/slugify/-/slugify-1.6.6.tgz#2d4ac0eacb47add6af9e04d3be79319cbcc7924b" + resolved "https://registry.npmjs.org/slugify/-/slugify-1.6.6.tgz" integrity sha512-h+z7HKHYXj6wJU+AnS/+IH8Uh9fdcX1Lrhg1/VMdf9PwoBQXFcXiAdsy2tSK0P6gKwJLXp02r90ahUCqHk9rrw== smart-buffer@^4.2.0: version "4.2.0" - resolved "https://registry.yarnpkg.com/smart-buffer/-/smart-buffer-4.2.0.tgz#6e1d71fa4f18c05f7d0ff216dd16a481d0e8d9ae" + resolved "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz" integrity sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg== snake-case@^3.0.4: version "3.0.4" - resolved "https://registry.yarnpkg.com/snake-case/-/snake-case-3.0.4.tgz#4f2bbd568e9935abdfd593f34c691dadb49c452c" + resolved "https://registry.npmjs.org/snake-case/-/snake-case-3.0.4.tgz" integrity sha512-LAOh4z89bGQvl9pFfNF8V146i7o7/CqFPbqzYgP+yYzDIDeS9HaNFtXABamRW+AQzEVODcvE79ljJ+8a9YSdMg== dependencies: dot-case "^3.0.4" @@ -9062,7 +9084,7 @@ snake-case@^3.0.4: snakecase-keys@3.2.1: version "3.2.1" - resolved "https://registry.yarnpkg.com/snakecase-keys/-/snakecase-keys-3.2.1.tgz#ce5d1a2de8a93c939d7992f76f2743aa59f3d5ad" + resolved "https://registry.npmjs.org/snakecase-keys/-/snakecase-keys-3.2.1.tgz" integrity sha512-CjU5pyRfwOtaOITYv5C8DzpZ8XA/ieRsDpr93HI2r6e3YInC6moZpSQbmUtg8cTk58tq2x3jcG2gv+p1IZGmMA== dependencies: map-obj "^4.1.0" @@ -9070,7 +9092,7 @@ snakecase-keys@3.2.1: snakecase-keys@5.4.4: version "5.4.4" - resolved "https://registry.yarnpkg.com/snakecase-keys/-/snakecase-keys-5.4.4.tgz#28745b0175863ffc292ad97d96fe4e8e288a87a2" + resolved "https://registry.npmjs.org/snakecase-keys/-/snakecase-keys-5.4.4.tgz" integrity sha512-YTywJG93yxwHLgrYLZjlC75moVEX04LZM4FHfihjHe1FCXm+QaLOFfSf535aXOAd0ArVQMWUAe8ZPm4VtWyXaA== dependencies: map-obj "^4.1.0" @@ -9079,14 +9101,14 @@ snakecase-keys@5.4.4: socket.io-adapter@~2.5.2: version "2.5.2" - resolved "https://registry.yarnpkg.com/socket.io-adapter/-/socket.io-adapter-2.5.2.tgz#5de9477c9182fdc171cd8c8364b9a8894ec75d12" + resolved "https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-2.5.2.tgz" integrity sha512-87C3LO/NOMc+eMcpcxUBebGjkpMDkNBS9tf7KJqcDsmL936EChtVva71Dw2q4tQcuVC+hAUy4an2NO/sYXmwRA== dependencies: ws "~8.11.0" socket.io-client@^4.6.1: version "4.6.1" - resolved "https://registry.yarnpkg.com/socket.io-client/-/socket.io-client-4.6.1.tgz#80d97d5eb0feca448a0fb6d69a7b222d3d547eab" + resolved "https://registry.npmjs.org/socket.io-client/-/socket.io-client-4.6.1.tgz" integrity sha512-5UswCV6hpaRsNg5kkEHVcbBIXEYoVbMQaHJBXJCyEQ+CiFPV1NIOY0XOFWG4XR4GZcB8Kn6AsRs/9cy9TbqVMQ== dependencies: "@socket.io/component-emitter" "~3.1.0" @@ -9096,7 +9118,7 @@ socket.io-client@^4.6.1: socket.io-parser@~4.2.1: version "4.2.2" - resolved "https://registry.yarnpkg.com/socket.io-parser/-/socket.io-parser-4.2.2.tgz#1dd384019e25b7a3d374877f492ab34f2ad0d206" + resolved "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.2.2.tgz" integrity sha512-DJtziuKypFkMMHCm2uIshOYC7QaylbtzQwiMYDuCKy3OPkjLzu4B2vAhTlqipRHHzrI0NJeBAizTK7X+6m1jVw== dependencies: "@socket.io/component-emitter" "~3.1.0" @@ -9104,7 +9126,7 @@ socket.io-parser@~4.2.1: socket.io@^4.6.1: version "4.6.1" - resolved "https://registry.yarnpkg.com/socket.io/-/socket.io-4.6.1.tgz#62ec117e5fce0692fa50498da9347cfb52c3bc70" + resolved "https://registry.npmjs.org/socket.io/-/socket.io-4.6.1.tgz" integrity sha512-KMcaAi4l/8+xEjkRICl6ak8ySoxsYG+gG6/XfRCPJPQ/haCRIJBTL4wIl8YCsmtaBovcAXGLOShyVWQ/FG8GZA== dependencies: accepts "~1.3.4" @@ -9116,7 +9138,7 @@ socket.io@^4.6.1: socks-proxy-agent@5, socks-proxy-agent@^5.0.0: version "5.0.1" - resolved "https://registry.yarnpkg.com/socks-proxy-agent/-/socks-proxy-agent-5.0.1.tgz#032fb583048a29ebffec2e6a73fca0761f48177e" + resolved "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-5.0.1.tgz" integrity sha512-vZdmnjb9a2Tz6WEQVIurybSwElwPxMZaIc7PzqbJTrezcKNznv6giT7J7tZDZ1BojVaa1jvO/UiUdhDVB0ACoQ== dependencies: agent-base "^6.0.2" @@ -9125,7 +9147,7 @@ socks-proxy-agent@5, socks-proxy-agent@^5.0.0: socks-proxy-agent@^7.0.0: version "7.0.0" - resolved "https://registry.yarnpkg.com/socks-proxy-agent/-/socks-proxy-agent-7.0.0.tgz#dc069ecf34436621acb41e3efa66ca1b5fed15b6" + resolved "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-7.0.0.tgz" integrity sha512-Fgl0YPZ902wEsAyiQ+idGd1A7rSFx/ayC1CQVMw5P+EQx2V0SgpGtf6OKFhVjPflPUl9YMmEOnmfjCdMUsygww== dependencies: agent-base "^6.0.2" @@ -9134,7 +9156,7 @@ socks-proxy-agent@^7.0.0: socks@^2.3.3, socks@^2.6.2: version "2.7.1" - resolved "https://registry.yarnpkg.com/socks/-/socks-2.7.1.tgz#d8e651247178fde79c0663043e07240196857d55" + resolved "https://registry.npmjs.org/socks/-/socks-2.7.1.tgz" integrity sha512-7maUZy1N7uo6+WVEX6psASxtNlKaNVMlGQKkG/63nEDdLOWNbiUMoLK7X4uYoLhQstau72mLgfEWcXcwsaHbYQ== dependencies: ip "^2.0.0" @@ -9142,32 +9164,32 @@ socks@^2.3.3, socks@^2.6.2: sortablejs@^1.15.0: version "1.15.0" - resolved "https://registry.yarnpkg.com/sortablejs/-/sortablejs-1.15.0.tgz#53230b8aa3502bb77a29e2005808ffdb4a5f7e2a" + resolved "https://registry.npmjs.org/sortablejs/-/sortablejs-1.15.0.tgz" integrity sha512-bv9qgVMjUMf89wAvM6AxVvS/4MX3sPeN0+agqShejLU5z5GX4C75ow1O2e5k4L6XItUyAK3gH6AxSbXrOM5e8w== "source-map-js@>=0.6.2 <2.0.0", source-map-js@^1.0.2: version "1.0.2" - resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c" + resolved "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz" integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw== source-map@0.6.1, source-map@~0.6.1: version "0.6.1" - resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263" + resolved "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz" integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g== source-map@0.7.3: version "0.7.3" - resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.3.tgz#5302f8169031735226544092e64981f751750383" + resolved "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz" integrity sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ== source-map@^0.5.7: version "0.5.7" - resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc" + resolved "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz" integrity sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ== spdx-correct@^3.0.0: version "3.2.0" - resolved "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-3.2.0.tgz#4f5ab0668f0059e34f9c00dce331784a12de4e9c" + resolved "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.2.0.tgz" integrity sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA== dependencies: spdx-expression-parse "^3.0.0" @@ -9175,89 +9197,89 @@ spdx-correct@^3.0.0: spdx-exceptions@^2.1.0: version "2.3.0" - resolved "https://registry.yarnpkg.com/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz#3f28ce1a77a00372683eade4a433183527a2163d" + resolved "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz" integrity sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A== spdx-expression-parse@^3.0.0: version "3.0.1" - resolved "https://registry.yarnpkg.com/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz#cf70f50482eefdc98e3ce0a6833e4a53ceeba679" + resolved "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz" integrity sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q== dependencies: spdx-exceptions "^2.1.0" spdx-license-ids "^3.0.0" spdx-license-ids@^3.0.0: - version "3.0.13" - resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.13.tgz#7189a474c46f8d47c7b0da4b987bb45e908bd2d5" - integrity sha512-XkD+zwiqXHikFZm4AX/7JSCXA98U5Db4AFd5XUg/+9UNtnH75+Z9KxtpYiJZx36mUDVOwH83pl7yvCer6ewM3w== + version "3.0.16" + resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.16.tgz#a14f64e0954f6e25cc6587bd4f392522db0d998f" + integrity sha512-eWN+LnM3GR6gPu35WxNgbGl8rmY1AEmoMDvL/QD6zYmPWgywxWqJWNdLGT+ke8dKNWrcYgYjPpG5gbTfghP8rw== speedometer@~1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/speedometer/-/speedometer-1.0.0.tgz#cd671cb06752c22bca3370e2f334440be4fc62e2" + resolved "https://registry.npmjs.org/speedometer/-/speedometer-1.0.0.tgz" integrity sha512-lgxErLl/7A5+vgIIXsh9MbeukOaCb2axgQ+bKCdIE+ibNT4XNYGNCR1qFEGq6F+YDASXK3Fh/c5FgtZchFolxw== split-on-first@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/split-on-first/-/split-on-first-3.0.0.tgz#f04959c9ea8101b9b0bbf35a61b9ebea784a23e7" + resolved "https://registry.npmjs.org/split-on-first/-/split-on-first-3.0.0.tgz" integrity sha512-qxQJTx2ryR0Dw0ITYyekNQWpz6f8dGd7vffGNflQQ3Iqj9NJ6qiZ7ELpZsJ/QBhIVAiDfXdag3+Gp8RvWa62AA== split2@^4.1.0: version "4.1.0" - resolved "https://registry.yarnpkg.com/split2/-/split2-4.1.0.tgz#101907a24370f85bb782f08adaabe4e281ecf809" + resolved "https://registry.npmjs.org/split2/-/split2-4.1.0.tgz" integrity sha512-VBiJxFkxiXRlUIeyMQi8s4hgvKCSjtknJv/LVYbrgALPwf5zSKmEwV9Lst25AkvMDnvxODugjdl6KZgwKM1WYQ== spotify-web-api-node@^5.0.2: version "5.0.2" - resolved "https://registry.yarnpkg.com/spotify-web-api-node/-/spotify-web-api-node-5.0.2.tgz#683669b3ccc046a5a357300f151df93a2b3539fe" + resolved "https://registry.npmjs.org/spotify-web-api-node/-/spotify-web-api-node-5.0.2.tgz" integrity sha512-r82dRWU9PMimHvHEzL0DwEJrzFk+SMCVfq249SLt3I7EFez7R+jeoKQd+M1//QcnjqlXPs2am4DFsGk8/GCsrA== dependencies: superagent "^6.1.0" ssr-window@^4.0.0, ssr-window@^4.0.2: version "4.0.2" - resolved "https://registry.yarnpkg.com/ssr-window/-/ssr-window-4.0.2.tgz#dc6b3ee37be86ac0e3ddc60030f7b3bc9b8553be" + resolved "https://registry.npmjs.org/ssr-window/-/ssr-window-4.0.2.tgz" integrity sha512-ISv/Ch+ig7SOtw7G2+qkwfVASzazUnvlDTwypdLoPoySv+6MqlOV10VwPSE6EWkGjhW50lUmghPmpYZXMu/+AQ== ssri@^10.0.0, ssri@^10.0.1: version "10.0.1" - resolved "https://registry.yarnpkg.com/ssri/-/ssri-10.0.1.tgz#c61f85894bbc6929fc3746f05e31cf5b44c030d5" + resolved "https://registry.npmjs.org/ssri/-/ssri-10.0.1.tgz" integrity sha512-WVy6di9DlPOeBWEjMScpNipeSX2jIZBGEn5Uuo8Q7aIuFEuDX0pw8RxcOjlD1TWP4obi24ki7m/13+nFpcbXrw== dependencies: minipass "^4.0.0" ssri@^9.0.0: version "9.0.1" - resolved "https://registry.yarnpkg.com/ssri/-/ssri-9.0.1.tgz#544d4c357a8d7b71a19700074b6883fcb4eae057" + resolved "https://registry.npmjs.org/ssri/-/ssri-9.0.1.tgz" integrity sha512-o57Wcn66jMQvfHG1FlYbWeZWW/dHZhJXjpIcTfXldXEk5nz5lStPo3mK0OJQfGR3RbZUlbISexbljkJzuEj/8Q== dependencies: minipass "^3.1.1" statuses@2.0.1: version "2.0.1" - resolved "https://registry.yarnpkg.com/statuses/-/statuses-2.0.1.tgz#55cb000ccf1d48728bd23c685a063998cf1a1b63" + resolved "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz" integrity sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ== store2@^2.14.2: version "2.14.2" - resolved "https://registry.yarnpkg.com/store2/-/store2-2.14.2.tgz#56138d200f9fe5f582ad63bc2704dbc0e4a45068" + resolved "https://registry.npmjs.org/store2/-/store2-2.14.2.tgz" integrity sha512-siT1RiqlfQnGqgT/YzXVUNsom9S0H1OX+dpdGN1xkyYATo4I6sep5NmsRD/40s3IIOvlCq6akxkqG82urIZW1w== streamsearch@^1.1.0: version "1.1.0" - resolved "https://registry.yarnpkg.com/streamsearch/-/streamsearch-1.1.0.tgz#404dd1e2247ca94af554e841a8ef0eaa238da764" + resolved "https://registry.npmjs.org/streamsearch/-/streamsearch-1.1.0.tgz" integrity sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg== string-hash@1.1.3: version "1.1.3" - resolved "https://registry.yarnpkg.com/string-hash/-/string-hash-1.1.3.tgz#e8aafc0ac1855b4666929ed7dd1275df5d6c811b" + resolved "https://registry.npmjs.org/string-hash/-/string-hash-1.1.3.tgz" integrity sha512-kJUvRUFK49aub+a7T1nNE66EJbZBMnBgoC1UbCZ5n6bsZKBRga4KgBRTMn/pFkeCZSYtNeSyMxPDM0AXWELk2A== string-similarity@^4.0.4: version "4.0.4" - resolved "https://registry.yarnpkg.com/string-similarity/-/string-similarity-4.0.4.tgz#42d01ab0b34660ea8a018da8f56a3309bb8b2a5b" + resolved "https://registry.npmjs.org/string-similarity/-/string-similarity-4.0.4.tgz" integrity sha512-/q/8Q4Bl4ZKAPjj8WerIBJWALKkaPRfrvhfF8k/B23i4nzrlRj2/go1m90In7nG/3XDSbOo0+pu6RvCTM9RGMQ== -"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.2.0, string-width@^4.2.3: +"string-width-cjs@npm:string-width@^4.2.0": version "4.2.3" resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== @@ -9266,47 +9288,79 @@ string-similarity@^4.0.4: is-fullwidth-code-point "^3.0.0" strip-ansi "^6.0.1" +"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: + version "4.2.3" + resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz" + integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== + dependencies: + emoji-regex "^8.0.0" + is-fullwidth-code-point "^3.0.0" + strip-ansi "^6.0.1" + +string-width@^5.0.1, string-width@^5.1.2: + version "5.1.2" + resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794" + integrity sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA== + dependencies: + eastasianwidth "^0.2.0" + emoji-regex "^9.2.2" + strip-ansi "^7.0.1" + string_decoder@^1.1.1: version "1.3.0" - resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e" + resolved "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz" integrity sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA== dependencies: safe-buffer "~5.2.0" string_decoder@~0.10.x: version "0.10.31" - resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-0.10.31.tgz#62e203bc41766c6c28c9fc84301dab1c5310fa94" + resolved "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz" integrity sha512-ev2QzSzWPYmy9GuqfIVildA4OdcGLeFZQrq5ys6RtiuF+RQQiZWr8TZNyAcuVXyQRYfEO+MsoB/1BuQVhOJuoQ== string_decoder@~1.1.1: version "1.1.1" - resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8" + resolved "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz" integrity sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg== dependencies: safe-buffer "~5.1.0" -strip-ansi@^6.0.1: +"strip-ansi-cjs@npm:strip-ansi@^6.0.1": version "6.0.1" resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== dependencies: ansi-regex "^5.0.1" +strip-ansi@^6.0.0, strip-ansi@^6.0.1: + version "6.0.1" + resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz" + integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== + dependencies: + ansi-regex "^5.0.1" + +strip-ansi@^7.0.1: + version "7.1.0" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45" + integrity sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ== + dependencies: + ansi-regex "^6.0.1" + style-loader@^3.3.2: version "3.3.3" - resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-3.3.3.tgz#bba8daac19930169c0c9c96706749a597ae3acff" + resolved "https://registry.npmjs.org/style-loader/-/style-loader-3.3.3.tgz" integrity sha512-53BiGLXAcll9maCYtZi2RCQZKa8NQQai5C4horqKyRmHj9H7QmcUyucrH+4KW/gBQbXM2AsB0axoEcFZPlfPcw== styled-jsx@5.1.1: version "5.1.1" - resolved "https://registry.yarnpkg.com/styled-jsx/-/styled-jsx-5.1.1.tgz#839a1c3aaacc4e735fed0781b8619ea5d0009d1f" + resolved "https://registry.npmjs.org/styled-jsx/-/styled-jsx-5.1.1.tgz" integrity sha512-pW7uC1l4mBZ8ugbiZrcIsiIvVx1UmTfw7UkC3Um2tmfUq9Bhk8IiyEIPl6F8agHgjzku6j0xQEZbfA5uSgSaCw== dependencies: client-only "0.0.1" styled-jsx@^4.0.1: version "4.0.1" - resolved "https://registry.yarnpkg.com/styled-jsx/-/styled-jsx-4.0.1.tgz#ae3f716eacc0792f7050389de88add6d5245b9e9" + resolved "https://registry.npmjs.org/styled-jsx/-/styled-jsx-4.0.1.tgz" integrity sha512-Gcb49/dRB1k8B4hdK8vhW27Rlb2zujCk1fISrizCcToIs+55B4vmUM0N9Gi4nnVfFZWe55jRdWpAqH1ldAKWvQ== dependencies: "@babel/plugin-syntax-jsx" "7.14.5" @@ -9320,35 +9374,22 @@ styled-jsx@^4.0.1: stylis-rule-sheet@0.0.10: version "0.0.10" - resolved "https://registry.yarnpkg.com/stylis-rule-sheet/-/stylis-rule-sheet-0.0.10.tgz#44e64a2b076643f4b52e5ff71efc04d8c3c4a430" + resolved "https://registry.npmjs.org/stylis-rule-sheet/-/stylis-rule-sheet-0.0.10.tgz" integrity sha512-nTbZoaqoBnmK+ptANthb10ZRZOGC+EmTLLUxeYIuHNkEKcmKgXX1XWKkUBT2Ac4es3NybooPe0SmvKdhKJZAuw== stylis@3.5.4: version "3.5.4" - resolved "https://registry.yarnpkg.com/stylis/-/stylis-3.5.4.tgz#f665f25f5e299cf3d64654ab949a57c768b73fbe" + resolved "https://registry.npmjs.org/stylis/-/stylis-3.5.4.tgz" integrity sha512-8/3pSmthWM7lsPBKv7NXkzn2Uc9W7NotcwGNpJaa3k7WMM1XDCA4MgT5k/8BIexd5ydZdboXtU90XH9Ec4Bv/Q== stylis@4.2.0: version "4.2.0" - resolved "https://registry.yarnpkg.com/stylis/-/stylis-4.2.0.tgz#79daee0208964c8fe695a42fcffcac633a211a51" + resolved "https://registry.npmjs.org/stylis/-/stylis-4.2.0.tgz" integrity sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw== -sucrase@^3.32.0: - version "3.34.0" - resolved "https://registry.yarnpkg.com/sucrase/-/sucrase-3.34.0.tgz#1e0e2d8fcf07f8b9c3569067d92fbd8690fb576f" - integrity sha512-70/LQEZ07TEcxiU2dz51FKaE6hCTWC6vr7FOk3Gr0U60C3shtAN+H+BFr9XlYe5xqf3RA8nrc+VIwzCfnxuXJw== - dependencies: - "@jridgewell/gen-mapping" "^0.3.2" - commander "^4.0.0" - glob "7.1.6" - lines-and-columns "^1.1.6" - mz "^2.7.0" - pirates "^4.0.1" - ts-interface-checker "^0.1.9" - superagent@^6.1.0: version "6.1.0" - resolved "https://registry.yarnpkg.com/superagent/-/superagent-6.1.0.tgz#09f08807bc41108ef164cfb4be293cebd480f4a6" + resolved "https://registry.npmjs.org/superagent/-/superagent-6.1.0.tgz" integrity sha512-OUDHEssirmplo3F+1HWKUrUjvnQuA+nZI6i/JJBdXb5eq9IyEQwPyPpqND+SSsxf6TygpBEkUjISVRN4/VOpeg== dependencies: component-emitter "^1.3.0" @@ -9365,31 +9406,31 @@ superagent@^6.1.0: supports-color@^5.3.0: version "5.5.0" - resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f" + resolved "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz" integrity sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow== dependencies: has-flag "^3.0.0" supports-color@^7.1.0: version "7.2.0" - resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.2.0.tgz#1b7dcdcb32b8138801b3e478ba6a51caa89648da" + resolved "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz" integrity sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw== dependencies: has-flag "^4.0.0" supports-preserve-symlinks-flag@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09" + resolved "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz" integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w== suspend-react@0.0.9: version "0.0.9" - resolved "https://registry.yarnpkg.com/suspend-react/-/suspend-react-0.0.9.tgz#329072e330be9dc5cc97d1e3a563d542460c3ee5" + resolved "https://registry.npmjs.org/suspend-react/-/suspend-react-0.0.9.tgz" integrity sha512-668Pxy4z54fhjpnPqw6olj3vvpV03VywFNXazyNSYSTuHaRw3NJJjO5l8R49AUk5fMTkJXGVGaaVSgdaO01S3w== swiper@8.4.2: version "8.4.2" - resolved "https://registry.yarnpkg.com/swiper/-/swiper-8.4.2.tgz#a52e091a92a52b230bd076fb3ef19ae73baed2a2" + resolved "https://registry.npmjs.org/swiper/-/swiper-8.4.2.tgz" integrity sha512-nMD/RHVYxJxrLqjWQX2n0B94ANwpnuUv/3PUDT8Aaf+mSteFvZGFng4ypAYq70zW4svryyV+8TRlbRZ+6cgv9A== dependencies: dom7 "^4.0.4" @@ -9397,46 +9438,46 @@ swiper@8.4.2: swr@1.3.0: version "1.3.0" - resolved "https://registry.yarnpkg.com/swr/-/swr-1.3.0.tgz#c6531866a35b4db37b38b72c45a63171faf9f4e8" + resolved "https://registry.npmjs.org/swr/-/swr-1.3.0.tgz" integrity sha512-dkghQrOl2ORX9HYrMDtPa7LTVHJjCTeZoB1dqTbnnEDlSvN8JEKpYIYurDfvbQFUUS8Cg8PceFVZNkW0KNNYPw== swr@^2.1.5: version "2.1.5" - resolved "https://registry.yarnpkg.com/swr/-/swr-2.1.5.tgz#688effa719c03f6d35c66decbb0f8e79c7190399" + resolved "https://registry.npmjs.org/swr/-/swr-2.1.5.tgz" integrity sha512-/OhfZMcEpuz77KavXST5q6XE9nrOBOVcBLWjMT+oAE/kQHyE3PASrevXCtQDZ8aamntOfFkbVJp7Il9tNBQWrw== dependencies: use-sync-external-store "^1.2.0" synchronous-promise@^2.0.15: version "2.0.17" - resolved "https://registry.yarnpkg.com/synchronous-promise/-/synchronous-promise-2.0.17.tgz#38901319632f946c982152586f2caf8ddc25c032" + resolved "https://registry.npmjs.org/synchronous-promise/-/synchronous-promise-2.0.17.tgz" integrity sha512-AsS729u2RHUfEra9xJrE39peJcc2stq2+poBXX8bcM08Y6g9j/i/PUzwNQqkaJde7Ntg1TO7bSREbR5sdosQ+g== tabbable@^6.0.1: version "6.1.1" - resolved "https://registry.yarnpkg.com/tabbable/-/tabbable-6.1.1.tgz#40cfead5ed11be49043f04436ef924c8890186a0" + resolved "https://registry.npmjs.org/tabbable/-/tabbable-6.1.1.tgz" integrity sha512-4kl5w+nCB44EVRdO0g/UGoOp3vlwgycUVtkk/7DPyeLZUCuNFFKCFG6/t/DgHLrUPHjrZg6s5tNm+56Q2B0xyg== tailwind-merge@^1.13.2: version "1.14.0" - resolved "https://registry.yarnpkg.com/tailwind-merge/-/tailwind-merge-1.14.0.tgz#e677f55d864edc6794562c63f5001f45093cdb8b" + resolved "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-1.14.0.tgz" integrity sha512-3mFKyCo/MBcgyOTlrY8T7odzZFx+w+qKSMAmdFzRvqBfLlSigU6TZnlFHK0lkMwj9Bj8OYU+9yW9lmGuS0QEnQ== tailwind-scrollbar@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/tailwind-scrollbar/-/tailwind-scrollbar-3.0.0.tgz#efc233195afc69bcae4cff393600d31fabe7860c" + resolved "https://registry.npmjs.org/tailwind-scrollbar/-/tailwind-scrollbar-3.0.0.tgz" integrity sha512-OkVRX9Q1T769vk979UZ519jhj/j/zNBHql7zPLI+tlhX+ahksYO4ZryWD29lOETDx9Wj1sw+K1OeW7W3+ECQOA== -tailwind-variants@^0.1.13: - version "0.1.13" - resolved "https://registry.yarnpkg.com/tailwind-variants/-/tailwind-variants-0.1.13.tgz#1f2a746d41e58266d900377944ca290bfa3d5256" - integrity sha512-G2M7M74hjq0nAo6QdEfUJgF+0t9DecFUw91GC1P9YTnwMcfB3uChT5U5e2DuNU42xoOz15lzo7r0mPdMzZkylg== +tailwind-variants@^0.1.14: + version "0.1.14" + resolved "https://registry.npmjs.org/tailwind-variants/-/tailwind-variants-0.1.14.tgz" + integrity sha512-qfOkSGP+cSolTTkJboldGmiM+w5uE77pazCRkwixEBsuaml9CmhN0E8qgH7QnZNmOTVSsgRK1tn/MsKOvOKVWA== dependencies: tailwind-merge "^1.13.2" -tailwindcss@^3.2.4: +tailwindcss@^3.2.4, tailwindcss@^3.2.7: version "3.2.7" - resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.2.7.tgz#5936dd08c250b05180f0944500c01dce19188c07" + resolved "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.2.7.tgz" integrity sha512-B6DLqJzc21x7wntlH/GsZwEXTBttVSl1FtCzC8WP4oBc/NKef7kaax5jeihkkCEWc831/5NDJ9gRNDK6NEioQQ== dependencies: arg "^5.0.2" @@ -9463,37 +9504,9 @@ tailwindcss@^3.2.4: quick-lru "^5.1.1" resolve "^1.22.1" -tailwindcss@^3.2.7: - version "3.3.3" - resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.3.3.tgz#90da807393a2859189e48e9e7000e6880a736daf" - integrity sha512-A0KgSkef7eE4Mf+nKJ83i75TMyq8HqY3qmFIJSWy8bNt0v1lG7jUcpGpoTFxAwYcWOphcTBLPPJg+bDfhDf52w== - dependencies: - "@alloc/quick-lru" "^5.2.0" - arg "^5.0.2" - chokidar "^3.5.3" - didyoumean "^1.2.2" - dlv "^1.1.3" - fast-glob "^3.2.12" - glob-parent "^6.0.2" - is-glob "^4.0.3" - jiti "^1.18.2" - lilconfig "^2.1.0" - micromatch "^4.0.5" - normalize-path "^3.0.0" - object-hash "^3.0.0" - picocolors "^1.0.0" - postcss "^8.4.23" - postcss-import "^15.1.0" - postcss-js "^4.0.1" - postcss-load-config "^4.0.1" - postcss-nested "^6.0.1" - postcss-selector-parser "^6.0.11" - resolve "^1.22.2" - sucrase "^3.32.0" - tar@^6.1.11, tar@^6.1.13, tar@^6.1.2: version "6.1.13" - resolved "https://registry.yarnpkg.com/tar/-/tar-6.1.13.tgz#46e22529000f612180601a6fe0680e7da508847b" + resolved "https://registry.npmjs.org/tar/-/tar-6.1.13.tgz" integrity sha512-jdIBIN6LTIe2jqzay/2vtYLlBHa3JF42ot3h1dW8Q0PaAG4v8rm0cvpVePtau5C6OKXGGcgO9q2AMNSWxiLqKw== dependencies: chownr "^2.0.0" @@ -9505,38 +9518,24 @@ tar@^6.1.11, tar@^6.1.13, tar@^6.1.2: telejson@^7.0.3: version "7.1.0" - resolved "https://registry.yarnpkg.com/telejson/-/telejson-7.1.0.tgz#1ef7a0dd57eeb52cde933126f61bcc296c170f52" + resolved "https://registry.npmjs.org/telejson/-/telejson-7.1.0.tgz" integrity sha512-jFJO4P5gPebZAERPkJsqMAQ0IMA1Hi0AoSfxpnUaV6j6R2SZqlpkbS20U6dEUtA3RUYt2Ak/mTlkQzHH9Rv/hA== dependencies: memoizerific "^1.11.3" text-table@~0.2.0: version "0.2.0" - resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4" + resolved "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz" integrity sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw== -thenify-all@^1.0.0: - version "1.6.0" - resolved "https://registry.yarnpkg.com/thenify-all/-/thenify-all-1.6.0.tgz#1a1918d402d8fc3f98fbf234db0bcc8cc10e9726" - integrity sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA== - dependencies: - thenify ">= 3.1.0 < 4" - -"thenify@>= 3.1.0 < 4": - version "3.3.1" - resolved "https://registry.yarnpkg.com/thenify/-/thenify-3.3.1.tgz#8932e686a4066038a016dd9e2ca46add9838a95f" - integrity sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw== - dependencies: - any-promise "^1.0.0" - throttle-debounce@^5.0.0: version "5.0.0" - resolved "https://registry.yarnpkg.com/throttle-debounce/-/throttle-debounce-5.0.0.tgz#a17a4039e82a2ed38a5e7268e4132d6960d41933" + resolved "https://registry.npmjs.org/throttle-debounce/-/throttle-debounce-5.0.0.tgz" integrity sha512-2iQTSgkkc1Zyk0MeVrt/3BvuOXYPl/R8Z0U2xxo9rjwNciaHDG3R+Lm6dh4EeUci49DanvBnuqI6jshoQQRGEg== through2@~2.0.3: version "2.0.5" - resolved "https://registry.yarnpkg.com/through2/-/through2-2.0.5.tgz#01c1e39eb31d07cb7d03a96a70823260b23132cd" + resolved "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz" integrity sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ== dependencies: readable-stream "~2.3.6" @@ -9544,95 +9543,90 @@ through2@~2.0.3: time-span@4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/time-span/-/time-span-4.0.0.tgz#fe74cd50a54e7998712f90ddfe47109040c985c4" + resolved "https://registry.npmjs.org/time-span/-/time-span-4.0.0.tgz" integrity sha512-MyqZCTGLDZ77u4k+jqg4UlrzPTPZ49NDlaekU6uuFaJLzPIN1woaRXCbGeqOfxwc3Y37ZROGAJ614Rdv7Olt+g== dependencies: convert-hrtime "^3.0.0" tiny-invariant@1.2.0: version "1.2.0" - resolved "https://registry.yarnpkg.com/tiny-invariant/-/tiny-invariant-1.2.0.tgz#a1141f86b672a9148c72e978a19a73b9b94a15a9" + resolved "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.2.0.tgz" integrity sha512-1Uhn/aqw5C6RI4KejVeTg6mIS7IqxnLJ8Mv2tV5rTc0qWobay7pDUz6Wi392Cnc8ak1H0F2cjoRzb2/AW4+Fvg== tiny-invariant@^1.0.6: version "1.3.1" - resolved "https://registry.yarnpkg.com/tiny-invariant/-/tiny-invariant-1.3.1.tgz#8560808c916ef02ecfd55e66090df23a4b7aa642" + resolved "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.3.1.tgz" integrity sha512-AD5ih2NlSssTCwsMznbvwMZpJ1cbhkGd2uueNxzv2jDlEeZdU04JQfRnggJQ8DrcVBGjAsCKwFBbDlVNtEMlzw== tiny-relative-date@^1.3.0: version "1.3.0" - resolved "https://registry.yarnpkg.com/tiny-relative-date/-/tiny-relative-date-1.3.0.tgz#fa08aad501ed730f31cc043181d995c39a935e07" + resolved "https://registry.npmjs.org/tiny-relative-date/-/tiny-relative-date-1.3.0.tgz" integrity sha512-MOQHpzllWxDCHHaDno30hhLfbouoYlOI8YlMNtvKe1zXbjEVhbcEovQxvZrPvtiYW630GQDoMMarCnjfyfHA+A== tinymce@^6.3.1: version "6.4.1" - resolved "https://registry.yarnpkg.com/tinymce/-/tinymce-6.4.1.tgz#9c28f798074668d53371805fb6f1c68e582a4549" + resolved "https://registry.npmjs.org/tinymce/-/tinymce-6.4.1.tgz" integrity sha512-+/cS2AM9l6p72IBs2uolHbGsBUztLs0WslqNgFaTXtmMksTNUOhh8p08xtA/fa03UGlWEC6/EJoeV95/QDXa2A== to-fast-properties@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e" + resolved "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz" integrity sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog== to-no-case@^1.0.0: version "1.0.2" - resolved "https://registry.yarnpkg.com/to-no-case/-/to-no-case-1.0.2.tgz#c722907164ef6b178132c8e69930212d1b4aa16a" + resolved "https://registry.npmjs.org/to-no-case/-/to-no-case-1.0.2.tgz" integrity sha512-Z3g735FxuZY8rodxV4gH7LxClE4H0hTIyHNIHdk+vpQxjLm0cwnKXq/OFVZ76SOQmto7txVcwSCwkU5kqp+FKg== to-regex-range@^5.0.1: version "5.0.1" - resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-5.0.1.tgz#1648c44aae7c8d988a326018ed72f5b4dd0392e4" + resolved "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz" integrity sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ== dependencies: is-number "^7.0.0" to-snake-case@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/to-snake-case/-/to-snake-case-1.0.0.tgz#ce746913897946019a87e62edfaeaea4c608ab8c" + resolved "https://registry.npmjs.org/to-snake-case/-/to-snake-case-1.0.0.tgz" integrity sha512-joRpzBAk1Bhi2eGEYBjukEWHOe/IvclOkiJl3DtA91jV6NwQ3MwXA4FHYeqk8BNp/D8bmi9tcNbRu/SozP0jbQ== dependencies: to-space-case "^1.0.0" to-space-case@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/to-space-case/-/to-space-case-1.0.0.tgz#b052daafb1b2b29dc770cea0163e5ec0ebc9fc17" + resolved "https://registry.npmjs.org/to-space-case/-/to-space-case-1.0.0.tgz" integrity sha512-rLdvwXZ39VOn1IxGL3V6ZstoTbwLRckQmn/U8ZDLuWwIXNpuZDhQ3AiRUlhTbOXFVE9C+dR51wM0CBDhk31VcA== dependencies: to-no-case "^1.0.0" toggle-selection@^1.0.6: version "1.0.6" - resolved "https://registry.yarnpkg.com/toggle-selection/-/toggle-selection-1.0.6.tgz#6e45b1263f2017fa0acc7d89d78b15b8bf77da32" + resolved "https://registry.npmjs.org/toggle-selection/-/toggle-selection-1.0.6.tgz" integrity sha512-BiZS+C1OS8g/q2RRbJmy59xpyghNBqrr6k5L/uKBGRsTfxmu3ffiRnd8mlGPUVayg8pvfi5urfnu8TU7DVOkLQ== toidentifier@1.0.1: version "1.0.1" - resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.1.tgz#3be34321a88a820ed1bd80dfaa33e479fbb8dd35" + resolved "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz" integrity sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA== tr46@~0.0.3: version "0.0.3" - resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a" + resolved "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz" integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw== treeverse@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/treeverse/-/treeverse-3.0.0.tgz#dd82de9eb602115c6ebd77a574aae67003cb48c8" + resolved "https://registry.npmjs.org/treeverse/-/treeverse-3.0.0.tgz" integrity sha512-gcANaAnd2QDZFmHFEOF4k7uc1J/6a6z3DJMd/QwEyxLoKGiptJRwid582r7QIsFlFMIZ3SnxfS52S4hm2DHkuQ== ts-dedent@^2.0.0: version "2.2.0" - resolved "https://registry.yarnpkg.com/ts-dedent/-/ts-dedent-2.2.0.tgz#39e4bd297cd036292ae2394eb3412be63f563bb5" + resolved "https://registry.npmjs.org/ts-dedent/-/ts-dedent-2.2.0.tgz" integrity sha512-q5W7tVM71e2xjHZTlgfTDoPF/SmqKG5hddq9SzR49CH2hayqRKJtQ4mtRlSxKaJlR/+9rEM+mnBHf7I2/BQcpQ== -ts-interface-checker@^0.1.9: - version "0.1.13" - resolved "https://registry.yarnpkg.com/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz#784fd3d679722bc103b1b4b8030bcddb5db2a699" - integrity sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA== - ts-morph@12.0.0: version "12.0.0" - resolved "https://registry.yarnpkg.com/ts-morph/-/ts-morph-12.0.0.tgz#a601c3538703755cbfa2d42b62c52df73e9dbbd7" + resolved "https://registry.npmjs.org/ts-morph/-/ts-morph-12.0.0.tgz" integrity sha512-VHC8XgU2fFW7yO1f/b3mxKDje1vmyzFXHWzOYmKEkCEwcLjDtbdLgBQviqj4ZwP4MJkQtRo6Ha2I29lq/B+VxA== dependencies: "@ts-morph/common" "~0.11.0" @@ -9640,7 +9634,7 @@ ts-morph@12.0.0: ts-node@10.9.1: version "10.9.1" - resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.9.1.tgz#e73de9102958af9e1f0b168a6ff320e25adcff4b" + resolved "https://registry.npmjs.org/ts-node/-/ts-node-10.9.1.tgz" integrity sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw== dependencies: "@cspotcode/source-map-support" "^0.8.0" @@ -9659,59 +9653,60 @@ ts-node@10.9.1: ts-toolbelt@^6.15.5: version "6.15.5" - resolved "https://registry.yarnpkg.com/ts-toolbelt/-/ts-toolbelt-6.15.5.tgz#cb3b43ed725cb63644782c64fbcad7d8f28c0a83" + resolved "https://registry.npmjs.org/ts-toolbelt/-/ts-toolbelt-6.15.5.tgz" integrity sha512-FZIXf1ksVyLcfr7M317jbB67XFJhOO1YqdTcuGaq9q5jLUoTikukZ+98TPjKiP2jC5CgmYdWWYs0s2nLSU0/1A== tslib@2.4.0: version "2.4.0" - resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3" + resolved "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz" integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ== tslib@2.4.1: version "2.4.1" - resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.1.tgz#0d0bfbaac2880b91e22df0768e55be9753a5b17e" + resolved "https://registry.npmjs.org/tslib/-/tslib-2.4.1.tgz" integrity sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA== tslib@^2.0.0, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.3.1, tslib@^2.4.0, tslib@^2.4.1: version "2.5.0" - resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.0.tgz#42bfed86f5787aeb41d031866c8f402429e0fddf" + resolved "https://registry.npmjs.org/tslib/-/tslib-2.5.0.tgz" integrity sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg== tslib@^2.0.1: version "2.5.2" - resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.2.tgz#1b6f07185c881557b0ffa84b111a0106989e8338" + resolved "https://registry.npmjs.org/tslib/-/tslib-2.5.2.tgz" integrity sha512-5svOrSA2w3iGFDs1HibEVBGbDrAY82bFQ3HZ3ixB+88nsbsWQoKqDRb5UBYAUPEzbBn6dAp5gRNXglySbx1MlA== -tuf-js@^1.0.0: - version "1.1.2" - resolved "https://registry.yarnpkg.com/tuf-js/-/tuf-js-1.1.2.tgz#09ca04a89783b739e67dd796f6562e3940628aea" - integrity sha512-gBfbnS6khluxjvoFCpRV0fhWT265xNfpiNXOcBX0Ze6HGbPhe93UG5V5DdKcgm/aXsMadnY76l/h6j63GmJS5g== +tuf-js@^1.1.7: + version "1.1.7" + resolved "https://registry.yarnpkg.com/tuf-js/-/tuf-js-1.1.7.tgz#21b7ae92a9373015be77dfe0cb282a80ec3bbe43" + integrity sha512-i3P9Kgw3ytjELUfpuKVDNBJvk4u5bXL6gskv572mcevPbSKCV3zt3djhmlEQ65yERjIbOSncy7U4cQJaB1CBCg== dependencies: - "@tufjs/models" "1.0.1" - make-fetch-happen "^11.0.1" + "@tufjs/models" "1.0.4" + debug "^4.3.4" + make-fetch-happen "^11.1.1" tunnel-agent@^0.6.0: version "0.6.0" - resolved "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz#27a5dea06b36b04a0a9966774b290868f0fc40fd" + resolved "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz" integrity sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w== dependencies: safe-buffer "^5.0.1" type-check@~0.3.2: version "0.3.2" - resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.3.2.tgz#5884cab512cf1d355e3fb784f30804b2b520db72" + resolved "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz" integrity sha512-ZCmOJdvOWDBYJlzAoFkC+Q0+bUyEOS1ltgp1MGU03fqHG+dbi9tBFU2Rd9QKiDZFAYrhPh2JUf7rZRIuHRKtOg== dependencies: prelude-ls "~1.1.2" type-fest@^2.19.0, type-fest@^2.5.2: version "2.19.0" - resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-2.19.0.tgz#88068015bb33036a598b952e55e9311a60fd3a9b" + resolved "https://registry.npmjs.org/type-fest/-/type-fest-2.19.0.tgz" integrity sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA== type-is@~1.6.18: version "1.6.18" - resolved "https://registry.yarnpkg.com/type-is/-/type-is-1.6.18.tgz#4e552cd05df09467dcbc4ef739de89f2cf37c131" + resolved "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz" integrity sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g== dependencies: media-typer "0.3.0" @@ -9719,87 +9714,87 @@ type-is@~1.6.18: type@^1.0.1: version "1.2.0" - resolved "https://registry.yarnpkg.com/type/-/type-1.2.0.tgz#848dd7698dafa3e54a6c479e759c4bc3f18847a0" + resolved "https://registry.npmjs.org/type/-/type-1.2.0.tgz" integrity sha512-+5nt5AAniqsCnu2cEQQdpzCAh33kVx8n0VoFidKpB1dVVLAN/F+bgVOqOJqOnEnrhp222clB5p3vUlD+1QAnfg== type@^2.7.2: version "2.7.2" - resolved "https://registry.yarnpkg.com/type/-/type-2.7.2.tgz#2376a15a3a28b1efa0f5350dcf72d24df6ef98d0" + resolved "https://registry.npmjs.org/type/-/type-2.7.2.tgz" integrity sha512-dzlvlNlt6AXU7EBSfpAscydQ7gXB+pPGsPnfJnZpiNJBDj7IaJzQlBZYGdEi4R9HmPdBv2XmWJ6YUtoTa7lmCw== typedarray-to-buffer@^3.1.5: version "3.1.5" - resolved "https://registry.yarnpkg.com/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz#a97ee7a9ff42691b9f783ff1bc5112fe3fca9080" + resolved "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz" integrity sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q== dependencies: is-typedarray "^1.0.0" typescript@4.9.4: version "4.9.4" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.4.tgz#a2a3d2756c079abda241d75f149df9d561091e78" + resolved "https://registry.npmjs.org/typescript/-/typescript-4.9.4.tgz" integrity sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg== typescript@4.9.5: version "4.9.5" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a" + resolved "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz" integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g== ua-parser-js@^0.7.18: version "0.7.34" - resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.34.tgz#afb439e2e3e394bdc90080acb661a39c685b67d7" + resolved "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.34.tgz" integrity sha512-cJMeh/eOILyGu0ejgTKB95yKT3zOenSe9UGE3vj6WfiOwgGYnmATUsnDixMFvdU+rNMvWih83hrUP8VwhF9yXQ== uc.micro@^1.0.1: version "1.0.6" - resolved "https://registry.yarnpkg.com/uc.micro/-/uc.micro-1.0.6.tgz#9c411a802a409a91fc6cf74081baba34b24499ac" + resolved "https://registry.npmjs.org/uc.micro/-/uc.micro-1.0.6.tgz" integrity sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA== unique-filename@^2.0.0: version "2.0.1" - resolved "https://registry.yarnpkg.com/unique-filename/-/unique-filename-2.0.1.tgz#e785f8675a9a7589e0ac77e0b5c34d2eaeac6da2" + resolved "https://registry.npmjs.org/unique-filename/-/unique-filename-2.0.1.tgz" integrity sha512-ODWHtkkdx3IAR+veKxFV+VBkUMcN+FaqzUUd7IZzt+0zhDZFPFxhlqwPF3YQvMHx1TD0tdgYl+kuPnJ8E6ql7A== dependencies: unique-slug "^3.0.0" unique-filename@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/unique-filename/-/unique-filename-3.0.0.tgz#48ba7a5a16849f5080d26c760c86cf5cf05770ea" + resolved "https://registry.npmjs.org/unique-filename/-/unique-filename-3.0.0.tgz" integrity sha512-afXhuC55wkAmZ0P18QsVE6kp8JaxrEokN2HGIoIVv2ijHQd419H0+6EigAFcIzXeMIkcIkNBpB3L/DXB3cTS/g== dependencies: unique-slug "^4.0.0" unique-slug@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/unique-slug/-/unique-slug-3.0.0.tgz#6d347cf57c8a7a7a6044aabd0e2d74e4d76dc7c9" + resolved "https://registry.npmjs.org/unique-slug/-/unique-slug-3.0.0.tgz" integrity sha512-8EyMynh679x/0gqE9fT9oilG+qEt+ibFyqjuVTsZn1+CMxH+XLlpvr2UZx4nVcCwTpx81nICr2JQFkM+HPLq4w== dependencies: imurmurhash "^0.1.4" unique-slug@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/unique-slug/-/unique-slug-4.0.0.tgz#6bae6bb16be91351badd24cdce741f892a6532e3" + resolved "https://registry.npmjs.org/unique-slug/-/unique-slug-4.0.0.tgz" integrity sha512-WrcA6AyEfqDX5bWige/4NQfPZMtASNVxdmWR76WESYQVAACSgWcR6e9i0mofqqBxYFtL4oAxPIptY73/0YE1DQ== dependencies: imurmurhash "^0.1.4" universalify@^0.1.0: version "0.1.2" - resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66" + resolved "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz" integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg== universalify@^2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.0.tgz#75a4984efedc4b08975c5aeb73f530d02df25717" + resolved "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz" integrity sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ== unpipe@1.0.0, unpipe@~1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec" + resolved "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz" integrity sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ== update-browserslist-db@^1.0.10: version "1.0.10" - resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.10.tgz#0f54b876545726f17d00cd9a2561e6dade943ff3" + resolved "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.10.tgz" integrity sha512-OztqDenkfFkbSG+tRxBeAnCVPckDBcvibKd35yDONx6OU8N7sqgwc7rCbkJ/WcYtVRZ4ba68d6byhC21GFh7sQ== dependencies: escalade "^3.1.1" @@ -9807,38 +9802,38 @@ update-browserslist-db@^1.0.10: uri-js@^4.2.2: version "4.4.1" - resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e" + resolved "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz" integrity sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg== dependencies: punycode "^2.1.0" url-template@^2.0.8: version "2.0.8" - resolved "https://registry.yarnpkg.com/url-template/-/url-template-2.0.8.tgz#fc565a3cccbff7730c775f5641f9555791439f21" + resolved "https://registry.npmjs.org/url-template/-/url-template-2.0.8.tgz" integrity sha512-XdVKMF4SJ0nP/O7XIPB0JwAEuT9lDIYnNsK8yGVe43y0AWoKeJNdv3ZNWh7ksJ6KqQFjOO6ox/VEitLnaVNufw== use-callback-ref@^1.3.0: version "1.3.0" - resolved "https://registry.yarnpkg.com/use-callback-ref/-/use-callback-ref-1.3.0.tgz#772199899b9c9a50526fedc4993fc7fa1f7e32d5" + resolved "https://registry.npmjs.org/use-callback-ref/-/use-callback-ref-1.3.0.tgz" integrity sha512-3FT9PRuRdbB9HfXhEq35u4oZkvpJ5kuYbpqhCfmiZyReuRgpnhDlbr2ZEnnuS0RrJAPn6l23xjFg9kpDM+Ms7w== dependencies: tslib "^2.0.0" use-memo-one@^1.1.1: version "1.1.3" - resolved "https://registry.yarnpkg.com/use-memo-one/-/use-memo-one-1.1.3.tgz#2fd2e43a2169eabc7496960ace8c79efef975e99" + resolved "https://registry.npmjs.org/use-memo-one/-/use-memo-one-1.1.3.tgz" integrity sha512-g66/K7ZQGYrI6dy8GLpVcMsBp4s17xNkYJVSMvTEevGy3nDxHOfE6z8BVE22+5G5x7t3+bhzrlTDB7ObrEE0cQ== use-resize-observer@^9.1.0: version "9.1.0" - resolved "https://registry.yarnpkg.com/use-resize-observer/-/use-resize-observer-9.1.0.tgz#14735235cf3268569c1ea468f8a90c5789fc5c6c" + resolved "https://registry.npmjs.org/use-resize-observer/-/use-resize-observer-9.1.0.tgz" integrity sha512-R25VqO9Wb3asSD4eqtcxk8sJalvIOYBqS8MNZlpDSQ4l4xMQxC/J7Id9HoTqPq8FwULIn0PVW+OAqF2dyYbjow== dependencies: "@juggle/resize-observer" "^3.3.1" use-sidecar@^1.1.2: version "1.1.2" - resolved "https://registry.yarnpkg.com/use-sidecar/-/use-sidecar-1.1.2.tgz#2f43126ba2d7d7e117aa5855e5d8f0276dfe73c2" + resolved "https://registry.npmjs.org/use-sidecar/-/use-sidecar-1.1.2.tgz" integrity sha512-epTbsLuzZ7lPClpz2TyryBfztm7m+28DlEv2ZCQ3MDr5ssiwyOwGH/e5F9CkfWjJ1t4clvI58yF822/GUkjjhw== dependencies: detect-node-es "^1.1.0" @@ -9846,44 +9841,44 @@ use-sidecar@^1.1.2: use-sync-external-store@1.2.0, use-sync-external-store@^1.0.0, use-sync-external-store@^1.2.0: version "1.2.0" - resolved "https://registry.yarnpkg.com/use-sync-external-store/-/use-sync-external-store-1.2.0.tgz#7dbefd6ef3fe4e767a0cf5d7287aacfb5846928a" + resolved "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.2.0.tgz" integrity sha512-eEgnFxGQ1Ife9bzYs6VLi8/4X6CObHMw9Qr9tPY43iKwsPw8xE8+EFsf/2cFZ5S3esXgpWgtSCtLNS41F+sKPA== utf-8-validate@^5.0.2: version "5.0.10" - resolved "https://registry.yarnpkg.com/utf-8-validate/-/utf-8-validate-5.0.10.tgz#d7d10ea39318171ca982718b6b96a8d2442571a2" + resolved "https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-5.0.10.tgz" integrity sha512-Z6czzLq4u8fPOyx7TU6X3dvUZVvoJmxSQ+IcrlmagKhilxlhZgxPK6C5Jqbkw1IDUmFTM+cz9QDnnLTwDz/2gQ== dependencies: node-gyp-build "^4.3.0" util-deprecate@^1.0.1, util-deprecate@^1.0.2, util-deprecate@~1.0.1: version "1.0.2" - resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" + resolved "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz" integrity sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw== utils-merge@1.0.1: version "1.0.1" - resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713" + resolved "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz" integrity sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA== uuid@^8.3.2: version "8.3.2" - resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2" + resolved "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz" integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg== uuid@^9.0.0: version "9.0.0" - resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.0.tgz#592f550650024a38ceb0c562f2f6aa435761efb5" + resolved "https://registry.npmjs.org/uuid/-/uuid-9.0.0.tgz" integrity sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg== v8-compile-cache-lib@^3.0.1: version "3.0.1" - resolved "https://registry.yarnpkg.com/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz#6336e8d71965cb3d35a1bbb7868445a7c05264bf" + resolved "https://registry.npmjs.org/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz" integrity sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg== validate-npm-package-license@^3.0.4: version "3.0.4" - resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a" + resolved "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz" integrity sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew== dependencies: spdx-correct "^3.0.0" @@ -9891,24 +9886,24 @@ validate-npm-package-license@^3.0.4: validate-npm-package-name@^5.0.0: version "5.0.0" - resolved "https://registry.yarnpkg.com/validate-npm-package-name/-/validate-npm-package-name-5.0.0.tgz#f16afd48318e6f90a1ec101377fa0384cfc8c713" + resolved "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-5.0.0.tgz" integrity sha512-YuKoXDAhBYxY7SfOKxHBDoSyENFeW5VvIIQp2TGQuit8gpK6MnWaQelBKxso72DoxTZfZdcP3W90LqpSkgPzLQ== dependencies: builtins "^5.0.0" vanilla-tilt@^1.8.1: version "1.8.1" - resolved "https://registry.yarnpkg.com/vanilla-tilt/-/vanilla-tilt-1.8.1.tgz#09cb4dc89509a55a44bb221917bb8ecdc2e39113" + resolved "https://registry.npmjs.org/vanilla-tilt/-/vanilla-tilt-1.8.1.tgz" integrity sha512-hPB1XUsnh+SIeVSW2beb5RnuFxz4ZNgxjGD78o52F49gS4xaoLeEMh9qrQnJrnEn/vjjBI7IlxrrXmz4tGV0Kw== vary@^1, vary@~1.1.2: version "1.1.2" - resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc" + resolved "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz" integrity sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg== vm2@^3.9.17: version "3.9.19" - resolved "https://registry.yarnpkg.com/vm2/-/vm2-3.9.19.tgz#be1e1d7a106122c6c492b4d51c2e8b93d3ed6a4a" + resolved "https://registry.npmjs.org/vm2/-/vm2-3.9.19.tgz" integrity sha512-J637XF0DHDMV57R6JyVsTak7nIL8gy5KH4r1HiwWLf/4GBbb5MKL5y7LpmF4A8E2nR6XmzpmMFQ7V7ppPTmUQg== dependencies: acorn "^8.7.0" @@ -9916,12 +9911,12 @@ vm2@^3.9.17: walk-up-path@^1.0.0: version "1.0.0" - resolved "https://registry.yarnpkg.com/walk-up-path/-/walk-up-path-1.0.0.tgz#d4745e893dd5fd0dbb58dd0a4c6a33d9c9fec53e" + resolved "https://registry.npmjs.org/walk-up-path/-/walk-up-path-1.0.0.tgz" integrity sha512-hwj/qMDUEjCU5h0xr90KGCf0tg0/LgJbmOWgrWKYlcJZM7XvquvUJZ0G/HMGr7F7OQMOUuPHWP9JpriinkAlkg== watchpack@2.4.0: version "2.4.0" - resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-2.4.0.tgz#fa33032374962c78113f93c7f2fb4c54c9862a5d" + resolved "https://registry.npmjs.org/watchpack/-/watchpack-2.4.0.tgz" integrity sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg== dependencies: glob-to-regexp "^0.4.1" @@ -9929,14 +9924,14 @@ watchpack@2.4.0: wcwidth@^1.0.0: version "1.0.1" - resolved "https://registry.yarnpkg.com/wcwidth/-/wcwidth-1.0.1.tgz#f0b0dcf915bc5ff1528afadb2c0e17b532da2fe8" + resolved "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz" integrity sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg== dependencies: defaults "^1.0.3" webcrypto-core@^1.7.4: version "1.7.7" - resolved "https://registry.yarnpkg.com/webcrypto-core/-/webcrypto-core-1.7.7.tgz#06f24b3498463e570fed64d7cab149e5437b162c" + resolved "https://registry.npmjs.org/webcrypto-core/-/webcrypto-core-1.7.7.tgz" integrity sha512-7FjigXNsBfopEj+5DV2nhNpfic2vumtjjgPmeDKk45z+MJwXKKfhPB7118Pfzrmh4jqOMST6Ch37iPAHoImg5g== dependencies: "@peculiar/asn1-schema" "^2.3.6" @@ -9947,12 +9942,12 @@ webcrypto-core@^1.7.4: webidl-conversions@^3.0.0: version "3.0.1" - resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871" + resolved "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz" integrity sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ== websocket@^1.0.33: version "1.0.34" - resolved "https://registry.yarnpkg.com/websocket/-/websocket-1.0.34.tgz#2bdc2602c08bf2c82253b730655c0ef7dcab3111" + resolved "https://registry.npmjs.org/websocket/-/websocket-1.0.34.tgz" integrity sha512-PRDso2sGwF6kM75QykIesBijKSVceR6jL2G8NGYyq2XrItNC2P5/qL5XeR056GhA+Ly7JMFvJb9I312mJfmqnQ== dependencies: bufferutil "^4.0.1" @@ -9964,13 +9959,13 @@ websocket@^1.0.33: whatwg-url@^5.0.0: version "5.0.0" - resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d" + resolved "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz" integrity sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw== dependencies: tr46 "~0.0.3" webidl-conversions "^3.0.0" -which@^2.0.2: +which@^2.0.1, which@^2.0.2: version "2.0.2" resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1" integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA== @@ -9979,31 +9974,49 @@ which@^2.0.2: which@^3.0.0: version "3.0.0" - resolved "https://registry.yarnpkg.com/which/-/which-3.0.0.tgz#a9efd016db59728758a390d23f1687b6e8f59f8e" + resolved "https://registry.npmjs.org/which/-/which-3.0.0.tgz" integrity sha512-nla//68K9NU6yRiwDY/Q8aU6siKlSs64aEC7+IV56QoAuyQT2ovsJcgGYGyqMOmI/CGN1BOR6mM5EN0FBO+zyQ== dependencies: isexe "^2.0.0" wide-align@^1.1.2, wide-align@^1.1.5: version "1.1.5" - resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.5.tgz#df1d4c206854369ecf3c9a4898f1b23fbd9d15d3" + resolved "https://registry.npmjs.org/wide-align/-/wide-align-1.1.5.tgz" integrity sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg== dependencies: string-width "^1.0.2 || 2 || 3 || 4" word-wrap@~1.2.3: version "1.2.3" - resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.3.tgz#610636f6b1f703891bd34771ccb17fb93b47079c" + resolved "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz" integrity sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ== +"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0": + version "7.0.0" + resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" + integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== + dependencies: + ansi-styles "^4.0.0" + string-width "^4.1.0" + strip-ansi "^6.0.0" + +wrap-ansi@^8.1.0: + version "8.1.0" + resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214" + integrity sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ== + dependencies: + ansi-styles "^6.1.0" + string-width "^5.0.1" + strip-ansi "^7.0.1" + wrappy@1: version "1.0.2" - resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" + resolved "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz" integrity sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ== write-file-atomic@^5.0.0: version "5.0.0" - resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-5.0.0.tgz#54303f117e109bf3d540261125c8ea5a7320fab0" + resolved "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-5.0.0.tgz" integrity sha512-R7NYMnHSlV42K54lwY9lvW6MnSm1HSJqZL3xiSgi9E7//FYaI74r2G0rd+/X6VAMkHEdzxQaU5HUOXWUz5kA/w== dependencies: imurmurhash "^0.1.4" @@ -10011,67 +10024,62 @@ write-file-atomic@^5.0.0: ws@8.13.0: version "8.13.0" - resolved "https://registry.yarnpkg.com/ws/-/ws-8.13.0.tgz#9a9fb92f93cf41512a0735c8f4dd09b8a1211cd0" + resolved "https://registry.npmjs.org/ws/-/ws-8.13.0.tgz" integrity sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA== ws@~8.11.0: version "8.11.0" - resolved "https://registry.yarnpkg.com/ws/-/ws-8.11.0.tgz#6a0d36b8edfd9f96d8b25683db2f8d7de6e8e143" + resolved "https://registry.npmjs.org/ws/-/ws-8.11.0.tgz" integrity sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg== xmlhttprequest-ssl@~2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/xmlhttprequest-ssl/-/xmlhttprequest-ssl-2.0.0.tgz#91360c86b914e67f44dce769180027c0da618c67" + resolved "https://registry.npmjs.org/xmlhttprequest-ssl/-/xmlhttprequest-ssl-2.0.0.tgz" integrity sha512-QKxVRxiRACQcVuQEYFsI1hhkrMlrXHPegbbd1yn9UHOmRxY+si12nQYzri3vbzt8VdTTRviqcKxcyllFas5z2A== xregexp@2.0.0: version "2.0.0" - resolved "https://registry.yarnpkg.com/xregexp/-/xregexp-2.0.0.tgz#52a63e56ca0b84a7f3a5f3d61872f126ad7a5943" + resolved "https://registry.npmjs.org/xregexp/-/xregexp-2.0.0.tgz" integrity sha512-xl/50/Cf32VsGq/1R8jJE5ajH1yMCQkpmoS10QbFZWl2Oor4H0Me64Pu2yxvsRWK3m6soJbmGfzSR7BYmDcWAA== xtend@^4.0.2, xtend@~4.0.1: version "4.0.2" - resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.2.tgz#bb72779f5fa465186b1f438f674fa347fdb5db54" + resolved "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz" integrity sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ== yaeti@^0.0.6: version "0.0.6" - resolved "https://registry.yarnpkg.com/yaeti/-/yaeti-0.0.6.tgz#f26f484d72684cf42bedfb76970aa1608fbf9577" + resolved "https://registry.npmjs.org/yaeti/-/yaeti-0.0.6.tgz" integrity sha512-MvQa//+KcZCUkBTIC9blM+CU9J2GzuTytsOUwf2lidtvkx/6gnEp1QvJv34t9vdjhFmha/mUiNDbN0D0mJWdug== yallist@^3.0.2: version "3.1.1" - resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd" + resolved "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz" integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g== yallist@^4.0.0: version "4.0.0" - resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72" + resolved "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz" integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A== yaml@^1.10.0, yaml@^1.10.2: version "1.10.2" - resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b" + resolved "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz" integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg== -yaml@^2.1.1: - version "2.3.1" - resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.3.1.tgz#02fe0975d23cd441242aa7204e09fc28ac2ac33b" - integrity sha512-2eHWfjaoXgTBC2jNM1LRef62VQa0umtvRiDSk6HSzW7RvS5YtkabJrwYLLEKWBc8a5U2PTSCs+dJjUTJdlHsWQ== - yn@3.1.1: version "3.1.1" - resolved "https://registry.yarnpkg.com/yn/-/yn-3.1.1.tgz#1e87401a09d767c1d5eab26a6e4c185182d2eb50" + resolved "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz" integrity sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q== zod@3.21.4: version "3.21.4" - resolved "https://registry.yarnpkg.com/zod/-/zod-3.21.4.tgz#10882231d992519f0a10b5dd58a38c9dabbb64db" + resolved "https://registry.npmjs.org/zod/-/zod-3.21.4.tgz" integrity sha512-m46AKbrzKVzOzs/DZgVnG5H55N1sv1M8qZU3A8RIKbs3mrACDNeIOeilDymVb2HdmP8uwshOCF4uJ8uM9rCqJw== zustand@^4.3.1: version "4.3.8" - resolved "https://registry.yarnpkg.com/zustand/-/zustand-4.3.8.tgz#37113df8e9e1421b0be1b2dca02b49b76210e7c4" + resolved "https://registry.npmjs.org/zustand/-/zustand-4.3.8.tgz" integrity sha512-4h28KCkHg5ii/wcFFJ5Fp+k1J3gJoasaIbppdgZFO4BPJnsNxL0mQXBSFgOgAdCdBj35aDTPvdAJReTMntFPGg== dependencies: use-sync-external-store "1.2.0"