Skip to content
Snippets Groups Projects
Commit 6be38339 authored by tiagoevanp's avatar tiagoevanp
Browse files

Deploy preview for PR 35332 :airplane_departure:

parent 45d94757
No related tags found
No related merge requests found
Showing
with 603 additions and 0 deletions
"use strict";(self.webpackChunk_rocket_chat_fuselage_ui_kit=self.webpackChunk_rocket_chat_fuselage_ui_kit||[]).push([[131],{"../gazzodown/dist/katex/KatexElement.js":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{default:()=>__WEBPACK_DEFAULT_EXPORT__});var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("../../node_modules/react/jsx-runtime.js"),katex__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("../../node_modules/katex/dist/katex.mjs"),react__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("../../node_modules/react/index.js");__webpack_require__("../../node_modules/katex/dist/katex.css");const __WEBPACK_DEFAULT_EXPORT__=({code})=>{const html=(0,react__WEBPACK_IMPORTED_MODULE_2__.useMemo)((()=>katex__WEBPACK_IMPORTED_MODULE_1__.Ay.renderToString(code,{displayMode:!1,macros:{"\\href":"\\@secondoftwo"},maxSize:100})),[code]);return(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("span",{dangerouslySetInnerHTML:{__html:html}})}}}]);
\ No newline at end of file
This diff is collapsed.
"use strict";(self.webpackChunk_rocket_chat_fuselage_ui_kit=self.webpackChunk_rocket_chat_fuselage_ui_kit||[]).push([[274],{"../gazzodown/dist/code/CodeBlock.js":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{default:()=>__WEBPACK_DEFAULT_EXPORT__});var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("../../node_modules/react/jsx-runtime.js"),highlight_js__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__("../../node_modules/highlight.js/es/index.js"),react__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("../../node_modules/react/index.js"),_MarkupInteractionContext__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("../gazzodown/dist/MarkupInteractionContext.js");const __WEBPACK_DEFAULT_EXPORT__=({lines=[],language})=>{const ref=(0,react__WEBPACK_IMPORTED_MODULE_1__.useRef)(null),{highlightRegex}=(0,react__WEBPACK_IMPORTED_MODULE_1__.useContext)(_MarkupInteractionContext__WEBPACK_IMPORTED_MODULE_2__.o),code=(0,react__WEBPACK_IMPORTED_MODULE_1__.useMemo)((()=>lines.map((line=>line.value.value)).join("\n")),[lines]),content=(0,react__WEBPACK_IMPORTED_MODULE_1__.useMemo)((()=>{var _a;const regex=null==highlightRegex?void 0:highlightRegex();if(regex){const chunks=code.split(regex),head=null!==(_a=chunks.shift())&&void 0!==_a?_a:"";return(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.Fragment,{children:[(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.Fragment,{children:head}),chunks.map(((chunk,i)=>i%2==0?(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("mark",{className:"highlight-text",children:chunk},i):(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(react__WEBPACK_IMPORTED_MODULE_1__.Fragment,{children:chunk},i)))]})}return code}),[code,highlightRegex]);return(0,react__WEBPACK_IMPORTED_MODULE_1__.useLayoutEffect)((()=>{const element=ref.current;element&&(highlight_js__WEBPACK_IMPORTED_MODULE_3__.A.highlightElement(element),element.classList.contains("hljs")||element.classList.add("hljs"))}),[language,content]),(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("pre",{role:"region",children:[(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("span",{className:"copyonly",children:"```"}),(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("code",{ref,className:language&&"none"!==language?`code-colors language-${language}`:"code-colors",children:content},language+code),(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("span",{className:"copyonly",children:"```"})]})}}}]);
\ No newline at end of file
This diff is collapsed.
"use strict";(self.webpackChunk_rocket_chat_fuselage_ui_kit=self.webpackChunk_rocket_chat_fuselage_ui_kit||[]).push([[358],{"../../node_modules/storybook/core/components/index.js":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{__webpack_require__.d(__webpack_exports__,{createCopyToClipboardFunction:()=>_storybook_core_components__WEBPACK_IMPORTED_MODULE_0__.zH});var _storybook_core_components__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("../../node_modules/@storybook/core/dist/components/index.js")}}]);
\ No newline at end of file
"use strict";(self.webpackChunk_rocket_chat_fuselage_ui_kit=self.webpackChunk_rocket_chat_fuselage_ui_kit||[]).push([[372],{"../../node_modules/@storybook/react-dom-shim/dist/react-18.mjs":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{__webpack_require__.d(__webpack_exports__,{renderElement:()=>renderElement,unmountElement:()=>unmountElement});var react__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("../../node_modules/react/index.js"),react_dom_client__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("../../node_modules/react-dom/client.js"),nodes=new Map;var WithCallback=({callback,children})=>{let once=react__WEBPACK_IMPORTED_MODULE_0__.useRef();return react__WEBPACK_IMPORTED_MODULE_0__.useLayoutEffect((()=>{once.current!==callback&&(once.current=callback,callback())}),[callback]),children};typeof Promise.withResolvers>"u"&&(Promise.withResolvers=()=>{let resolve=null,reject=null;return{promise:new Promise(((res,rej)=>{resolve=res,reject=rej})),resolve,reject}});var renderElement=async(node,el,rootOptions)=>{let root=await getReactRoot(el,rootOptions);if(function getIsReactActEnvironment(){return globalThis.IS_REACT_ACT_ENVIRONMENT}())return void root.render(node);let{promise,resolve}=Promise.withResolvers();return root.render(react__WEBPACK_IMPORTED_MODULE_0__.createElement(WithCallback,{callback:resolve},node)),promise},unmountElement=(el,shouldUseNewRootApi)=>{let root=nodes.get(el);root&&(root.unmount(),nodes.delete(el))},getReactRoot=async(el,rootOptions)=>{let root=nodes.get(el);return root||(root=react_dom_client__WEBPACK_IMPORTED_MODULE_1__.H(el,rootOptions),nodes.set(el,root)),root}},"../../node_modules/react-dom/client.js":(__unused_webpack_module,exports,__webpack_require__)=>{var m=__webpack_require__("../../node_modules/react-dom/index.js");exports.H=m.createRoot,m.hydrateRoot}}]);
\ No newline at end of file
This diff is collapsed.
/**
* @license React
* react-dom-test-utils.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/**
* @license React
* react-dom.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/**
* @license React
* react-jsx-runtime.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/**
* @license React
* react.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/**
* @license React
* scheduler.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
This diff is collapsed.
(self.webpackChunk_rocket_chat_fuselage_ui_kit=self.webpackChunk_rocket_chat_fuselage_ui_kit||[]).push([[63],{"../../node_modules/@storybook/instrumenter/dist sync recursive":module=>{function webpackEmptyContext(req){var e=new Error("Cannot find module '"+req+"'");throw e.code="MODULE_NOT_FOUND",e}webpackEmptyContext.keys=()=>[],webpackEmptyContext.resolve=webpackEmptyContext,webpackEmptyContext.id="../../node_modules/@storybook/instrumenter/dist sync recursive",module.exports=webpackEmptyContext},"../../node_modules/@storybook/test/dist sync recursive":module=>{function webpackEmptyContext(req){var e=new Error("Cannot find module '"+req+"'");throw e.code="MODULE_NOT_FOUND",e}webpackEmptyContext.keys=()=>[],webpackEmptyContext.resolve=webpackEmptyContext,webpackEmptyContext.id="../../node_modules/@storybook/test/dist sync recursive",module.exports=webpackEmptyContext}}]);
\ No newline at end of file
Source diff could not be displayed: it is too large. Options to address this: view the blob.
This diff is collapsed.
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
{"version":3,"file":"736.d8b701fb.iframe.bundle.js","mappings":";;;;;AAwBA;;;AChBA;;AAIA;AACA;;;ACJA;AAQA;;;;ACKA;AACA;AACA;AACA;AACA;AACA;;AAGA","sources":["webpack://@rocket.chat/fuselage-ui-kit/../ui-client/dist/components/MultiSelectCustom/MultiSelectCustomAnchor.js","webpack://@rocket.chat/fuselage-ui-kit/../../../src/components/RoomBanner/RoomBanner.tsx","webpack://@rocket.chat/fuselage-ui-kit/../../src/katex/KatexErrorBoundary.tsx","webpack://@rocket.chat/fuselage-ui-kit/../ui-video-conf/dist/VideoConfPopup/VideoConfPopup.js"],"sourcesContent":["var __rest = (this && this.__rest) || function (s, e) {\n var t = {};\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\n t[p] = s[p];\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\n t[p[i]] = s[p[i]];\n }\n return t;\n};\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nimport { css } from '@rocket.chat/css-in-js';\nimport { Box, Icon } from '@rocket.chat/fuselage';\nimport { forwardRef } from 'react';\nimport { useTranslation } from 'react-i18next';\nconst MultiSelectCustomAnchor = forwardRef(function MultiSelectCustomAnchor(_a, ref) {\n var { className, collapsed, selectedOptionsCount, selectedOptionsTitle, defaultTitle, maxCount } = _a, props = __rest(_a, [\"className\", \"collapsed\", \"selectedOptionsCount\", \"selectedOptionsTitle\", \"defaultTitle\", \"maxCount\"]);\n const { t } = useTranslation();\n const customStyle = css `\n\t\t&:hover {\n\t\t\tcursor: pointer;\n\t\t}\n\t`;\n const isDirty = selectedOptionsCount > 0 && selectedOptionsCount !== maxCount - 1;\n return (_jsxs(Box, Object.assign({ ref: ref, role: 'button', tabIndex: 0, display: 'flex', justifyContent: 'space-between', alignItems: 'center', h: 'x40', className: ['rcx-input-box__wrapper', customStyle, ...(Array.isArray(className) ? className : [className])].filter(Boolean) }, props, { children: [isDirty ? `${t(selectedOptionsTitle)} (${selectedOptionsCount})` : t(defaultTitle), _jsx(Icon, { name: collapsed ? 'chevron-up' : 'chevron-down', fontSize: 'x20', color: 'hint' })] })));\n});\nexport default MultiSelectCustomAnchor;\n//# sourceMappingURL=MultiSelectCustomAnchor.js.map",null,null,"var __rest = (this && this.__rest) || function (s, e) {\n var t = {};\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\n t[p] = s[p];\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\n t[p[i]] = s[p[i]];\n }\n return t;\n};\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nimport { Box, Palette } from '@rocket.chat/fuselage';\nimport styled from '@rocket.chat/styled';\nimport { forwardRef } from 'react';\nexport const VideoConfPopupContainer = styled('div', (_a) => {\n var { position: _position } = _a, props = __rest(_a, [\"position\"]);\n return props;\n}) `\n\twidth: 100%;\n\tposition: absolute;\n\tbox-shadow:\n\t\t0px 0px 1px 0px ${Palette.shadow['shadow-elevation-2x'].toString()},\n\t\t0px 0px 12px 0px ${Palette.shadow['shadow-elevation-2y'].toString()};\n\tbackground-color: ${Palette.surface['surface-light'].toString()};\n\tborder: 1px solid ${Palette.stroke['stroke-extra-light'].toString()};\n\ttop: ${(p) => (p.position ? `${p.position}px` : '0')};\n\tleft: -${(p) => (p.position ? `${p.position}px` : '0')};\n\tborder-radius: 0.25rem;\n`;\nconst VideoConfPopup = forwardRef(function VideoConfPopup(_a, ref) {\n var { children, position } = _a, props = __rest(_a, [\"children\", \"position\"]);\n return (_jsx(VideoConfPopupContainer, Object.assign({ role: 'dialog', ref: ref, position: position }, props, { children: _jsx(Box, { p: 24, maxWidth: 'x276', color: 'default', children: children }) })));\n});\nexport default VideoConfPopup;\n//# sourceMappingURL=VideoConfPopup.js.map"],"names":[],"sourceRoot":""}
\ No newline at end of file
Source diff could not be displayed: it is too large. Options to address this: view the blob.
/*! @license DOMPurify 3.2.4 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.2.4/LICENSE */
This diff is collapsed.
This diff is collapsed.
"use strict";(self.webpackChunk_rocket_chat_fuselage_ui_kit=self.webpackChunk_rocket_chat_fuselage_ui_kit||[]).push([[94],{"../gazzodown/dist/katex/KatexBlock.js":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{default:()=>__WEBPACK_DEFAULT_EXPORT__});var react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__("../../node_modules/react/jsx-runtime.js"),katex__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__("../../node_modules/katex/dist/katex.mjs"),react__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__("../../node_modules/react/index.js");__webpack_require__("../../node_modules/katex/dist/katex.css");const __WEBPACK_DEFAULT_EXPORT__=({code})=>{const html=(0,react__WEBPACK_IMPORTED_MODULE_2__.useMemo)((()=>katex__WEBPACK_IMPORTED_MODULE_1__.Ay.renderToString(code,{displayMode:!0,macros:{"\\href":"\\@secondoftwo"},maxSize:100})),[code]);return(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div",{role:"math",style:{overflowX:"auto"},"aria-label":code,dangerouslySetInnerHTML:{__html:html}})}}}]);
\ No newline at end of file
"use strict";(self.webpackChunk_rocket_chat_fuselage_ui_kit=self.webpackChunk_rocket_chat_fuselage_ui_kit||[]).push([[968],{"../../node_modules/@storybook/addon-docs/node_modules/@mdx-js/react/index.js":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{MDXProvider:()=>MDXProvider,useMDXComponents:()=>useMDXComponents});var react=__webpack_require__("../../node_modules/react/index.js");const emptyComponents={},MDXContext=react.createContext(emptyComponents);function useMDXComponents(components){const contextComponents=react.useContext(MDXContext);return react.useMemo((function(){return"function"==typeof components?components(contextComponents):{...contextComponents,...components}}),[contextComponents,components])}function MDXProvider(properties){let allComponents;return allComponents=properties.disableParentContext?"function"==typeof properties.components?properties.components(emptyComponents):properties.components||emptyComponents:useMDXComponents(properties.components),react.createElement(MDXContext.Provider,{value:allComponents},properties.children)}}}]);
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment