@lexical/react
Version:
This package provides Lexical components and hooks for React applications.
12 lines (10 loc) • 1.43 kB
JavaScript
/**
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
*/
import{createContext as r,useContext as n}from"react";const o=[["Cat","rgb(125, 50, 0)"],["Dog","rgb(100, 0, 0)"],["Rabbit","rgb(150, 0, 0)"],["Frog","rgb(200, 0, 0)"],["Fox","rgb(200, 75, 0)"],["Hedgehog","rgb(0, 75, 0)"],["Pigeon","rgb(0, 125, 0)"],["Squirrel","rgb(75, 100, 0)"],["Bear","rgb(125, 100, 0)"],["Tiger","rgb(0, 0, 150)"],["Leopard","rgb(0, 0, 200)"],["Zebra","rgb(0, 0, 250)"],["Wolf","rgb(0, 100, 150)"],["Owl","rgb(0, 100, 100)"],["Gull","rgb(100, 0, 100)"],["Squid","rgb(150, 0, 150)"]];let e;const t=
/* @__PURE__ */
r(null);function l(){const[r,n]=(void 0===e&&(e=o[Math.floor(Math.random()*o.length)]),e);return{color:n,isCollabActive:!1,name:r,yjsDocMap:new Map}}const a=/* @__PURE__ */l();function i(r,o){let e=n(t);return null==e&&function(r,...n){const o=new URL("https://lexical.dev/docs/error"),e=new URLSearchParams;e.append("code",r);for(const r of n)e.append("v",r);o.search=e.toString(),console.warn(`Minified Lexical warning #${r}; visit ${o.toString()} for the full message or use the non-minified dev environment for full errors and additional helpful warnings.`)}(319),e=e??a,null!=r&&(e.name=r),null!=o&&(e.color=o),e}export{t as CollaborationContext,l as newContext,i as useCollaborationContext};